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

# Richiedere funzionalità

Dicci cosa renderebbe Ticket King migliore per il tuo server.

## Dove suggerire

Pubblica nel `#feedback` o `#suggestions` nel canale del server Discord di supporto su [ticketking.xyz/support](https://ticketking.xyz/support).

## Come scrivere una richiesta chiara

Usa questo modello:

> **Problema.** Cosa manca o è difficile oggi.
>
> **Caso d'uso.** La tua situazione, con numeri se li hai.
>
> **Soluzione proposta.** Ciò che vorresti.
>
> **Perché è importante per il mio server.** Quanto spesso aiuterebbe.

Una richiesta breve e specifica è più facile da prendere in considerazione di un lungo elenco di lamentele.

Alcune cose che aiutano:

1. **Un caso d'uso chiaro.** Ad esempio, "Gestiamo un server con 10.000 membri e riceviamo circa 200 ticket a settimana, e non possiamo fare X."
2. **Un'idea concreta.** "Vorrei l'impostazione Z su ogni pannello" è più chiaro di "rendere i pannelli migliori".
3. **Anche altri server lo vogliono.** Se diversi amministratori lo richiedono, è utile saperlo.

## Controlla se esiste già un thread

Molte idee hanno già un thread in `#feedback` o `#suggestions`. Cerca prima lì. Se esiste già un thread, aggiungi il tuo commento lì invece di aprirne uno nuovo.

## Correlati

{% content-ref url="/pages/e8b056990d44820fb01b626da5bf8f052e90b354" %}
[Entrare nel Discord di supporto](/docs/it/ottieni-aiuto-e-comunita/joining-support-discord.md)
{% endcontent-ref %}

{% content-ref url="/pages/d4362105dcdd4066e0a661b31fe3988d0c97690a" %}
[Segnalare bug](/docs/it/ottieni-aiuto-e-comunita/reporting-bugs.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/requesting-features.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.
