> 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 a 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 de control](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): Leer el selector de servidor y qué significa el estado de cada tarjeta.
- [Recorre la barra lateral del panel de control](https://ticketking.xyz/docs/es/primeros-pasos/tour-the-dashboard.md): Cada sección de la barra lateral del panel de control, 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 principio a fin antes de anunciarlo.
- [Dónde ir después](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 configura a continuación.
- [Límites del plan gratuito](https://ticketking.xyz/docs/es/primeros-pasos/free-plan-limits.md): Exactamente qué incluye el plan gratuito de Ticket King y cuáles son 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, and the optional `goal` query parameter:

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