> 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.md).

# Primeros pasos

- [Invita Ticket King a tu servidor](https://ticketking.xyz/docs/es/primeros-pasos/invite-ticket-king.md): Añade Ticket King a tu servidor de Discord en menos de un minuto.
- [Abre tu panel](https://ticketking.xyz/docs/es/primeros-pasos/open-your-dashboard.md): Inicia sesión en ticketking.xyz para configurar el bot.
- [Elige tu servidor](https://ticketking.xyz/docs/es/primeros-pasos/pick-your-server.md): Cómo leer el selector de servidores y qué significa cada estado de las tarjetas.
- [Recorre la barra lateral del panel](https://ticketking.xyz/docs/es/primeros-pasos/tour-the-dashboard.md): Cada sección de la barra lateral del panel, qué controla y quién puede verla.
- [Crea tu primer panel](https://ticketking.xyz/docs/es/primeros-pasos/build-your-first-panel.md): De "acabo de invitar al bot" a "los miembros pueden abrir tickets", la ruta rápida.
- [Pruébalo como un miembro](https://ticketking.xyz/docs/es/primeros-pasos/test-it-like-a-member.md): Verifica que tu nuevo panel funcione de extremo a extremo antes de anunciarlo.
- [Qué hacer a continuación](https://ticketking.xyz/docs/es/primeros-pasos/where-to-go-next.md): Ahora que lo básico funciona, esto es lo que la mayoría de los equipos configuran después.
- [Límites del plan gratuito](https://ticketking.xyz/docs/es/primeros-pasos/free-plan-limits.md): Exactamente lo que incluye el plan gratuito de Ticket King y sus límites.


---

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

```
GET https://ticketking.xyz/docs/es/primeros-pasos.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.
