> 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/admin.md).

# Administration

Configuration serveur et Logs.

## 📋 Index des Commandes

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

| Commande                                                                      | Description                          | Permission       |
| ----------------------------------------------------------------------------- | ------------------------------------ | ---------------- |
| [**/setup-logs**](/commandes/admin/setup-logs.md)                             | Configurer les logs serveur.         | `Administrator`  |
| [**/backup creer**](/commandes/admin/backup-creer.md)                         | Créer une sauvegarde du serveur.     | `Administrator`  |
| [**/backup charger**](/commandes/admin/backup-charger.md)                     | Charger une sauvegarde (Destructif). | `Administrator`  |
| [**/config-tempchannels**](/commandes/admin/config-tempchannels.md)           | Salons vocaux temporaires.           | `ManageChannels` |
| [**/config-count-member**](/commandes/admin/config-count-member.md)           | Compteur de membres en vocal.        | `Administrator`  |
| [**/embed**](/commandes/admin/embed.md)                                       | Générateur d'Embed avancé.           | `ManageMessages` |
| [**/say**](/commandes/admin/say.md)                                           | Envoyer un message via le bot.       | `Administrator`  |
| [**/respond-to**](/commandes/admin/respond-to.md)                             | Répondre à un message précis.        | `Administrator`  |
| [**/server-info**](/commandes/admin/server-info.md)                           | Statistiques du serveur.             | `Aucune`         |
| [**/server avatar**](/commandes/admin/server-avatar.md)                       | Récupérer l'icône/bannière serveur.  | `Aucune`         |
| [**/user-info**](/commandes/admin/user-info.md)                               | Informations sur un membre.          | `Aucune`         |
| [**/list-bots**](/commandes/admin/list-bots.md)                               | Liste des bots du serveur.           | `ManageGuild`    |
| [**/list-no-roles**](/commandes/admin/list-no-roles.md)                       | Membres sans rôle.                   | `ManageRoles`    |
| [**/liste-utilisateurs-nitro**](/commandes/admin/liste-utilisateurs-nitro.md) | Liste des Boosters.                  | `ManageGuild`    |
| [**/config-pingonpost**](/commandes/admin/config-pingonpost.md)               | Auto-Ping sur message.               | `Administrator`  |
| [**/planning**](/commandes/admin/planning.md)                                 | Gestion des disponibilités.          | `Administrator`  |
| [**/config-planning**](/commandes/admin/config-planning.md)                   | Configurer le salon planning.        | `Administrator`  |
| [**/interserv**](/commandes/admin/interserv.md)                               | Chat inter-serveur.                  | `Administrator`  |
| [**/shorten-url**](/commandes/admin/shorten-url.md)                           | Raccourcir un lien.                  | `Aucune`         |
| [**/host-image**](/commandes/admin/host-image.md)                             | Héberger une image.                  | `Aucune`         |
| [**/stream-notif**](/commandes/admin/stream-notif.md)                         | Annonces de stream Twitch.           | `ManageChannels` |


---

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