# ACL Profiles

## Get ACL Profiles

> Get all ACL Profiles in a configuration

```json
{"openapi":"3.0.2","info":{"title":"Link11 WAAP","version":"v4.3"},"paths":{"/api/v4.3/conf/{config}/acl-profiles":{"get":{"operationId":"document_resource_get_api_v3_configs__config__d__document___get_42880613531283184","summary":"Get ACL Profiles","description":"Get all ACL Profiles in a configuration","parameters":[{"in":"path","name":"config","required":true,"schema":{"title":"Config","type":"string"}}],"responses":{"200":{"description":"ACL Profiles retrieved successfully","content":{"application/json":{"schema":{"title":"ACL Profiles document","properties":{"total":{"type":"integer"},"items":{"type":"array","items":{"$ref":"#/components/schemas/ACLProfile"}}}}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["ACL Profiles"]}}},"components":{"schemas":{"ACLProfile":{"properties":{"action":{"title":"Action","type":"string"},"allow":{"items":{"type":"string"},"title":"Allow","type":"array"},"allow_bot":{"items":{"type":"string"},"title":"Allow Bot","type":"array"},"deny":{"items":{"type":"string"},"title":"Deny","type":"array"},"deny_bot":{"items":{"type":"string"},"title":"Deny Bot","type":"array"},"description":{"title":"Description","type":"string"},"force_deny":{"items":{"type":"string"},"title":"Force Deny","type":"array"},"id":{"title":"Id","type":"string"},"name":{"title":"Name","type":"string"},"passthrough":{"items":{"type":"string"},"title":"Passthrough","type":"array"},"tags":{"items":{"type":"string"},"title":"Tags","type":"array"}},"required":["id","name"],"title":"ACLProfile","type":"object"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"title":"Detail","type":"array"}},"title":"HTTPValidationError","type":"object"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"title":"Location","type":"array"},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}},"required":["loc","msg","type"],"title":"ValidationError","type":"object"}}}}
```

## Modify ACL Profiles

> Updates an existing set of ACL Profiles for a configuration

```json
{"openapi":"3.0.2","info":{"title":"Link11 WAAP","version":"v4.3"},"paths":{"/api/v4.3/conf/{config}/acl-profiles":{"put":{"operationId":"document_resource_put_api_v3_configs__config__d__document___put_42880613531283184","summary":"Modify ACL Profiles","description":"Updates an existing set of ACL Profiles for a configuration","parameters":[{"in":"path","name":"config","required":true,"schema":{"title":"Config","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"title":"ACL Profiles document","type":"array","items":{"$ref":"#/components/schemas/ACLProfile"}}}}},"responses":{"200":{"description":"ACL Profiles updated successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseUpdate"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["ACL Profiles"]}}},"components":{"schemas":{"ACLProfile":{"properties":{"action":{"title":"Action","type":"string"},"allow":{"items":{"type":"string"},"title":"Allow","type":"array"},"allow_bot":{"items":{"type":"string"},"title":"Allow Bot","type":"array"},"deny":{"items":{"type":"string"},"title":"Deny","type":"array"},"deny_bot":{"items":{"type":"string"},"title":"Deny Bot","type":"array"},"description":{"title":"Description","type":"string"},"force_deny":{"items":{"type":"string"},"title":"Force Deny","type":"array"},"id":{"title":"Id","type":"string"},"name":{"title":"Name","type":"string"},"passthrough":{"items":{"type":"string"},"title":"Passthrough","type":"array"},"tags":{"items":{"type":"string"},"title":"Tags","type":"array"}},"required":["id","name"],"title":"ACLProfile","type":"object"},"ResponseUpdate":{"title":"ResponseUpdate","type":"object","properties":{"message":{"title":"Message","description":"Information about successful update operation","type":"string"}},"required":["message"]},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"title":"Detail","type":"array"}},"title":"HTTPValidationError","type":"object"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"title":"Location","type":"array"},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}},"required":["loc","msg","type"],"title":"ValidationError","type":"object"}}}}
```

