# Perms

## Usage:

| Command           | Options                     | Description                                                       |
| ----------------- | --------------------------- | ----------------------------------------------------------------- |
| `a.perms allow`   | \<group/command> \<target>  | Enable the command in the given target                            |
| `a.perms deny`    | \<group/command>  \<target> | Disable the command in the given target                           |
| `a.perms default` | \<group/command>  \<target> | Resets the permission to the default                              |
| `a.perms clear`   | \<target>                   | Clears the permissions for the given user/channel/role.           |
| `a.perms show`    | \<target>                   | Show set permissions for the given extended type                  |
| `a.perms reply`   | \<react/ignore/reply>       | Akira will reply to commands that are disabled (reply by default) |

> \<target> is a "user", "role" or "channel"


---

# 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://documentation.lynnux.xyz/akira/permissions/perms.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.
