# Role permissions

| Permission name   | Description                                                                                                                                                                                    |
| ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ADMINISTRATOR     | Gives **EVERY** permission                                                                                                                                                                     |
| MANAGE\_BANS      | <p><code>/moderation ban \*</code><br><code>/moderation unban \*</code><br><code>/manage bans</code></p>                                                                                       |
| MANAGE\_CHANNELS  | <p><code>/connect</code></p><p><code>/disconnect</code> </p><p><code>/manage channels</code></p>                                                                                               |
| MANAGE\_MESSAGES  | <p><code>/message delete (any message)</code><br><code>/manage filters</code></p>                                                                                                              |
| MANAGE\_MUTES     | <p><code>/moderation mute</code><br><code>/moderation unmute</code></p>                                                                                                                        |
| MANAGE\_NICKNAMES | <p><code>/setnick</code><br></p><p><span data-gb-custom-inline data-tag="emoji" data-code="26a0">⚠️</span> This permission only applies if <code>ChangeNickname</code> setting is disabled</p> |
| MANAGE\_REQUESTS  | `/manage requests`                                                                                                                                                                             |
| MANAGE\_ROLES     | <p><code>/setrole</code><br><code>/manage roles</code></p>                                                                                                                                     |
| MANAGE\_SETTINGS  | `/manage settings`                                                                                                                                                                             |
| MENTION\_EVERYONE | Mention everyone in chat using `&everyone` or `&here` (& can be changed with `PingChar` setting)                                                                                               |
| SEND\_MESSAGES    | Send messages in the connected chat                                                                                                                                                            |


---

# 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://docs.combot.xyz/guides/managing-connection-roles/editing-roles/role-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.
