> 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 de tickets.
- [Crear un panel de solicitudes](https://ticketking.xyz/docs/es/paneles/create-an-application-panel.md): El asistente para paneles de solicitudes, 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 de 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 su propia configuración.
- [Editar un menú desplegable](https://ticketking.xyz/docs/es/paneles/edit-a-select-menu.md): Desplegables con hasta 25 opciones, para cuando los botones no son suficientes. Cada opción tiene su propia configuración por opción.
- [Editar un botón de enlace](https://ticketking.xyz/docs/es/paneles/edit-a-link-button.md): Un botón que lleva a los miembros a una URL en lugar de abrir un ticket.
- [Valores predeterminados para 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, salvo que los sobrescribas.
- [Configuración 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 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): Mueve el mensaje del panel a un canal diferente sin tener que recrearlo.
- [Reenviar un panel](https://ticketking.xyz/docs/es/paneles/resend-a-panel.md): Si el mensaje del panel se elimina 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.
- [Preajustes públicos](https://ticketking.xyz/docs/es/paneles/public-presets.md): El catálogo seleccionado de diseños de panel iniciales.
- [Límites de paneles](https://ticketking.xyz/docs/es/paneles/panel-limits.md): Cada límite que se aplica 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:

```
GET https://ticketking.xyz/docs/es/paneles.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
