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

# Dépannage

- [Le bot n’a pas répondu à une commande](https://ticketking.xyz/docs/fr/depannage/bot-didnt-respond.md): Quand Ticket King ne répond pas à une commande.
- [Les membres ne peuvent pas voir un salon de ticket](https://ticketking.xyz/docs/fr/depannage/members-cant-see-channel.md): Un ticket a été ouvert, mais le membre ou le personnel ne peut pas voir le salon.
- [Les boutons du panneau ne font rien ou affichent « interaction échouée »](https://ticketking.xyz/docs/fr/depannage/interaction-failed.md): Les boutons du panneau ne font rien, affichent « Cette interaction a échoué » ou n’ouvrent pas de ticket.
- [Je n’arrive pas à accéder au tableau de bord](https://ticketking.xyz/docs/fr/depannage/cant-access-dashboard.md): Impossible de se connecter, impossible de voir un serveur, ou le tableau de bord refuse une action.
- [Une transcription est manquante ou vide](https://ticketking.xyz/docs/fr/depannage/transcript-missing.md): Une entrée de journal de fermeture indique qu’une transcription est indisponible, ou le lien est cassé.
- [Ma modification du Personnaliseur du bot n’est pas appliquée](https://ticketking.xyz/docs/fr/depannage/personalizer-not-applied.md): Les paramètres du Personnaliseur du bot sont enregistrés, mais le bot a toujours l’apparence par défaut.
- [La fermeture automatique s’est déclenchée alors qu’elle n’aurait pas dû](https://ticketking.xyz/docs/fr/depannage/auto-close-misfired.md): Un ticket s’est fermé automatiquement alors qu’il n’aurait pas dû, ou ne l’a pas fait alors qu’il aurait dû.
- [Un rôle de support ne peut pas fermer un ticket](https://ticketking.xyz/docs/fr/depannage/support-role-cant-close.md): Un membre du personnel avec le rôle de support ne peut pas fermer un ticket.


---

# 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://ticketking.xyz/docs/fr/depannage.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.
