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

# /panel

## Comando de panel

### Descripción general

El `/panel` el comando publica un panel básico predeterminado de tickets en el canal actual. El panel tiene un botón que los miembros hacen clic para abrir un ticket. Ejecútalo en el canal donde quieres el panel.

### Uso

```
/panel
```

### Descripción

* **Publicar un panel de tickets**: Añade un mensaje con un botón. Los miembros hacen clic en el botón para abrir un ticket.
* **Inicio rápido**: Útil para configurar un botón de ticket simple cuando agregas el bot por primera vez.

Para paneles con varias opciones, botones personalizados, menús desplegables y formularios, crea un panel en el panel de control en su lugar.

### Pie de página

En los servidores gratuitos, este panel predeterminado muestra un pie de página de "Compatible con Ticket King". En los servidores Premium, el pie de página no se muestra.

### Cuándo usarlo

* Cuando quieres una forma sencilla de que los miembros abran tickets.
* En un canal de ayuda o soporte donde los miembros abren tickets.

### Permisos

* Necesitas Gestionar servidor para usar este comando. El propietario del servidor y cualquiera con Administrador también pueden usarlo.
* El bot necesita `Gestionar canales` en el servidor, además de `Enviar mensajes` y `Insertar enlaces` en el canal donde se publica el panel.

### Ejemplo

```
/panel
```

Publica un panel de tickets predeterminado en el canal actual.


---

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