> 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/primeros-pasos/open-your-dashboard.md).

# Abre tu panel

El panel de control de Ticket King es donde configuras todo: paneles, roles de soporte, registros, personalización y cada ajuste. El bot de Discord es la parte que ven tus miembros. El panel es donde lo configuras.

<a href="https://ticketking.xyz/dashboard" class="button primary" data-icon="right-to-bracket">Abre tu panel de control</a>

## Acceso

{% stepper %}
{% step %}

### Ve a ticketking.xyz y haz clic en Panel de control

Ve a [ticketking.xyz](https://ticketking.xyz) y haz clic en **Panel de control**.

<figure><img src="/files/e3579d2e5664636e47b207685dda0c2d71f83e0c" alt="The ticketking.xyz homepage with the Dashboard button"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Inicia sesión con Discord

Inicia sesión con Discord. Si es tu primera vez, Discord te pedirá que autorices el inicio de sesión.

<figure><img src="/files/2629c4b3a62f07db2c76c70005b025afe0a51aca" alt="Discord&#x27;s authorize screen for signing in to the dashboard"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Elige el servidor que quieres configurar

Elige el servidor que quieres configurar. Eso es todo.

<figure><img src="/files/d408d5322ae345a4422880fd50944f41dd36c301" alt="The Server Management page showing a grid of server cards"><figcaption></figcaption></figure>

→ [Elige tu servidor](/docs/es/primeros-pasos/pick-your-server.md)
{% endstep %}
{% endstepper %}

## Problemas para iniciar sesión

* Si sigue pidiéndote que inicies sesión una y otra vez, borra las cookies de tu navegador para `discord.com` y `ticketking.xyz` y vuelve a intentarlo.
* Si tu servidor no aparece después de iniciar sesión, puede que no tengas **Gestionar servidor** o **Administrador** en ese servidor (o ser el propietario), o es posible que Ticket King aún no haya sido invitado.

→ [No puedo acceder al panel de control](/docs/es/solucion-de-problemas/cant-access-dashboard.md)

## Siguiente: elige tu servidor

{% content-ref url="/pages/5e43a1902e9c87793ee2d4478c1e8453555d1a9d" %}
[Elige tu servidor](/docs/es/primeros-pasos/pick-your-server.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/primeros-pasos/open-your-dashboard.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.