## Create ACL Profiles

> Create a complete set of ACL Profiles for a configuration

```json
{"openapi":"3.0.2","info":{"title":"Link11 WAAP","version":"v4.3"},"paths":{"/api/v4.3/conf/{config}/acl-profiles":{"post":{"operationId":"document_resource_post_api_v3_configs__config__d__document___post_42880613531283184","summary":"Create ACL Profiles","description":"Create a complete set of ACL Profiles for a configuration","parameters":[{"in":"path","name":"config","required":true,"schema":{"title":"Config","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"title":"ACL Profiles document","type":"array","items":{"$ref":"#/components/schemas/ACLProfile"}}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseCreate"}}},"description":"ACL Profiles created successfully"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}},"description":"Validation Error"}},"tags":["ACL Profiles"]}}},"components":{"schemas":{"ACLProfile":{"properties":{"action":{"title":"Action","type":"string"},"allow":{"items":{"type":"string"},"title":"Allow","type":"array"},"allow_bot":{"items":{"type":"string"},"title":"Allow Bot","type":"array"},"deny":{"items":{"type":"string"},"title":"Deny","type":"array"},"deny_bot":{"items":{"type":"string"},"title":"Deny Bot","type":"array"},"description":{"title":"Description","type":"string"},"force_deny":{"items":{"type":"string"},"title":"Force Deny","type":"array"},"id":{"title":"Id","type":"string"},"name":{"title":"Name","type":"string"},"passthrough":{"items":{"type":"string"},"title":"Passthrough","type":"array"},"tags":{"items":{"type":"string"},"title":"Tags","type":"array"}},"required":["id","name"],"title":"ACLProfile","type":"object"},"ResponseCreate":{"title":"ResponseCreate","type":"object","properties":{"message":{"title":"Message","description":"Information about successful create operation","type":"string"}},"required":["message"]},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"title":"Detail","type":"array"}},"title":"HTTPValidationError","type":"object"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"title":"Location","type":"array"},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}},"required":["loc","msg","type"],"title":"ValidationError","type":"object"}}}}
```

## Delete ACL Profiles

> Delete all ACL Profiles in a configuration

```json
{"openapi":"3.0.2","info":{"title":"Link11 WAAP","version":"v4.3"},"paths":{"/api/v4.3/conf/{config}/acl-profiles":{"delete":{"operationId":"document_resource_delete_api_v3_configs__config__d__document___delete_42880613531283184","summary":"Delete ACL Profiles","description":"Delete all ACL Profiles in a configuration","parameters":[{"in":"path","name":"config","required":true,"schema":{"title":"Config","type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseDelete"}}},"description":"ACL Profiles deleted successfully"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}},"description":"Validation Error"}},"tags":["ACL Profiles"]}}},"components":{"schemas":{"ResponseDelete":{"title":"ResponseDelete","type":"object","properties":{"message":{"title":"Message","description":"Information about successful delete operation","type":"string"}},"required":["message"]},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"title":"Detail","type":"array"}},"title":"HTTPValidationError","type":"object"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"title":"Location","type":"array"},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}},"required":["loc","msg","type"],"title":"ValidationError","type":"object"}}}}
```

## Get single ACL Profile

> Get an individual ACL Profile (not the entire set) from the specified configuration

