> 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/it/risoluzione-dei-problemi.md).

# Risoluzione dei problemi

- [Il bot non ha risposto a un comando](https://ticketking.xyz/docs/it/risoluzione-dei-problemi/bot-didnt-respond.md): Quando Ticket King non risponde a un comando.
- [I membri non riescono a vedere un canale ticket](https://ticketking.xyz/docs/it/risoluzione-dei-problemi/members-cant-see-channel.md): Un ticket è stato aperto ma il membro o lo staff non riescono a vedere il canale.
- [I pulsanti del pannello non fanno nulla o mostrano "interazione fallita"](https://ticketking.xyz/docs/it/risoluzione-dei-problemi/interaction-failed.md): I pulsanti del pannello non fanno nulla, mostrano 'This interaction failed' o non aprono un ticket.
- [Non riesco ad accedere alla dashboard](https://ticketking.xyz/docs/it/risoluzione-dei-problemi/cant-access-dashboard.md): Non riesci ad accedere, non vedi un server o la dashboard rifiuta un'azione.
- [Una trascrizione è mancante o vuota](https://ticketking.xyz/docs/it/risoluzione-dei-problemi/transcript-missing.md): Una voce del registro di chiusura indica che una trascrizione non è disponibile, oppure il link è interrotto.
- [La mia modifica a Bot Personalizer non viene applicata](https://ticketking.xyz/docs/it/risoluzione-dei-problemi/personalizer-not-applied.md): Le impostazioni di Bot Personalizer sono state salvate, ma il bot ha ancora l'aspetto predefinito.
- [La chiusura automatica è scattata quando non doveva](https://ticketking.xyz/docs/it/risoluzione-dei-problemi/auto-close-misfired.md): Un ticket si è chiuso automaticamente quando non avrebbe dovuto, oppure non si è chiuso quando avrebbe dovuto.
- [Un ruolo di supporto non può chiudere un ticket](https://ticketking.xyz/docs/it/risoluzione-dei-problemi/support-role-cant-close.md): Un membro dello staff con il ruolo di supporto non riesce a chiudere 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, and the optional `goal` query parameter:

```
GET https://ticketking.xyz/docs/it/risoluzione-dei-problemi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
