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

# Generale

<details>

<summary>Che cos'è Ticket King?</summary>

Un bot ticket per Discord con una dashboard web. I tuoi membri aprono ticket con pulsanti o menu a discesa di Discord. Il tuo staff li gestisce in canali privati. La maggior parte della configurazione si effettua dalla dashboard.

</details>

<details>

<summary>È gratuito?</summary>

Sì. C'è un piano gratuito. <i class="fa-crown">:crown:</i> Premium aggiunge il Personalizzatore del Bot, le Statistiche, la Valutazione dei Ticket, il collegamento a Steam, i Comandi Personalizzati e limiti più alti.

→ [Piani e prezzi](/docs/it/premium/plans-and-pricing.md)

</details>

<details>

<summary>Dove configuro Ticket King?</summary>

[ticketking.xyz/dashboard](https://ticketking.xyz/dashboard). Accedi con Discord, scegli il tuo server e configuralo lì.

</details>

<details>

<summary>Il bot deve rimanere online per funzionare?</summary>

Sì. Se il bot è offline, i pulsanti del pannello restituiscono "Questa interazione non è riuscita" quando i membri fanno clic. Anche le attività pianificate (come la chiusura automatica) si mettono in pausa finché il bot non si riconnette.

</details>

<details>

<summary>Quanti ticket posso avere contemporaneamente?</summary>

Predefinito: 500 per server, 1 per utente. Entrambi sono configurabili.

→ [Limiti sui ticket aperti](/docs/it/ticket/limits-on-open-tickets.md)

</details>

<details>

<summary>Il bot può inviare DM agli utenti?</summary>

Sì, per alcuni eventi. Invia in DM all'autore del ticket un avviso di chiusura, un prompt di valutazione del ticket (<i class="fa-crown">:crown:</i> Premium), e le decisioni sulle candidature. Se un membro ha i DM disattivati, il DM non arriva.

</details>

<details>

<summary>Quali lingue supporta Ticket King?</summary>

40 lingue. Imposta la lingua per il tuo server in **Impostazioni, poi Lingua del server**. Il bot usa quella lingua per tutti i suoi messaggi nel tuo server.

→ [Lingue](/docs/it/lingue/server-language.md)

</details>

<details>

<summary>Posso avere un nome e un avatar personalizzati del bot per ogni server?</summary>

Sì, con <i class="fa-crown">:crown:</i> Premium. Vedi la [Personalizzatore del bot](/docs/it/personalizzazione-e-branding/bot-personalizer.md). Ogni modifica viene revisionata prima di essere applicata.

</details>

<details>

<summary>Dov'è il server Discord di supporto?</summary>

[ticketking.xyz/support](https://ticketking.xyz/support).

</details>

## Correlati

{% content-ref url="/pages/e00e37fdd9d9213887ad0bdd5bfbe13ac2d2382d" %}
[Configurazione](/docs/it/faq/setup.md)
{% endcontent-ref %}

{% content-ref url="/pages/87332ff69bf4e94af0acec61929c5f5e364033b1" %}
[Prezzi](/docs/it/faq/pricing.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/faq/general.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.
