> 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/comandi-personalizzati/limits.md).

# Limiti

<i class="fa-crown">:crown:</i> **funzionalità Premium.** Un riferimento per ogni limite che si applica ai comandi personalizzati.

## Per server

| Limite                                    | Valore                                  |
| ----------------------------------------- | --------------------------------------- |
| Massimo di comandi personalizzati         | **25**                                  |
| Comandi personalizzati del piano gratuito | **0** (l'intera funzionalità è Premium) |

Quando raggiungi 25, la dashboard non ne salverà un altro. Mostra *"Hai raggiunto il numero massimo di comandi personalizzati."*.

## Per comando

### Nome e trigger

| Campo       | Limite                                              |
| ----------- | --------------------------------------------------- |
| **Nome**    | 100 caratteri, in minuscolo, univoco nel tuo server |
| **Trigger** | 100 caratteri, in minuscolo, univoco nel tuo server |

### Contenuto

| Campo                        | Limite         |
| ---------------------------- | -------------- |
| **Contenuto della risposta** | 2000 caratteri |

### Embed

| Limite                             | Valore |
| ---------------------------------- | ------ |
| Embed per comando                  | 10     |
| Caratteri totali degli embed       | 6000   |
| Titolo dell'embed                  | 256    |
| Descrizione dell'embed             | 4096   |
| Nome del campo dell'embed          | 256    |
| Valore del campo dell'embed        | 1024   |
| Campi dell'embed per ogni embed    | 25     |
| Testo del piè di pagina dell'embed | 2048   |
| Nome dell'autore dell'embed        | 256    |

### Pulsanti link (negli embed)

| Limite                 | Valore        |
| ---------------------- | ------------- |
| Righe per comando      | 5             |
| Pulsanti per riga      | 5             |
| Pulsanti per comando   | 25            |
| Etichetta del pulsante | 80 caratteri  |
| URL del pulsante       | 512 caratteri |
| Tipo di pulsante       | Solo link     |

## Cosa succede quando raggiungi un limite

* **25 comandi:** Il salvataggio di un altro viene rifiutato con il messaggio qui sopra.
* **Limiti di caratteri sul contenuto o sugli embed:** La dashboard non salverà e ti dirà quale campo è troppo lungo.
* **Nome o trigger duplicato:** Il salvataggio viene rifiutato con *"Il nome del comando esiste già"* o *"Il trigger del comando esiste già."*.

## Correlati

{% content-ref url="/pages/defac6f412c5e90ae8a87fb255f4281af44045ce" %}
[Cosa sono i comandi personalizzati](/docs/it/comandi-personalizzati/overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/ed2ddef4fbdcba14f510fc82a21fe29541ab4a2d" %}
[Elenco delle funzionalità riservate a Premium](/docs/it/premium/feature-list.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/comandi-personalizzati/limits.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.
