# Permissions

- [Blacklist](https://documentation.lynnux.xyz/akira/permissions/blacklist.md): Prevents the mentioned member from using Akira in the server.
- [Botchannel](https://documentation.lynnux.xyz/akira/permissions/botchannel.md): Causes Akira to ignore commands in all channels except the one mentioned (defaults to current channel).
- [Default](https://documentation.lynnux.xyz/akira/permissions/default.md): Sets the mentioned command or command group to default permissions.
- [Disable](https://documentation.lynnux.xyz/akira/permissions/disable.md): Disables the mentioned command or command group.
- [Enable](https://documentation.lynnux.xyz/akira/permissions/enable.md): Reenables a disabled command or command group.
- [Freechannel](https://documentation.lynnux.xyz/akira/permissions/freechannel.md): Removes the bot channel restriction from the server, if there is one in place.
- [Ignore](https://documentation.lynnux.xyz/akira/permissions/ignore.md): Prevents Akira from responding to commands in the mentioned channel. (defaults to current channel)
- [Listen](https://documentation.lynnux.xyz/akira/permissions/listen.md): Allows Akira to respond to commands in the mentioned channel, if the channel was restricted by the ignore command (defaults to current channel).
- [Perms](https://documentation.lynnux.xyz/akira/permissions/perms.md): Edit specific permissions for Akira commands.
- [Whitelist](https://documentation.lynnux.xyz/akira/permissions/whitelist.md)


---

# 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.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.
