> 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.md).

# Paneles

- [Resumen de paneles](https://ticketking.xyz/docs/es/paneles/overview.md): Qué son los paneles y cómo los usan los miembros.
- [Crear un panel de tickets](https://ticketking.xyz/docs/es/paneles/create-a-ticket-panel.md): El asistente de creación de paneles para paneles de tickets.
- [Crear un panel de solicitud](https://ticketking.xyz/docs/es/paneles/create-an-application-panel.md): El asistente para paneles de solicitud, además de en qué se diferencian de los paneles de tickets.
- [Editar un panel](https://ticketking.xyz/docs/es/paneles/edit-a-panel.md): El editor de paneles, sus dos paneles y cómo funciona el guardado.
- [Editar el embed](https://ticketking.xyz/docs/es/paneles/edit-the-embed.md): Título, descripción, color, campos, imagen y pie de página de un embed del panel.
- [Editar un botón](https://ticketking.xyz/docs/es/paneles/edit-a-button.md): Personalización visual por botón (etiqueta, color, emoji). Cada botón también es una opción con sus propios ajustes.
- [Editar un menú desplegable](https://ticketking.xyz/docs/es/paneles/edit-a-dropdown-menu.md): Desplegables con hasta 25 opciones, para cuando los botones no son suficientes. Cada opción tiene sus propios ajustes por opción.
- [Editar un botón de enlace](https://ticketking.xyz/docs/es/paneles/edit-a-link-button.md): Un botón que envía a los miembros a una URL en lugar de abrir un ticket.
- [Valores predeterminados de todo el panel](https://ticketking.xyz/docs/es/paneles/panel-wide-defaults.md): Establece valores una sola vez a nivel de panel. Cada opción los hereda a menos que los sobrescribas.
- [Ajustes por opción](https://ticketking.xyz/docs/es/paneles/per-option-settings.md): Cada ajuste por opción en un botón de ticket o una entrada de menú desplegable en las pestañas General, Mensajes y Avanzado.
- [Mover un panel a otro canal](https://ticketking.xyz/docs/es/paneles/move-a-panel.md): Mover el mensaje del panel a un canal diferente sin recrearlo.
- [Reenviar un panel](https://ticketking.xyz/docs/es/paneles/resend-a-panel.md): Si el mensaje del panel se borra o quieres una copia nueva.
- [Migrar un panel de formato antiguo](https://ticketking.xyz/docs/es/paneles/migrate-an-old-format-panel.md): Cómo se trasladan los paneles antiguos al formato actual de panel.
- [Guardar un panel como plantilla](https://ticketking.xyz/docs/es/paneles/save-a-panel-as-a-template.md): Guarda el diseño de tu panel una vez y reutilízalo para siempre.
- [Plantillas](https://ticketking.xyz/docs/es/paneles/templates.md): Tus diseños de panel guardados en la página de Plantillas.
- [Presets públicos](https://ticketking.xyz/docs/es/paneles/public-presets.md): El catálogo seleccionado de diseños de paneles de inicio.
- [Límites del panel](https://ticketking.xyz/docs/es/paneles/panel-limits.md): Todos los topes que se aplican a los paneles en un solo lugar.


---

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