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

# Reenviar un panel

Cuando el mensaje del panel en Discord desaparece (un mod lo borró, el canal fue limpiado, etc.), los miembros ya no pueden interactuar con él. La solución es reenviarlo.

## La acción de reenviar

Desde la **Paneles** página:

1. Encuentra el panel que quieres reenviar.
2. En la tarjeta del panel, haz clic en **Reenviar**.
3. Confirma.

El bot publica una copia nueva del panel en su canal configurado. Todo lo demás permanece igual.

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

## Cuándo usarlo

* El mensaje del panel falta o está visiblemente roto en Discord.
* Quieres mover el panel al final del canal (los mensajes nuevos lo han empujado hacia arriba).
* Hiciste ediciones importantes y quieres una publicación nueva para que los miembros se den cuenta.

## Qué se conserva

Todo excepto el mensaje anterior del panel:

* Opciones.
* Configuración por opción.
* Tickets abiertos.
* Historial de auditoría.
* Plantillas.

## Reenviar vs. mover

* **Reenviar.** Mismo canal, mensaje nuevo.
* **Mover.** Canal diferente. Consulta [Mover un panel](/docs/es/paneles/move-a-panel.md).

## Problemas comunes

{% hint style="warning" %}
**El reenvío se publicó, pero el mensaje antiguo sigue ahí.** Ticket King no pudo encontrar el mensaje anterior porque fue borrado manualmente o el canal fue limpiado. Elimina tú mismo el resto si es necesario.
{% endhint %}

{% hint style="danger" %}
**Error de permisos al reenviar.** Si ves "No tengo permiso para enviar mensajes en ese canal", el bot no puede publicar en el canal del panel. Asegúrate de que el bot tenga **Ver canal**, **Enviar mensajes**, y **Insertar enlaces** allí, luego inténtalo de nuevo.
{% endhint %}

## Relacionado

{% content-ref url="/pages/caca183caac780caa3e46cd26d52002f47e8d333" %}
[Mover un panel a otro canal](/docs/es/paneles/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/es/paneles/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.