```json
{"openapi":"3.0.2","info":{"title":"Link11 WAAP","version":"v4.3"},"paths":{"/api/v4.3/conf/{config}/acl-profiles/{entry_id}":{"get":{"operationId":"entry_resource_get_api_v3_configs__config__d__document__e__entry___get_1426591218887049935","summary":"Get single ACL Profile","description":"Get an individual ACL Profile (not the entire set) from the specified configuration","parameters":[{"in":"path","name":"config","required":true,"schema":{"title":"Config","type":"string"}},{"in":"path","name":"entry_id","required":true,"schema":{"title":"Entry","type":"string"}}],"responses":{"200":{"description":"ACL Profile retrieved successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ACLProfile"}}}},"422":{"description":"Validation Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}}}},"tags":["ACL Profiles"]}}},"components":{"schemas":{"ACLProfile":{"properties":{"action":{"title":"Action","type":"string"},"allow":{"items":{"type":"string"},"title":"Allow","type":"array"},"allow_bot":{"items":{"type":"string"},"title":"Allow Bot","type":"array"},"deny":{"items":{"type":"string"},"title":"Deny","type":"array"},"deny_bot":{"items":{"type":"string"},"title":"Deny Bot","type":"array"},"description":{"title":"Description","type":"string"},"force_deny":{"items":{"type":"string"},"title":"Force Deny","type":"array"},"id":{"title":"Id","type":"string"},"name":{"title":"Name","type":"string"},"passthrough":{"items":{"type":"string"},"title":"Passthrough","type":"array"},"tags":{"items":{"type":"string"},"title":"Tags","type":"array"}},"required":["id","name"],"title":"ACLProfile","type":"object"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"title":"Detail","type":"array"}},"title":"HTTPValidationError","type":"object"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"title":"Location","type":"array"},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}},"required":["loc","msg","type"],"title":"ValidationError","type":"object"}}}}
```

## Modify a single ACL Profile

> Update an individual ACL Profile within a configuration

```json
{"openapi":"3.0.2","info":{"title":"Link11 WAAP","version":"v4.3"},"paths":{"/api/v4.3/conf/{config}/acl-profiles/{entry_id}":{"put":{"operationId":"entry_resource_put_api_v3_configs__config__d__document__e__entry___put_1426591218887049935","summary":"Modify a single ACL Profile","description":"Update an individual ACL Profile within a configuration","parameters":[{"in":"path","name":"config","required":true,"schema":{"title":"Config","type":"string"}},{"in":"path","name":"entry_id","required":true,"schema":{"title":"Entry","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"title":"ACL Profiles entry","$ref":"#/components/schemas/ACLProfile"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseUpdate"}}},"description":"ACL Profile updated successfully"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}},"description":"Validation Error"}},"tags":["ACL Profiles"]}}},"components":{"schemas":{"ACLProfile":{"properties":{"action":{"title":"Action","type":"string"},"allow":{"items":{"type":"string"},"title":"Allow","type":"array"},"allow_bot":{"items":{"type":"string"},"title":"Allow Bot","type":"array"},"deny":{"items":{"type":"string"},"title":"Deny","type":"array"},"deny_bot":{"items":{"type":"string"},"title":"Deny Bot","type":"array"},"description":{"title":"Description","type":"string"},"force_deny":{"items":{"type":"string"},"title":"Force Deny","type":"array"},"id":{"title":"Id","type":"string"},"name":{"title":"Name","type":"string"},"passthrough":{"items":{"type":"string"},"title":"Passthrough","type":"array"},"tags":{"items":{"type":"string"},"title":"Tags","type":"array"}},"required":["id","name"],"title":"ACLProfile","type":"object"},"ResponseUpdate":{"title":"ResponseUpdate","type":"object","properties":{"message":{"title":"Message","description":"Information about successful update operation","type":"string"}},"required":["message"]},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"title":"Detail","type":"array"}},"title":"HTTPValidationError","type":"object"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"title":"Location","type":"array"},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}},"required":["loc","msg","type"],"title":"ValidationError","type":"object"}}}}
```

## Create single ACL Profile

> Create an individual ACL Profile within a configuration

