> 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/ottieni-aiuto-e-comunita/status-page.md).

# La pagina di stato

Il team di Ticket King mantiene una pagina di stato pubblica.

## Dove trovarla

[**status.ticketking.xyz**](https://status.ticketking.xyz)

{% embed url="<https://status.ticketking.xyz>" %}

L'indicatore di stato nella dashboard rimanda anche qui.

## Cosa mostra

* **Bot.** Se il bot di Discord è connesso e risponde.
* **API.** Se il servizio su cui si basano la dashboard e il bot risponde.
* **Dashboard.** Se il sito web è attivo.
* **Trascrizioni.** Se il visualizzatore delle trascrizioni funziona.

## Quando controllarla

* Vedi "Questa interazione non è riuscita" su un pulsante del pannello. Controlla se il bot è offline.
* La dashboard non si carica. Controlla se la dashboard è offline.

## Incidenti

Quando qualcosa non va, la pagina di stato mostra la parte interessata, quando è iniziato l'incidente e gli aggiornamenti fino alla sua risoluzione. Puoi abbonarti alla pagina per ricevere avvisi.

## Manutenzione

La manutenzione programmata viene annunciata in anticipo in `#announcements` nel Discord di supporto e sulla pagina di stato.

## Se un incidente è già mostrato

Se la pagina di stato mostra già un incidente attivo, non è necessario segnalarlo. Tieni d'occhio la pagina per gli aggiornamenti.

## Correlati

{% content-ref url="/pages/e8b056990d44820fb01b626da5bf8f052e90b354" %}
[Entrare nel Discord di supporto](/docs/it/ottieni-aiuto-e-comunita/joining-support-discord.md)
{% endcontent-ref %}

{% content-ref url="/pages/d4362105dcdd4066e0a661b31fe3988d0c97690a" %}
[Segnalare bug](/docs/it/ottieni-aiuto-e-comunita/reporting-bugs.md)
{% endcontent-ref %}


---

# 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/ottieni-aiuto-e-comunita/status-page.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.
