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

# Reinvia un pannello

Quando il messaggio del pannello in Discord scompare (un moderatore lo ha eliminato, il canale è stato svuotato, ecc.), i membri non possono più interagire con esso. La soluzione è reinviarlo.

## L'azione di reinvio

Dalla **Pannelli** pagina:

1. Trova il pannello che vuoi reinviare.
2. Sulla scheda del pannello, fai clic su **Reinvia**.
3. Conferma.

Il bot pubblica una nuova copia del pannello nel canale configurato. Tutto il resto rimane com'era.

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

## Quando usarlo

* Il messaggio del pannello è mancante o visibilmente danneggiato in Discord.
* Vuoi riportare il pannello in fondo al canale (nuovi messaggi lo hanno spostato verso l'alto).
* Hai apportato modifiche significative e vuoi un nuovo post così i membri se ne accorgano.

## Cosa viene mantenuto

Tutto tranne il precedente messaggio del pannello:

* Opzioni.
* Impostazioni per opzione.
* Ticket aperti.
* Cronologia di controllo.
* Modelli.

## Reinvia vs Sposta

* **Reinvia.** Stesso canale, nuovo messaggio.
* **Sposta.** Canale diverso. Vedi [Sposta un pannello](/docs/it/pannelli/move-a-panel.md).

## Problemi comuni

{% hint style="warning" %}
**Il reinvio è stato pubblicato, ma il vecchio messaggio è ancora lì.** Ticket King non è riuscito a trovare il messaggio precedente perché è stato eliminato manualmente o il canale è stato svuotato. Elimina tu stesso ciò che è rimasto, se necessario.
{% endhint %}

{% hint style="danger" %}
**Errore di autorizzazione durante il reinvio.** Se vedi "Non ho l'autorizzazione per inviare messaggi in quel canale", il bot non può pubblicare nel canale del pannello. Assicurati che il bot abbia **Visualizza canale**, **Invia messaggi**, e **Incorpora link** lì, poi riprova.
{% endhint %}

## Correlati

{% content-ref url="/pages/b5a6c4568af2e163df5c1f3ace53b77f9c64c677" %}
[Sposta un pannello in un altro canale](/docs/it/pannelli/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/it/pannelli/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.