```json
{"openapi":"3.0.2","info":{"title":"Link11 WAAP","version":"v4.3"},"paths":{"/api/v4.3/conf/{config}/acl-profiles/{entry_id}":{"post":{"operationId":"entries_resource_post_api_v3_configs__config__d__document__e__post_1255482801995229754","summary":"Create single ACL Profile","description":"Create an individual ACL Profile within a configuration","parameters":[{"in":"path","name":"config","required":true,"schema":{"title":"Config","type":"string"}},{"in":"path","name":"entry_id","required":true,"schema":{"title":"Entry","type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ACLProfile"}}}},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseCreate"}}},"description":"ACL Profile created successfully"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}},"description":"Validation Error"}},"tags":["ACL Profiles"]}}},"components":{"schemas":{"ACLProfile":{"properties":{"action":{"title":"Action","type":"string"},"allow":{"items":{"type":"string"},"title":"Allow","type":"array"},"allow_bot":{"items":{"type":"string"},"title":"Allow Bot","type":"array"},"deny":{"items":{"type":"string"},"title":"Deny","type":"array"},"deny_bot":{"items":{"type":"string"},"title":"Deny Bot","type":"array"},"description":{"title":"Description","type":"string"},"force_deny":{"items":{"type":"string"},"title":"Force Deny","type":"array"},"id":{"title":"Id","type":"string"},"name":{"title":"Name","type":"string"},"passthrough":{"items":{"type":"string"},"title":"Passthrough","type":"array"},"tags":{"items":{"type":"string"},"title":"Tags","type":"array"}},"required":["id","name"],"title":"ACLProfile","type":"object"},"ResponseCreate":{"title":"ResponseCreate","type":"object","properties":{"message":{"title":"Message","description":"Information about successful create operation","type":"string"}},"required":["message"]},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"title":"Detail","type":"array"}},"title":"HTTPValidationError","type":"object"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"title":"Location","type":"array"},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}},"required":["loc","msg","type"],"title":"ValidationError","type":"object"}}}}
```

## Delete single ACL Profile

> Delete an individual ACL Profile (not the entire set) from the specified configuration

```json
{"openapi":"3.0.2","info":{"title":"Link11 WAAP","version":"v4.3"},"paths":{"/api/v4.3/conf/{config}/acl-profiles/{entry_id}":{"delete":{"operationId":"entry_resource_delete_api_v3_configs__config__d__document__e__entry___delete_1426591218887049935","summary":"Delete single ACL Profile","description":"Delete an individual ACL Profile (not the entire set) from the specified configuration","parameters":[{"in":"path","name":"config","required":true,"schema":{"title":"Config","type":"string"}},{"in":"path","name":"entry_id","required":true,"schema":{"title":"Entry","type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseDelete"}}},"description":"ACL Profile deleted successfully"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}},"description":"Validation Error"}},"tags":["ACL Profiles"]}}},"components":{"schemas":{"ResponseDelete":{"title":"ResponseDelete","type":"object","properties":{"message":{"title":"Message","description":"Information about successful delete operation","type":"string"}},"required":["message"]},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"title":"Detail","type":"array"}},"title":"HTTPValidationError","type":"object"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"title":"Location","type":"array"},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}},"required":["loc","msg","type"],"title":"ValidationError","type":"object"}}}}
```

## Get ACL Profiles version list

> Get list of versions of ACL Profiles in a configuration

```json
{"openapi":"3.0.2","info":{"title":"Link11 WAAP","version":"v4.3"},"paths":{"/api/v4.3/conf/{config}/acl-profiles/versions":{"get":{"operationId":"document_list_version_resource_get_api_v3_configs__config__d__document__v__get_1351684752804657893","summary":"Get ACL Profiles version list","description":"Get list of versions of ACL Profiles in a configuration","parameters":[{"in":"path","name":"config","required":true,"schema":{"title":"Config","type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"title":"Versions list","properties":{"total":{"type":"integer"},"items":{"type":"array","items":{"$ref":"#/components/schemas/VersionEntry"}}}}}},"description":"ACL Profiles version list retrieved successfully"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}},"description":"Validation Error"}},"tags":["ACL Profiles"]}}},"components":{"schemas":{"VersionEntry":{"title":"VersionEntry","type":"object","properties":{"author":{"title":"Author","type":"string"},"email":{"title":"Email","format":"email","type":"string"},"message":{"title":"Message","type":"string"},"date":{"format":"date-time","title":"Date","type":"string"},"version":{"title":"Version","type":"string"},"parents":{"type":"array","items":{"type":"string"}}}},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"title":"Detail","type":"array"}},"title":"HTTPValidationError","type":"object"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"title":"Location","type":"array"},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}},"required":["loc","msg","type"],"title":"ValidationError","type":"object"}}}}
```

