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

# Per iniziare

- [Invita Ticket King al tuo server](https://ticketking.xyz/docs/it/per-iniziare/invite-ticket-king.md): Aggiungi Ticket King al tuo server Discord in meno di un minuto.
- [Apri la tua dashboard](https://ticketking.xyz/docs/it/per-iniziare/open-your-dashboard.md): Accedi su ticketking.xyz per configurare il bot.
- [Scegli il tuo server](https://ticketking.xyz/docs/it/per-iniziare/pick-your-server.md): Come leggere il selettore del server e cosa significa ogni stato della scheda.
- [Esplora la barra laterale della dashboard](https://ticketking.xyz/docs/it/per-iniziare/tour-the-dashboard.md): Ogni sezione della barra laterale della dashboard, cosa controlla e chi può vederla.
- [Crea il tuo primo pannello](https://ticketking.xyz/docs/it/per-iniziare/build-your-first-panel.md): Da "ho appena invitato il bot" a "i membri possono aprire ticket", il percorso più rapido.
- [Provalo come un membro](https://ticketking.xyz/docs/it/per-iniziare/test-it-like-a-member.md): Verifica che il tuo nuovo pannello funzioni end-to-end prima di annunciarlo.
- [Dove andare dopo](https://ticketking.xyz/docs/it/per-iniziare/where-to-go-next.md): Ora che le basi funzionano, ecco cosa la maggior parte dei team configura dopo.


---

# 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.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.
