> 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/ticket-king-documentation.md).

# Bienvenido

**Ticket King** es un bot de tickets para Discord. Tus miembros abren tickets haciendo clic en un botón. Tu equipo gestiona esos tickets en canales privados. El bot guarda registros, transcripciones y estadísticas.

Esta documentación cubre cada función, cada ajuste y cada acción que puedes realizar en el bot o en el panel web.

<a href="https://ticketking.xyz/invite?via=docs" class="button primary" data-icon="robot">Añade Ticket King a tu servidor</a> <a href="https://ticketking.xyz/dashboard" class="button secondary" data-icon="right-to-bracket">Abre tu panel</a>

## Ver la configuración

¿Prefieres seguirlo paso a paso? Estas guían todo el proceso de configuración de principio a fin.

{% tabs %}
{% tab title="Escritorio" %}
{% embed url="<https://youtu.be/d0XUE9yMNrM>" %}
{% endtab %}

{% tab title="Móvil" %}
{% embed url="<https://youtu.be/dLm5rdcF1Es>" %}
{% endtab %}
{% endtabs %}

## Empieza

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><i class="fa-robot">:robot:</i> <strong>1. Invita al bot</strong></td><td>Añade Ticket King a tu servidor.</td><td><a href="/pages/fc7809572953d4ef1a4f455681bf2732ac3243c6">Invitar a Ticket King</a></td></tr><tr><td><i class="fa-right-to-bracket">:right-to-bracket:</i> <strong>2. Abre tu panel</strong></td><td>Inicia sesión en ticketking.xyz con Discord y elige el servidor al que añadiste el bot.</td><td><a href="/pages/aec99832300ba40de4b1ee05b17189994381640d">Abre tu panel</a></td></tr><tr><td><i class="fa-ticket">:ticket:</i> <strong>3. Crea tu primer panel</strong></td><td>Crea el mensaje en el que tus miembros hacen clic para abrir un ticket.</td><td><a href="/pages/e33cfe34de58f23ffa056134aef848e54600417b">Crea tu primer panel</a></td></tr></tbody></table>

## Lo que obtienes

* **Un plan gratuito que cubre la mayoría de los servidores.** Muchas funciones que otros bots de tickets reservan para una suscripción son gratuitas en Ticket King, incluyendo varios paneles, roles de soporte personalizados, transcripciones y registros de auditoría.
* **Un panel web.** Configuras todo desde [ticketking.xyz](https://ticketking.xyz) en lugar de usar comandos de chat.
* **Creado para equipos.** Áreas de permisos separadas en el panel, roles de soporte establecidos por panel y por opción, roles bloqueados y registros de auditoría para cada cambio.
* **Varios idiomas.** El bot habla 40 idiomas. Cada servidor elige uno.

## Encuentra lo que necesitas

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><i class="fa-rocket">:rocket:</i> <strong>Primeros pasos</strong></td><td>Para tu primera configuración.</td><td><a href="/pages/fc7809572953d4ef1a4f455681bf2732ac3243c6">Invitar a Ticket King</a></td></tr><tr><td><i class="fa-ticket">:ticket:</i> <strong>Paneles</strong></td><td>Los mensajes en los que tus miembros hacen clic para abrir un ticket.</td><td><a href="/pages/5261ab34a0fedae86aa6c9ddfb6ea5455da5dab4">Resumen de paneles</a></td></tr><tr><td><i class="fa-clipboard-list">:clipboard-list:</i> <strong>Formularios</strong></td><td>Haz preguntas a los miembros antes de que se abra un ticket.</td><td><a href="/pages/c9f6e21e0971228985aad06f2cbbd5638730d87b">Preguntas de opción</a></td></tr><tr><td><i class="fa-users">:users:</i> <strong>Permisos</strong></td><td>Quién de tu equipo puede hacer qué.</td><td><a href="/pages/2ad19ae32fe5fd6d4a4324b0e5975909475df89a">Dos niveles de permisos</a></td></tr><tr><td><i class="fa-palette">:palette:</i> <strong>Personalización</strong></td><td>Cambia cómo se ve Ticket King en tu servidor.</td><td><a href="/pages/92d40cbdaf16cac57b9da18eede64323905aa7ae">Color del embed del servidor</a></td></tr><tr><td><i class="fa-crown">:crown:</i> <strong>Premium</strong></td><td>Qué incluye Premium y cómo suscribirte.</td><td><a href="/pages/5faf16411e56819f14328c09a4c8b459d303fc91">Planes y precios</a></td></tr><tr><td><i class="fa-life-ring">:life-ring:</i> <strong>Solución de problemas</strong></td><td>Problemas comunes y sus soluciones.</td><td><a href="/pages/669fa8806a6c88a21ce9771bafb399a2aae77d73">El bot no respondió</a></td></tr><tr><td><i class="fa-circle-question">:circle-question:</i> <strong>Preguntas frecuentes</strong></td><td>Respuestas breves a preguntas comunes.</td><td><a href="/pages/24e5ed46d70104e55bae7f1de8ba51e1d435b5c4">Preguntas frecuentes generales</a></td></tr></tbody></table>

## ¿Necesitas ayuda?

{% hint style="info" %}
**¿Atascado con algo?** Únete al [Discord de soporte de Ticket King](https://ticketking.xyz/support).
{% endhint %}

## Acerca de Ticket King

Para obtener información sobre el bot y el desarrollador:

{% content-ref url="/pages/1d01d8283fcc72657a047fbdfc0d0ceb1db64412" %}
[Acerca de](/docs/es/about.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/ticket-king-documentation.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.
