> 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/pt-br/permissoes-e-sua-equipe-de-suporte.md).

# Permissões e sua equipe de suporte

- [As duas camadas de permissões](https://ticketking.xyz/docs/pt-br/permissoes-e-sua-equipe-de-suporte/two-layers.md): Cargos do Discord e permissões do painel do Ticket King. Dois sistemas, ambos usados.
- [Áreas de permissão do painel](https://ticketking.xyz/docs/pt-br/permissoes-e-sua-equipe-de-suporte/permission-areas.md): Cada área de permissão do painel, com os nomes exatos do painel.
- [Conceder acesso ao painel a um cargo](https://ticketking.xyz/docs/pt-br/permissoes-e-sua-equipe-de-suporte/giving-a-role-dashboard-access.md): Adicione um cargo do Discord ao acesso ao painel com as permissões que você escolher.
- [Cargos de suporte](https://ticketking.xyz/docs/pt-br/permissoes-e-sua-equipe-de-suporte/support-roles.md): Quem é adicionado e marcado nos canais de ticket.
- [Acesso temporário ao painel](https://ticketking.xyz/docs/pt-br/permissoes-e-sua-equipe-de-suporte/temporary-dashboard-access.md): Um link de curta duração que concede a uma pessoa de confiança acesso ao painel no nível de proprietário.
- [Cargos bloqueados](https://ticketking.xyz/docs/pt-br/permissoes-e-sua-equipe-de-suporte/blocked-roles.md): Impedir cargos específicos de abrir tickets ou usar o bot.
- [Proprietários e administradores](https://ticketking.xyz/docs/pt-br/permissoes-e-sua-equipe-de-suporte/owners-and-administrators.md): Quem ignora todas as verificações de permissão e 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/pt-br/permissoes-e-sua-equipe-de-suporte.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.
