> 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/per-iniziare/pick-your-server.md).

# Scegli il tuo server

Dopo l'accesso, la dashboard apre la **Gestione server** pagina. Mostra una griglia di schede, una scheda per ogni server Discord a cui hai accesso. Ogni scheda ti dice se Ticket King è pronto per essere configurato per quel server.

{% stepper %}
{% step %}

### Accedi

Accedi con Discord su [ticketking.xyz](https://ticketking.xyz). Una volta effettuato l'accesso, la dashboard apre automaticamente la **Gestione server** pagina.
{% endstep %}

{% step %}

### Visualizza i tuoi server

La pagina Gestione server mostra una griglia di schede, una scheda per ogni server Discord a cui hai accesso. Ogni scheda ti dice se Ticket King è pronto per essere configurato per quel server. Gli stati delle schede sono spiegati in [I tre stati delle schede](#the-three-card-states) di seguito.

{% tabs %}
{% tab title="Desktop" %}

<figure><img src="/files/f84425c815515ebaa3bf7ed5589921c4b153ca4d" alt="The Server Management page with several server cards visible, including one in each of the three card states (Bot Active"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Mobile" %}

<figure><img src="/files/10e42d39fd0b55e732ac611116b0df5a54595b78" alt="The Server Management page on a phone, with the server cards stacked in a single column and the sidebar collapsed behind"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}
{% endstep %}

{% step %}

### Scegline uno

Trova il server che desideri e fai clic sul suo pulsante. Un server con Ticket King attivo mostra **Gestisci server**. Fai clic per aprire la dashboard di quel server.

<figure><img src="/files/a5ea08a446e70eb7ee6667c7846142d7a45fe421" alt="A server card with the Manage Server button"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

## I tre stati delle schede

Ogni scheda del server mostra un badge di stato. Esistono tre stati possibili.

### 🟢 Bot attivo

Ticket King è in questo server. Il pulsante della scheda mostra **Gestisci server**. Fai clic per aprire la dashboard di quel server.

Questo è lo stato per ogni server che utilizzi attivamente.

### 🟡 Non configurato

Ticket King è nel server, ma non è ancora stato configurato tramite la dashboard. Il pulsante della scheda mostra **Aggiungi al server**. Fai clic per autorizzare Ticket King per il server, quindi puoi aprire e configurare la sua dashboard.

**Motivo comune:** Qualcun altro nel tuo team ha invitato il bot, ma sei il primo a configurarlo.

### 🔴 Bot mancante

Hai l'autorizzazione per gestire questo server, ma Ticket King non è presente. Il pulsante della scheda mostra **Fai clic per invitare il bot**. Ti porta al [flusso di invito](/docs/it/per-iniziare/invite-ticket-king.md) con quel server preselezionato.

**Motivo comune:** Hai appena rimosso il bot, oppure il bot era stato installato da qualcuno che in seguito ha lasciato.

## Server a cui potresti avere accesso

Sotto le schede c'è una sezione separata, **Server a cui potresti avere accesso**. Si tratta di server in cui Ticket King è attivo e di cui sei membro, ma non hai **non** l'autorizzazione Amministratore o Gestisci server. Se ti è stato concesso l'accesso alla dashboard tramite un ruolo, puoi aprirli da qui.

→ [Concedere l'accesso alla dashboard a un ruolo](/docs/it/permessi-e-il-tuo-team-di-supporto/giving-a-role-dashboard-access.md)

## Ricerca

Se gestisci molti server, la barra di ricerca in alto filtra le schede per nome mentre scrivi. I server in cui Ticket King è attivo vengono elencati per primi.

## E se il mio server non è qui?

Segui questa checklist:

1. **Sei davvero membro di quel server?** Se hai lasciato, la scheda scompare.
2. **Hai Gestisci server o Amministratore su quel server?** Senza uno di questi (o senza essere il proprietario) il server appare solo sotto "Server a cui potresti avere accesso", e solo se un ruolo ti ha concesso l'accesso alla dashboard.
3. **Hai effettuato l'accesso meno di un minuto fa?** L'elenco dei server di Discord può impiegare poco tempo per aggiornarsi. Attendi, poi ricarica.
4. **Il server è molto grande?** Discord limita la frequenza con cui la dashboard può richiedere l'appartenenza al tuo server. Riprova tra un minuto.

Ancora mancante? Esci e accedi di nuovo. Questo forza un nuovo recupero da Discord.

## Avanti: fai un tour della barra laterale della dashboard

{% content-ref url="/pages/662507f74ee94efb4ca1b3ab0cf25494cd1e7bce" %}
[Esplora la barra laterale della dashboard](/docs/it/per-iniziare/tour-the-dashboard.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/per-iniziare/pick-your-server.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.
