> 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/ottieni-aiuto-e-comunita/joining-support-discord.md).

# Entrare nel Discord di supporto

Il Discord di supporto di Ticket King è il posto in cui ottieni risposte, suggerisci funzionalità, segnali bug e vedi come altri amministratori dei server usano il bot.

## Come partecipare

Aperto [ticketking.xyz/support](https://ticketking.xyz/support). Ti porta al server di supporto.

## Cosa troverai

* `#announcements`. Rilasci, modifiche importanti e manutenzione pianificata.
* `#help`. Apri un ticket per ricevere aiuto con il tuo server.
* `#feedback`. Suggerimenti e discussioni sulle funzionalità.
* `#bug-reports`. Segnala bug.
* `#showcase`. Condividi i tuoi design del pannello.
* `#community-presets`. Design del pannello della community. Alcuni diventano preset pubblici.

## Quando venire qui

* Un'impostazione non si comporta come ti aspetti e non riesci a capire perché.
* Vuoi una funzionalità.
* Vuoi suggerire una modifica alla traduzione.
* Vuoi segnalare un bug.
* Vuoi vedere come altri server hanno configurato Ticket King.

## Quando non venire qui

Per richieste di accesso ai dati, cancellazione dei dati o domande di fatturazione, invia un'email a <support@ticketking.xyz> invece. Un Discord pubblico non è il posto giusto per informazioni personali sensibili.

## Cerca prima

Prima di chiedere, cerca nella documentazione e nel `#help` canale i thread precedenti. La maggior parte delle domande più comuni ha già ricevuto risposta.

## Come chiedere bene

* **Sii specifico.** «È rotto» è difficile da gestire. «Quando clicco il pulsante X nel pannello Y, il bot restituisce Z» è facile su cui intervenire.
* **Includi l'ID del tuo server** per qualsiasi cosa riguardi il tuo server.
* **Non condividere segreti.** I token e i dettagli di fatturazione vanno a <support@ticketking.xyz>, non al Discord pubblico.

## Correlati

{% content-ref url="/pages/d4362105dcdd4066e0a661b31fe3988d0c97690a" %}
[Segnalare bug](/docs/it/ottieni-aiuto-e-comunita/reporting-bugs.md)
{% endcontent-ref %}

{% content-ref url="/pages/dec4182264d5d69304036c4bfbcbe66e64886983" %}
[Richiedere funzionalità](/docs/it/ottieni-aiuto-e-comunita/requesting-features.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/ottieni-aiuto-e-comunita/joining-support-discord.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.
