> 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/solucion-de-problemas.md).

# Solución de problemas

- [El bot no respondió a un comando](https://ticketking.xyz/docs/es/solucion-de-problemas/bot-didnt-respond.md): Cuando Ticket King no responde a un comando.
- [Los miembros no pueden ver un canal de ticket](https://ticketking.xyz/docs/es/solucion-de-problemas/members-cant-see-channel.md): Se abrió un ticket, pero el miembro o el personal no puede ver el canal.
- [Los botones del panel no hacen nada o muestran "interacción fallida"](https://ticketking.xyz/docs/es/solucion-de-problemas/interaction-failed.md): Los botones del panel no hacen nada, muestran 'Esta interacción ha fallado' o no abren un ticket.
- [No puedo acceder al panel de control](https://ticketking.xyz/docs/es/solucion-de-problemas/cant-access-dashboard.md): No puedo iniciar sesión, no puedo ver un servidor o el panel de control rechaza una acción.
- [Falta una transcripción o está vacía](https://ticketking.xyz/docs/es/solucion-de-problemas/transcript-missing.md): Una entrada del registro de cierre indica que no hay transcripción disponible, o el enlace está roto.
- [Mi cambio en el Personalizador del bot no se aplica](https://ticketking.xyz/docs/es/solucion-de-problemas/personalizer-not-applied.md): Los ajustes del Personalizador del bot se guardaron, pero el bot sigue viéndose predeterminado.
- [El cierre automático se activó cuando no debía](https://ticketking.xyz/docs/es/solucion-de-problemas/auto-close-misfired.md): Un ticket se cerró automáticamente cuando no debía, o no lo hizo cuando sí debía.
- [Un rol de soporte no puede cerrar un ticket](https://ticketking.xyz/docs/es/solucion-de-problemas/support-role-cant-close.md): Un miembro del personal con el rol de soporte no puede cerrar un ticket.
- [No se permite un nombre de ticket](https://ticketking.xyz/docs/es/solucion-de-problemas/ticket-name-not-allowed.md): Discord rechazó el nombre de este ticket porque contiene una palabra no permitida.


---

# 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/solucion-de-problemas.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.
