> For the complete documentation index, see [llms.txt](https://docs.chell.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chell.fr/commandes/roles.md).

# Rôles

Gestion des permissions et self-roles.

## 📋 Index des Commandes

Cliquez sur une commande pour accéder à son guide complet.

| Commande                                                      | Description                            | Permission      |
| ------------------------------------------------------------- | -------------------------------------- | --------------- |
| [**/config-autoroles**](/commandes/roles/config-autoroles.md) | Rôles automatiques à l'arrivée.        | `Administrator` |
| [**/addroles**](/commandes/roles/addroles.md)                 | Ajouter des rôles (max 9).             | `ManageRoles`   |
| [**/removeroles**](/commandes/roles/removeroles.md)           | Retirer des rôles (max 9).             | `ManageRoles`   |
| [**/role-masse**](/commandes/roles/role-masse.md)             | Modifier les rôles de tout le serveur. | `ManageRoles`   |
| [**/roles-menu**](/commandes/roles/roles-menu.md)             | Créer un menu déroulant.               | `ManageRoles`   |
| [**/reaction-role**](/commandes/roles/reaction-role.md)       | Rôles par clic sur émoji.              | `ManageRoles`   |
| [**/role-info**](/commandes/roles/role-info.md)               | Détails techniques d'un rôle.          | `ManageRoles`   |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.chell.fr/commandes/roles.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.
