# Crea tu primer panel

Un **panel** es el mensaje en el que tus miembros hacen clic para abrir un ticket. Esta página te guía desde cero hasta un panel funcional en unos minutos.

{% hint style="info" %}
Esta es la ruta más rápida. Para cada opción, ajuste y personalización, consulta [Paneles](/docs/es/paneles/overview.md).
{% endhint %}

{% stepper %}
{% step %}

### Elige un canal para el panel

Decide qué canal de Discord contendrá el mensaje del panel. La mayoría de los servidores crean un canal dedicado como `#tickets` o `#support`. Configúralo para que los miembros puedan verlo pero no chatear en él, y para que las personas que necesiten ayuda puedan acceder a él.
{% endstep %}

{% step %}

### Abre el creador de paneles

En la barra lateral del panel de control, ve a **Paneles**, luego haz clic en **+ Nuevo panel**.

{% tabs %}
{% tab title="Escritorio" %}

<figure><img src="/files/fc57aa9a7508065737c29df0f7da649f99998a14" alt="The dashboard Panels page"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Móvil" %}

<figure><img src="/files/add83c39110b71018ffbf69f3c0d931fccf09d4a" alt="The dashboard on a phone, with the sidebar opened from the hamburger menu (top-left) and the Panels page showing"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}
{% endstep %}

{% step %}

### Sigue el asistente

El creador te hace unas pocas preguntas rápidas. Los valores predeterminados están bien para tu primer panel, así que puedes seguir haciendo clic sin cambiar nada.

* **Tipo de panel.** Panel de tickets (el predeterminado) o Panel de solicitudes. No puedes cambiar esto más adelante.
* **Estilo de ticket.** Canal de texto (el predeterminado) o hilo. Este paso aparece solo para paneles de tickets.
* **Canal de envío.** El canal donde se publica el mensaje del panel. Elige el canal del paso 1.
* **Valores predeterminados del panel.** Valores opcionales que hereda cada opción. Puedes omitir esto y configurarlo más tarde.

<figure><img src="/files/7190af5090b48e022fc0de317ba2ed12fd9cda0c" alt="The creation wizard open on the Panel Type step, with the step indicator visible at the top"><figcaption></figcaption></figure>

→ [Crear un panel de tickets](/docs/es/paneles/create-a-ticket-panel.md)
{% endstep %}

{% step %}

### Personaliza el panel (opcional)

En el editor puedes cambiar el embed (título, descripción, color, imagen, pie de página), el botón (texto, color, emoji) y la configuración por opción (categoría, rol de soporte, preguntas del formulario). Los valores predeterminados funcionan para un primer panel, así que este paso es opcional.

<figure><img src="/files/3574b3c32e5e64aeeb33defc2ebfe07d927f2f06" alt="The panel editor with the live preview on the left and the embed editor open on the right"><figcaption></figcaption></figure>

→ [Editar un panel](/docs/es/paneles/edit-a-panel.md)
{% endstep %}

{% step %}

### Guardar

Haz clic en **Guardar**. El bot publica el panel en el canal que elegiste. Ahora tienes un sistema de tickets funcional.

<figure><img src="/files/a547d17875b05338690b9ea30572f20574748119" alt="The finished panel message as it appears in the Discord channel, with its embed and Create Ticket button"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Añade tu equipo de soporte

Sin un rol de soporte, solo el propietario del servidor y los miembros con permisos de Administrador o Administrar servidor pueden ver los tickets nuevos. Para dar acceso a tu equipo, ve a **Configuración**, luego **Roles de soporte**, y añade el rol de Discord de tu equipo. La configuración se guarda automáticamente.

<figure><img src="/files/63e33f1e3d5b135f14307a2e7bbb4cd8367fc8ca" alt="The Settings page Support Roles section with a role being added"><figcaption></figcaption></figure>

→ [Roles de soporte](/docs/es/permisos-y-tu-equipo-de-soporte/support-roles.md)
{% endstep %}
{% endstepper %}

## Pruébalo como un miembro

Antes de anunciar tu nuevo sistema de tickets, abre un ticket tú mismo para asegurarte de que funciona de principio a fin.

{% content-ref url="/pages/9e341a821979e503a0d682b80f17335376de7136" %}
[Pruébalo como un miembro](/docs/es/primeros-pasos/test-it-like-a-member.md)
{% endcontent-ref %}

## Problemas comunes

{% hint style="danger" %}
**El botón muestra "Esta interacción falló" o no sucede nada.** Cuando esto sucede, el bot nunca recibió tu clic o no pudo responder. Las causas habituales son:

* El bot está desconectado. Comprueba la [página de estado](/docs/es/obtener-ayuda-y-comunidad/status-page.md), luego inténtalo de nuevo en un momento.
* El bot ya no está en tu servidor. Puede que otro bot, como un bot anti-raid, lo haya eliminado. Vuelve a invitar a Ticket King con el [enlace de invitación](https://ticketking.xyz/invite?via=docs).
* El bot no puede ver el canal en el que está el panel. Asegúrate de que el rol de Ticket King tenga Ver canal en ese canal.

Si en su lugar el bot responde con un mensaje de error, ese mensaje te indica qué está mal, así que síguelo. Por ejemplo, si dice que le falta un permiso, concede ese permiso al rol de Ticket King.
{% endhint %}

{% hint style="warning" %}
**Se abre un ticket, pero mi equipo de soporte no puede verlo.** O bien todavía no has añadido un rol de soporte (consulta el último paso anterior), o el rol de Ticket King está por debajo de tu rol de soporte en Discord. Arrastra el rol de Ticket King por encima de tus roles de soporte en **Ajustes del servidor**, luego **Roles**, para que el bot pueda darles acceso.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://ticketking.xyz/docs/es/primeros-pasos/build-your-first-panel.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
