> 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/resend-a-panel.md).

# Reenviar um painel

Quando a mensagem do painel no Discord desaparece (um moderador a apagou, o canal foi limpo etc.), os membros não podem mais interagir com ela. A solução é reenviar.

## A ação de reenviar

Na **Painéis** página:

1. Encontre o painel que você deseja reenviar.
2. No cartão do painel, clique em **Reenviar**.
3. Confirme.

O bot publica uma nova cópia do painel no canal configurado. Todo o resto permanece como estava.

<figure><img src="/files/9a77f472d91a47ed87656671d20b08bae3d55a91" alt="Resending a panel from the Panels page"><figcaption></figcaption></figure>

## Quando usar

* A mensagem do painel está ausente ou visivelmente quebrada no Discord.
* Você quer mover o painel para o final do canal (mensagens novas o empurraram para cima).
* Você fez edições significativas e quer uma nova publicação para que os membros percebam.

## O que é preservado

Tudo, exceto a mensagem anterior do painel:

* Opções.
* Configurações por opção.
* Tickets abertos.
* Histórico de auditoria.
* Modelos.

## Reenviar vs Mover

* **Reenviar.** Mesmo canal, nova mensagem.
* **Mover.** Canal diferente. Veja [Mover um painel](/docs/pt-br/paineis/move-a-panel.md).

## Problemas comuns

{% hint style="warning" %}
**O reenvio foi publicado, mas a mensagem antiga ainda está lá.** O Ticket King não conseguiu encontrar a mensagem anterior porque ela foi apagada manualmente ou o canal foi limpo. Apague o restante você mesmo, se necessário.
{% endhint %}

{% hint style="danger" %}
**Erro de permissão ao reenviar.** Se você vir "Não tenho permissão para enviar mensagens naquele canal", o bot não pode publicar no canal do painel. Certifique-se de que o bot tenha **Ver canal**, **Enviar mensagens**, e **Incorporar links** permissão lá, depois tente novamente.
{% endhint %}

## Relacionados

{% content-ref url="/pages/251c1de01feb76eaf30b43384cfaa765e1fba7c9" %}
[Mover um painel para outro canal](/docs/pt-br/paineis/move-a-panel.md)
{% endcontent-ref %}


---

# 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/resend-a-panel.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.
