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

# Painéis

- [Visão geral dos painéis](https://ticketking.xyz/docs/pt-br/paineis/overview.md): O que são painéis e como os membros os usam.
- [Criar um Painel de Ticket](https://ticketking.xyz/docs/pt-br/paineis/create-a-ticket-panel.md): O assistente de criação de painel para painéis de ticket.
- [Criar um Painel de Aplicação](https://ticketking.xyz/docs/pt-br/paineis/create-an-application-panel.md): O assistente para painéis de aplicação, além de como eles diferem dos painéis de ticket.
- [Editar um painel](https://ticketking.xyz/docs/pt-br/paineis/edit-a-panel.md): O editor de painel, seus dois painéis e como o salvamento funciona.
- [Editar o embed](https://ticketking.xyz/docs/pt-br/paineis/edit-the-embed.md): Título, descrição, cor, campos, imagem e rodapé de um embed de painel.
- [Editar um botão](https://ticketking.xyz/docs/pt-br/paineis/edit-a-button.md): Personalização visual por botão (rótulo, cor, emoji). Cada botão também é uma opção com suas próprias configurações.
- [Editar um menu suspenso](https://ticketking.xyz/docs/pt-br/paineis/edit-a-dropdown-menu.md): Menus suspensos com até 25 opções, para quando os botões não são suficientes. Cada opção tem suas próprias configurações por opção.
- [Editar um botão de link](https://ticketking.xyz/docs/pt-br/paineis/edit-a-link-button.md): Um botão que leva os membros para uma URL em vez de abrir um ticket.
- [Padrões para todo o painel](https://ticketking.xyz/docs/pt-br/paineis/panel-wide-defaults.md): Defina os valores uma vez no nível do painel. Cada opção herda, a menos que você sobrescreva.
- [Configurações por opção](https://ticketking.xyz/docs/pt-br/paineis/per-option-settings.md): Cada configuração por opção em um botão de ticket ou item de menu suspenso nas abas Geral, Mensagens e Avançado.
- [Mover um painel para outro canal](https://ticketking.xyz/docs/pt-br/paineis/move-a-panel.md): Mova a mensagem do painel para um canal diferente sem recriá-la.
- [Reenviar um painel](https://ticketking.xyz/docs/pt-br/paineis/resend-a-panel.md): Se a mensagem do painel for excluída ou se você quiser uma cópia nova.
- [Migrar um painel de formato antigo](https://ticketking.xyz/docs/pt-br/paineis/migrate-an-old-format-panel.md): Como painéis antigos são movidos para o formato atual de painel.
- [Salvar um painel como modelo](https://ticketking.xyz/docs/pt-br/paineis/save-a-panel-as-a-template.md): Salve o design do seu painel uma vez e reutilize-o para sempre.
- [Modelos](https://ticketking.xyz/docs/pt-br/paineis/templates.md): Seus designs de painel salvos na página de Modelos.
- [Predefinições públicas](https://ticketking.xyz/docs/pt-br/paineis/public-presets.md): O catálogo selecionado de designs iniciais de painéis.
- [Limites do painel](https://ticketking.xyz/docs/pt-br/paineis/panel-limits.md): Todos os limites que se aplicam aos painéis em um só lugar.


---

# 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/paineis.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.
