# Le panel

- [Informations générales](https://docs.lordbot.net/panel/informations.md): Quelques informations globales sur le fonctionnement du panel web.
- [Ajouter LordBot à un serveur](https://docs.lordbot.net/panel/ajouter-lordbot.md): Petit GIF pour vous montrer comment ajouter LordBot à un serveur.
- [Configuration du serveur](https://docs.lordbot.net/panel/configuration-serveur.md): Regardez ici comment configurer simplement LordBot sur votre serveur avec le panel !
- [Gestion des commandes](https://docs.lordbot.net/panel/gestion-commandes.md): Il est ici expliqué comment ajouter des règles personnalisées pour chaque commande.
- [Gestion des messages](https://docs.lordbot.net/panel/gestion-messages.md): Vous trouverez ici des informations pour pouvoir personnaliser les messages envoyés par le bot.


---

# 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.lordbot.net/panel.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.
