> 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/permisos-y-tu-equipo-de-soporte.md).

# Permisos y tu equipo de soporte

- [Las dos capas de permisos](https://ticketking.xyz/docs/es/permisos-y-tu-equipo-de-soporte/two-layers.md): Roles de Discord y permisos del panel de control de Ticket King. Dos sistemas, ambos en uso.
- [Áreas de permisos del panel de control](https://ticketking.xyz/docs/es/permisos-y-tu-equipo-de-soporte/permission-areas.md): Cada área de permisos del panel de control, con los nombres exactos del panel.
- [Dar acceso al panel de control a un rol](https://ticketking.xyz/docs/es/permisos-y-tu-equipo-de-soporte/giving-a-role-dashboard-access.md): Añade un rol de Discord al acceso del panel de control con los permisos que elijas.
- [Roles de soporte](https://ticketking.xyz/docs/es/permisos-y-tu-equipo-de-soporte/support-roles.md): A quién se añade y a quién se menciona en los canales de tickets.
- [Acceso temporal al panel de control](https://ticketking.xyz/docs/es/permisos-y-tu-equipo-de-soporte/temporary-dashboard-access.md): Un enlace de corta duración que da a una persona de confianza acceso al panel de control a nivel de propietario.
- [Roles bloqueados](https://ticketking.xyz/docs/es/permisos-y-tu-equipo-de-soporte/blocked-roles.md): Evita que roles específicos abran tickets o usen el bot.
- [Propietarios y administradores](https://ticketking.xyz/docs/es/permisos-y-tu-equipo-de-soporte/owners-and-administrators.md): Quién omite todas las comprobaciones de permisos y por qué.


---

# 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/permisos-y-tu-equipo-de-soporte.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.