## Get version of ACL Profile

> Get a specific version of an ACL Profile

```json
{"openapi":"3.0.2","info":{"title":"Link11 WAAP","version":"v4.3"},"paths":{"/api/v4.3/conf/{config}/acl-profiles/versions/{version}":{"get":{"operationId":"document_version_resource_get_api_v3_configs__config__d__document__v__version___get_1370409337361692727","summary":"Get version of ACL Profile","description":"Get a specific version of an ACL Profile","parameters":[{"in":"path","name":"config","required":true,"schema":{"title":"Config","type":"string"}},{"in":"path","name":"version","required":true,"schema":{"title":"Version","type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"title":"ACL Profiles document","properties":{"total":{"type":"integer"},"items":{"type":"array","items":{"$ref":"#/components/schemas/ACLProfile"}}}}}},"description":"ACL Profile retrieved successfully"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}},"description":"Validation Error"}},"tags":["ACL Profiles"]}}},"components":{"schemas":{"ACLProfile":{"properties":{"action":{"title":"Action","type":"string"},"allow":{"items":{"type":"string"},"title":"Allow","type":"array"},"allow_bot":{"items":{"type":"string"},"title":"Allow Bot","type":"array"},"deny":{"items":{"type":"string"},"title":"Deny","type":"array"},"deny_bot":{"items":{"type":"string"},"title":"Deny Bot","type":"array"},"description":{"title":"Description","type":"string"},"force_deny":{"items":{"type":"string"},"title":"Force Deny","type":"array"},"id":{"title":"Id","type":"string"},"name":{"title":"Name","type":"string"},"passthrough":{"items":{"type":"string"},"title":"Passthrough","type":"array"},"tags":{"items":{"type":"string"},"title":"Tags","type":"array"}},"required":["id","name"],"title":"ACLProfile","type":"object"},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"title":"Detail","type":"array"}},"title":"HTTPValidationError","type":"object"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"title":"Location","type":"array"},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}},"required":["loc","msg","type"],"title":"ValidationError","type":"object"}}}}
```

## Revert an ACL Profile to the specified version

> Set a previous ACL Profile version to be the current one

```json
{"openapi":"3.0.2","info":{"title":"Link11 WAAP","version":"v4.3"},"paths":{"/api/v4.3/conf/{config}/acl-profiles/versions/{version}/revert":{"put":{"operationId":"document_revert_resource_put_api_v3_configs__config__d__document__v__version__revert__put_1894561016170609423","summary":"Revert an ACL Profile to the specified version","description":"Set a previous ACL Profile version to be the current one","parameters":[{"in":"path","name":"config","required":true,"schema":{"title":"Config","type":"string"}},{"in":"path","name":"version","required":true,"schema":{"title":"Version","type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResponseUpdate"}}},"description":"ACL Profile reversion was successful"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HTTPValidationError"}}},"description":"Validation Error"}},"tags":["ACL Profiles"]}}},"components":{"schemas":{"ResponseUpdate":{"title":"ResponseUpdate","type":"object","properties":{"message":{"title":"Message","description":"Information about successful update operation","type":"string"}},"required":["message"]},"HTTPValidationError":{"properties":{"detail":{"items":{"$ref":"#/components/schemas/ValidationError"},"title":"Detail","type":"array"}},"title":"HTTPValidationError","type":"object"},"ValidationError":{"properties":{"loc":{"items":{"anyOf":[{"type":"string"},{"type":"integer"}]},"title":"Location","type":"array"},"msg":{"title":"Message","type":"string"},"type":{"title":"Error Type","type":"string"}},"required":["loc","msg","type"],"title":"ValidationError","type":"object"}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://waap.docs.link11.com/reference-information/api/namespace-reference/acl-profiles.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
