> 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/premium/plans-and-pricing.md).

# Piani e prezzi

Ticket King ha due piani: **Gratuito** e **Premium**.

## Cosa è incluso in ciascuno

Il piano gratuito copre la maggior parte dei server. Premium aggiunge funzionalità per team più grandi e per il branding personalizzato.

## Gratuito vs Premium in sintesi

La maggior parte di ciò che altri bot per ticket fanno pagare è gratuito in Ticket King.

|                                                                        | Gratuito       | Premium        |
| ---------------------------------------------------------------------- | -------------- | -------------- |
| Pannelli ticket                                                        | 10             | Illimitato     |
| Modelli salvati                                                        | 1              | 25             |
| Ruoli di supporto, ruoli bloccati e categorie                          | Sì             | Sì             |
| Moduli ticket (fino a 5 domande)                                       | Sì             | Sì             |
| Trascrizioni, conservate per sempre                                    | Sì             | Sì             |
| Registri di audit                                                      | Sì             | Sì             |
| Tutte le 40 lingue                                                     | Sì             | Sì             |
| Aree dei permessi della dashboard                                      | Sì             | Sì             |
| Chiudi un ticket quando il suo autore se ne va                         | Sì             | Sì             |
| Personalizzatore del bot (nome del bot personalizzato, avatar, banner) | No             | Sì             |
| Comandi personalizzati                                                 | No             | Sì             |
| Dashboard delle statistiche                                            | No             | Sì             |
| Collegamento a Steam                                                   | No             | Sì             |
| Valutazione del ticket                                                 | No             | Sì             |
| Chiusura automatica dopo inattività                                    | No             | Sì             |
| Dimensione della trascrizione per ticket                               | 1.000 messaggi | 5.000 messaggi |

Per l'elenco completo di ciò che è riservato a Premium, vedi [Elenco delle funzionalità riservate a Premium](/docs/it/premium/feature-list.md).

## Aggiornamento

Quando sei pronto per effettuare l'upgrade, vai su **Dashboard → Premium** per il server che vuoi aggiornare. Segui la procedura di checkout e hai finito.

<a href="https://ticketking.xyz/dashboard" class="button primary" data-icon="crown">Ottieni Premium</a>

→ [Abbonamento](/docs/it/premium/subscribing.md)

## Gestione del tuo abbonamento

Gestisci tutto ciò che riguarda il tuo abbonamento nella dashboard. Questo include la visualizzazione del suo stato, l'annullamento e il trasferimento a un altro server.

→ [Gestione del tuo abbonamento](/docs/it/premium/managing-your-subscription.md)

## Cosa succede se un server non è più Premium

Se il tuo abbonamento termina, i tuoi dati vengono conservati. Le funzionalità Premium vengono bloccate, ma non viene eliminato nulla.

→ [Cosa succede se un server non è più Premium](/docs/it/premium/no-longer-premium.md)

## Correlati

{% content-ref url="/pages/ed2ddef4fbdcba14f510fc82a21fe29541ab4a2d" %}
[Elenco delle funzionalità riservate a Premium](/docs/it/premium/feature-list.md)
{% endcontent-ref %}

{% content-ref url="/pages/1aa0a7741891140b871cc502397ed75b24751530" %}
[Abbonamento](/docs/it/premium/subscribing.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/premium/plans-and-pricing.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.
