> 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

### Resumen

El `/panel` 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 quieras el panel.

### Uso

```
/panel
```

### Descripción

* **Publicar un panel de tickets**: Agrega 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 simple de tickets cuando añades el bot por primera vez.

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

### Pie de página

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

### Cuándo usarlo

* Cuando quieres una forma sencilla para 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 permisos de Administrador también pueden usarlo.
* El bot necesita el permiso `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.
