> 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/comandi-del-bot/panel.md).

# /panel

## Comando pannello

### Panoramica

Il `/panel` Il comando pubblica un pannello ticket predefinito di base nel canale corrente. Il pannello ha un pulsante che i membri possono cliccare per aprire un ticket. Eseguilo nel canale in cui vuoi il pannello.

### Utilizzo

```
/panel
```

### Descrizione

* **Pubblica un pannello ticket**: Aggiunge un messaggio con un pulsante. I membri cliccano il pulsante per aprire un ticket.
* **Avvio rapido**: Utile per configurare un semplice pulsante per i ticket quando aggiungi il bot per la prima volta.

Per pannelli con più opzioni, pulsanti personalizzati, menu a selezione e moduli, crea invece un pannello dalla dashboard.

### Piè di pagina

Sui server gratuiti, questo pannello predefinito mostra un piè di pagina "Offerto da Ticket King". Sui server Premium, il piè di pagina non viene mostrato.

### Quando usarlo

* Quando vuoi un modo semplice per far aprire ticket ai membri.
* In un canale di aiuto o supporto in cui i membri aprono ticket.

### Permessi

* Per usare questo comando devi avere Gestisci server. Anche il proprietario del server e chiunque abbia l'autorizzazione Amministratore possono usarlo.
* Il bot necessita di `Gestisci canali` nel server, più `Invia messaggi` e `Incorpora link` nel canale in cui viene pubblicato il pannello.

### Esempio

```
/panel
```

Pubblica un pannello ticket predefinito nel canale corrente.


---

# 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/comandi-del-bot/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.
