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

# Panels

- [Panels overview](https://ticketking.xyz/docs/panels/overview.md): What panels are and how members use them.
- [Create a Ticket Panel](https://ticketking.xyz/docs/panels/create-a-ticket-panel.md): The panel-creation wizard for ticket panels.
- [Create an Application Panel](https://ticketking.xyz/docs/panels/create-an-application-panel.md): The wizard for application panels, plus how they differ from ticket panels.
- [Edit a panel](https://ticketking.xyz/docs/panels/edit-a-panel.md): The panel editor, its two panes, and how saving works.
- [Edit the embed](https://ticketking.xyz/docs/panels/edit-the-embed.md): Title, description, color, fields, image, and footer for a panel embed.
- [Edit a button](https://ticketking.xyz/docs/panels/edit-a-button.md): Per-button visual customization (label, color, emoji). Each button is also an option with its own settings.
- [Edit a select menu](https://ticketking.xyz/docs/panels/edit-a-select-menu.md): Dropdowns with up to 25 options, for when buttons are not enough. Each option has its own per-option settings.
- [Edit a link button](https://ticketking.xyz/docs/panels/edit-a-link-button.md): A button that sends members to a URL instead of opening a ticket.
- [Panel-wide defaults](https://ticketking.xyz/docs/panels/panel-wide-defaults.md): Set values once at the panel level. Every option inherits unless you override it.
- [Per-option settings](https://ticketking.xyz/docs/panels/per-option-settings.md): Every per-option setting on a ticket button or select-menu entry across the General, Messages, and Advanced tabs.
- [Move a panel to another channel](https://ticketking.xyz/docs/panels/move-a-panel.md): Move the panel message to a different channel without recreating it.
- [Resend a panel](https://ticketking.xyz/docs/panels/resend-a-panel.md): If the panel message gets deleted or you want a fresh copy.
- [Migrate an old-format panel](https://ticketking.xyz/docs/panels/migrate-an-old-format-panel.md): How older panels are moved onto the current panel format.
- [Save a panel as a template](https://ticketking.xyz/docs/panels/save-a-panel-as-a-template.md): Save your panel design once, reuse it forever.
- [Templates](https://ticketking.xyz/docs/panels/templates.md): Your saved panel designs on the Templates page.
- [Public Presets](https://ticketking.xyz/docs/panels/public-presets.md): The curated catalog of starter panel designs.
- [Panel limits](https://ticketking.xyz/docs/panels/panel-limits.md): Every cap that applies to panels in one place.


---

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