> 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/riferimento/default-values-cheatsheet.md).

# Promemoria dei valori predefiniti

Il valore predefinito di ogni impostazione. Le etichette corrispondono alla dashboard.

## Impostazioni del server e registrazione

| Impostazione                               | Predefinito   |
| ------------------------------------------ | ------------- |
| Lingua del server                          | Inglese (USA) |
| Colore principale dell'embed               | #d4af37 (oro) |
| Numero massimo di ticket attivi            | 500           |
| Numero massimo di ticket attivi per utente | 1             |
| Ruoli di supporto                          | Nessuno       |
| Categorie principali dei ticket            | Nessuno       |
| Canale log dei ticket aperti               | Nessuno       |
| Canale log dei ticket chiusi               | Nessuno       |

## Assegnazione ticket

| Impostazione                                              | Predefinito                  |
| --------------------------------------------------------- | ---------------------------- |
| Modalità di assegnazione ticket                           | Abilitato - Privato al claim |
| Notifica l'autore del ticket al momento dell'assegnazione | Attivo                       |
| Ruoli da aggiungere all'assegnazione                      | Nessuno                      |

## Stile dei ticket e assegnazione

| Impostazione                                  | Predefinito     |
| --------------------------------------------- | --------------- |
| Stile manuale del ticket                      | Canale testuale |
| Archive Thread Tickets                        | Elimina         |
| Numerazione continua dei ticket               | Attivo          |
| Numerazione globale dei ticket                | Attivo          |
| Menziona i ruoli di supporto                  | Disattivato     |
| Il ticket crea un thread privato per lo staff | Disattivato     |

## Chiusura ticket e trascrizione

| Impostazione                                       | Predefinito                     |
| -------------------------------------------------- | ------------------------------- |
| La chiusura richiede il ruolo di supporto          | Disattivato                     |
| Close Requires Reason                              | Disattivato                     |
| Nascondi l'utente che chiude                       | Disattivato                     |
| Messaggio di chiusura all'utente via DM            | Attivo                          |
| Registra il conteggio dei messaggi dello staff     | Attivo                          |
| Visualizzazione dei transcript specifica per ruolo | Disattivato                     |
| Motivo predefinito di chiusura del ticket          | Vuoto (usa il motivo integrato) |

## Chiusura automatica del ticket

| Impostazione                                               | Predefinito |
| ---------------------------------------------------------- | ----------- |
| Lascia autochiusura                                        | Disattivato |
| Chiusura automatica per inattività (Premium)               | Disattivato |
| Periodo di inattività per la chiusura automatica (Premium) | 7 giorni    |

## Valutazione del ticket (Premium)

| Impostazione                       | Predefinito                        |
| ---------------------------------- | ---------------------------------- |
| Valutazione del ticket             | Disattivato                        |
| Modalità di valutazione del ticket | Valutazione + commento facoltativo |
| Canale log valutazioni ticket      | Nessuno                            |

## Collegamento Steam (Premium)

| Impostazione                  | Predefinito |
| ----------------------------- | ----------- |
| Durata del collegamento Steam | 30 giorni   |

## Nuovo pannello

| Impostazione                          | Predefinito         |
| ------------------------------------- | ------------------- |
| Tipo di pannello                      | Pannello ticket     |
| Stile predefinito del ticket          | Canale testuale     |
| Nuovo colore del pulsante             | Secondario (grigio) |
| Nuovo stile di risposta della domanda | Paragrafo           |
| Nuova domanda obbligatoria            | Disattivato         |

## Personalizzazione del bot (Premium)

| Impostazione          | Predefinito                         |
| --------------------- | ----------------------------------- |
| Nome del bot          | Vuoto (usa il nome normale del bot) |
| Informazioni su di me | Vuoto                               |
| Avatar                | Nessuno                             |
| Banner                | Nessuno                             |

## Nuovo comando personalizzato (Premium)

| Impostazione                      | Predefinito |
| --------------------------------- | ----------- |
| Abilitato                         | Attivo      |
| Solo ticket                       | Disattivato |
| Elimina messaggio del comando     | Disattivato |
| Rispondi al messaggio del comando | Attivo      |
| Consenti a tutto lo staff         | Disattivato |
| Ruoli consentiti                  | Nessuno     |

## Nuova opzione di candidatura

| Impostazione                       | Predefinito                                                   |
| ---------------------------------- | ------------------------------------------------------------- |
| Consenti ricandidatura             | Attivo                                                        |
| Periodo di cooldown                | Nessuno (mostrato quando Consenti nuova candidatura è attivo) |
| Età minima dell'account            | Nessuno                                                       |
| Permanenza minima nel server       | Nessuno                                                       |
| Invia risultato in DM al candidato | Attivo                                                        |

## Correlati

{% content-ref url="/pages/9a0efbddf949cce33f385bb3b633cf98327261d4" %}
[Promemoria dei limiti](/docs/it/riferimento/limits-cheatsheet.md)
{% endcontent-ref %}

{% content-ref url="/pages/81188750dccf3ef73bcc7ed219c1e4eabf0d4543" %}
[Glossario](/docs/it/riferimento/glossary.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/riferimento/default-values-cheatsheet.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.
