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

# Abbonamento

Gli abbonamenti sono gestiti tramite la tua **dashboard su ticketking.xyz**.

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

## Passo dopo passo

{% stepper %}
{% step %}

### Apri la pagina Premium

**Barra laterale → Premium** (oppure fai clic su "Gestisci Premium" in fondo a qualsiasi pagina della dashboard).

<figure><img src="/files/067101a9f1af66d3d7bd48fa64273a438ae9b5d5" alt="The dashboard sidebar with the Premium item, or the Manage Premium link at the bottom of a dashboard page"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Fai clic su Passa a Premium

Fai clic sul **Passa a Premium** pulsante.

<figure><img src="/files/c05146fdbcd889ac9c84fd275cebb06c86e0d028" alt="The Premium dashboard page showing the Upgrade to Premium button"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Completa il pagamento

Verrai portato a un checkout sicuro del nostro fornitore di pagamento, come pop-up o tramite reindirizzamento. Segui le istruzioni per inserire i dati di pagamento e completare l'acquisto.
{% endstep %}

{% step %}

### Torna alla dashboard

Verrai riportato alla dashboard con una notifica di conferma.
{% endstep %}

{% step %}

### Premium si attiva

Nel giro di un paio di minuti, le funzionalità Premium diventano attive in tutto il server.

<figure><img src="/files/1f4e4e334b1a051b9e0e2ed8abb383f298c01beb" alt="The Premium page showing the subscription as active across the server"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

## Autorizzazioni per abbonarsi

È necessario il **Gestisci Premium** permesso della dashboard, oppure essere il proprietario del server / Amministratore Discord.

## Cosa si attiva subito dopo l'acquisto

Nel giro di un paio di minuti:

* Le pagine Premium della tua dashboard (Statistiche, Collegamento a Steam, Comandi personalizzati, Personalizzatore del bot) si sbloccano.
* Le funzionalità del pannello protette da Premium iniziano a essere applicate (Ruoli richiesti, richieste di collegamento a Steam, ecc.).
* Il Personalizzatore del bot viene riapplicato automaticamente se ne hai uno configurato.

## Se Premium non si attiva entro 5 minuti

Raro, ma se completi il pagamento e non vedi Premium attivarsi:

1. Ricarica la dashboard.
2. Controlla la pagina Premium. Dovrebbe mostrare il tuo abbonamento come attivo.
3. Se non è così, contatta <support@ticketking.xyz>. Il team può risolvere il problema rapidamente.

## Abbonarsi a più server

Puoi abbonarti a più server, ognuno con il proprio abbonamento. Gestiscili tutti da [ticketking.xyz/user/subscriptions](https://ticketking.xyz/user/subscriptions).

Puoi anche **trasferire** un abbonamento attivo da un server a un altro dalla tua dashboard.

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

## Correlati

{% 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/premium/subscribing.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.
