> 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/es/comandos-personalizados/limits.md).

# Límites

Topes de comandos personalizados.

<i class="fa-crown">:crown:</i> **Función Premium.** Una referencia de cada límite que se aplica a los comandos personalizados.

## Por servidor

| Límite                                    | Valor                              |
| ----------------------------------------- | ---------------------------------- |
| Máximo de comandos personalizados         | **25**                             |
| Comandos personalizados del plan gratuito | **0** (toda la función es Premium) |

Cuando alcances 25, el panel no guardará otro. Muestra *"Has alcanzado la cantidad máxima de comandos personalizados."*.

## Por comando

### Nombre y disparador

| Campo          | Límite                                              |
| -------------- | --------------------------------------------------- |
| **Nombre**     | 100 caracteres, en minúsculas, único en tu servidor |
| **Disparador** | 100 caracteres, en minúsculas, único en tu servidor |

### Contenido

| Campo                         | Límite          |
| ----------------------------- | --------------- |
| **Contenido de la respuesta** | 2000 caracteres |

### Incrustaciones

| Límite                         | Valor |
| ------------------------------ | ----- |
| Embeds por comando             | 10    |
| Caracteres totales de embed    | 6000  |
| Título del embed               | 256   |
| Descripción del embed          | 4096  |
| Nombre del campo del embed     | 256   |
| Valor del campo del embed      | 1024  |
| Campos de embed por cada embed | 25    |
| Texto del pie del embed        | 2048  |
| Nombre del autor del embed     | 256   |

### Botones de enlace (en embeds)

| Límite              | Valor          |
| ------------------- | -------------- |
| Filas por comando   | 5              |
| Botones por fila    | 5              |
| Botones por comando | 25             |
| Etiqueta del botón  | 80 caracteres  |
| URL del botón       | 512 caracteres |
| Tipo de botón       | Solo enlace    |

## Qué sucede cuando alcanzas un límite

* **25 comandos:** Guardar otro se rechaza con el mensaje anterior.
* **Límites de caracteres en el contenido o en los embeds:** El panel no guardará y te indica qué campo es demasiado largo.
* **Nombre o disparador duplicado:** Guardar se rechaza con *"El nombre del comando ya existe"* o *"El disparador del comando ya existe."*.

## Relacionado

{% content-ref url="/pages/172c781fe1232a33b90aa20b1d18af2d703d6247" %}
[Qué son los comandos personalizados](/docs/es/comandos-personalizados/overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/a95580007f612b1d9b4da10301a6c10137b1cf82" %}
[La lista de funciones solo para Premium](/docs/es/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/es/comandos-personalizados/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.
