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

# Prezzi

<details>

<summary>Quanto costa Premium?</summary>

I prezzi sono mostrati nella pagina Premium della tua dashboard. È lì che puoi vedere l'importo per il tuo server.

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

</details>

<details>

<summary>Dove posso vedere i miei abbonamenti?</summary>

[ticketking.xyz/user/subscriptions](https://ticketking.xyz/user/subscriptions) mostra ogni abbonamento che hai avviato su tutti i server.

</details>

<details>

<summary>Come faccio a cancellare?</summary>

Due modi:

1. **Per server:** Dashboard → Premium → Annulla abbonamento.
2. **Per utente.** Aperto [ticketking.xyz/user/subscriptions](https://ticketking.xyz/user/subscriptions) e fai clic su Annulla.

Mantieni l'accesso fino alla fine del tuo periodo di fatturazione in corso.

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

</details>

<details>

<summary>Cosa succede se annullo?</summary>

Mantieni Premium fino alla fine del periodo di fatturazione. Dopo di allora, le funzionalità Premium vengono bloccate, ma i tuoi dati (modelli, comandi personalizzati e così via) vengono conservati.

→ [Non più Premium](/docs/it/premium/no-longer-premium.md)

</details>

<details>

<summary>E se il mio pagamento fallisce?</summary>

Riceverai una notifica via email. Se il pagamento non può essere riscosso, Premium scade alla data di scadenza già prevista.

</details>

<details>

<summary>Posso trasferire il mio abbonamento a un altro server?</summary>

Sì. Dashboard → Premium → Trasferisci Premium.

C'è un intervallo di attesa di 24 ore dopo ogni trasferimento. Il server di destinazione non può già avere un abbonamento attivo.

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

</details>

<details>

<summary>Rimuovere il bot annulla il mio abbonamento?</summary>

**No.** Rimuovere il bot dal tuo server non annulla la fatturazione. Devi annullare esplicitamente.

</details>

<details>

<summary>Ho una domanda sul mio account che non è presente qui</summary>

Contatta <support@ticketking.xyz>.

</details>

## Correlati

{% content-ref url="/pages/fe847126632cfbf6c787f2637fc9b5608bf838f1" %}
[Piani e prezzi](/docs/it/premium/plans-and-pricing.md)
{% endcontent-ref %}

{% content-ref url="/pages/60c996e2fc0162419bc5d95213b2e994268061bf" %}
[Gestione del tuo abbonamento](/docs/it/premium/managing-your-subscription.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/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.
