> 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/impostazioni/server-settings.md).

# Impostazioni del server e log

Il primo gruppo nella pagina Impostazioni copre le impostazioni a livello di server più utilizzate.

| Etichetta UI                                   | Cosa fa                                                                                                                      | Predefinito     |
| ---------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | --------------- |
| **Canale log dei ticket aperti**               | Il canale Discord che riceve un embed "Ticket aperto" ogni volta che si apre un ticket.                                      | Nessuno         |
| **Canale log dei ticket chiusi**               | Il canale Discord che riceve un embed "Ticket chiuso" (con il link alla trascrizione) ogni volta che un ticket viene chiuso. | Nessuno         |
| **Lingua del server**                          | La lingua che il bot usa per tutti i messaggi in questo server. 40 lingue supportate.                                        | Inglese         |
| **Ruoli di supporto**                          | Ruoli che possono accedere e gestire ogni ticket. Fino a 25.                                                                 | Nessuno         |
| **Categorie principali dei ticket**            | Categorie in cui vengono inseriti tutti i ticket. Fino a 25.                                                                 | Nessuno         |
| **Numero massimo di ticket attivi**            | Il numero massimo di ticket che possono essere aperti contemporaneamente in tutto il server. Intervallo da 1 a 2000.         | 500             |
| **Numero massimo di ticket attivi per utente** | Il numero massimo di ticket che un singolo membro può avere aperti contemporaneamente. Intervallo da 1 a 2000.               | 1               |
| **Colore principale dell'embed**               | Colore di accento in ogni embed di Ticket King nel tuo server. Valore esadecimale.                                           | `#d4af37` (oro) |

I ruoli di supporto e le categorie ticket principali sono gratuiti. Non ci sono elementi premium in questo gruppo. (Anche i ruoli bloccati sono gratuiti, ma vengono impostati nel loro gruppo Ruoli bloccati, non qui.)

<figure><img src="/files/ae68ca0cb3884f8ccaa820df695c01d1c34da328" alt="Settings, Server Settings &#x26; Logging section showing the fields visible"><figcaption></figcaption></figure>

## Pagine dettagliate

* [L'impostazione Lingua del server](/docs/it/lingue/server-language.md)
* [Il colore dell'embed del server](/docs/it/personalizzazione-e-branding/server-embed-color.md)
* [Canali di registro](/docs/it/registrazione-log/three-log-channels.md)

## Correlati

{% content-ref url="/pages/01ccf7a7851e671564abec876f0ed48ef233103f" %}
[Panoramica impostazioni](/docs/it/impostazioni/overview.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/impostazioni/server-settings.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.
