> 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/premium/plans-and-pricing.md).

# Planes y precios

Qué obtienes con Ticket King Gratis y Premium.

Ticket King tiene dos planes: **Gratis** y **Premium**.

## Qué incluye cada uno

El plan gratuito cubre la mayoría de los servidores. Premium añade funciones para equipos más grandes y para marca personalizada.

## Gratis vs Premium de un vistazo

La mayoría de lo que otros bots de tickets cobran es gratis en Ticket King.

|                                                                       | Gratis         | Premium                                     |
| --------------------------------------------------------------------- | -------------- | ------------------------------------------- |
| Paneles de tickets                                                    | 10             | Ilimitado                                   |
| Plantillas guardadas                                                  | 1              | 25                                          |
| Roles de soporte, roles bloqueados y categorías                       | Sí             | Sí                                          |
| Formularios de tickets                                                | Sí             | Sí                                          |
| Preguntas por formulario                                              | 5              | Hasta 100, como formularios de varios pasos |
| Transcripciones, conservadas para siempre                             | Sí             | Sí                                          |
| Registros de auditoría                                                | Sí             | Sí                                          |
| Los 40 idiomas                                                        | Sí             | Sí                                          |
| Áreas de permisos del panel                                           | Sí             | Sí                                          |
| Cerrar un ticket cuando su autor se va                                | Sí             | Sí                                          |
| Personalizador del bot (nombre personalizado del bot, avatar, banner) | No             | Sí                                          |
| Comandos personalizados                                               | No             | Sí                                          |
| Panel de estadísticas                                                 | No             | Sí                                          |
| Vinculación de Steam                                                  | No             | Sí                                          |
| Valoración del ticket                                                 | No             | Sí                                          |
| Cierre automático tras inactividad                                    | No             | Sí                                          |
| Tamaño de la transcripción por ticket                                 | 1.000 mensajes | 5.000 mensajes                              |

Para ver la lista completa de lo que está restringido en Premium, consulta [La lista de funciones exclusivas de Premium](/docs/es/premium/feature-list.md). Para ver exactamente qué incluye la versión gratuita, consulta [Límites del plan gratuito](/docs/es/primeros-pasos/free-plan-limits.md) o el [bot de tickets gratis de Discord](https://ticketking.xyz/free-discord-ticket-bot) .

## Actualización

Cuando estés listo para actualizar, ve a **Panel → Premium** para el servidor que quieres actualizar. Completa el pago y listo.

<a href="https://ticketking.xyz/dashboard" class="button primary" data-icon="crown">Obtener Premium</a>

→ [Suscripción](/docs/es/premium/subscribing.md)

## Gestionar tu suscripción

Gestionas todo lo relacionado con tu suscripción en el panel. Eso incluye ver su estado, cancelarla y transferirla a otro servidor.

→ [Gestionar tu suscripción](/docs/es/premium/managing-your-subscription.md)

## Qué sucede si un servidor deja de ser Premium

Si tu suscripción termina, tus datos se conservan. Las funciones Premium se bloquean, pero no se borra nada.

→ [Qué sucede si un servidor deja de ser Premium](/docs/es/premium/no-longer-premium.md)

## Relacionado

{% content-ref url="/pages/a95580007f612b1d9b4da10301a6c10137b1cf82" %}
[La lista de funciones solo para Premium](/docs/es/premium/feature-list.md)
{% endcontent-ref %}

{% content-ref url="/pages/f2a2537badebaa6b2fc4f0066c7e0b8488d543da" %}
[Suscribirse](/docs/es/premium/subscribing.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/premium/plans-and-pricing.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.
