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

# Panels

- [Übersicht über Panels](https://ticketking.xyz/docs/de/panels/overview.md): Was Panels sind und wie Mitglieder sie verwenden.
- [Ein Ticket-Panel erstellen](https://ticketking.xyz/docs/de/panels/create-a-ticket-panel.md): Der Assistent zum Erstellen von Ticket-Panels.
- [Ein Bewerbungs-Panel erstellen](https://ticketking.xyz/docs/de/panels/create-an-application-panel.md): Der Assistent für Bewerbungs-Panels und wie sie sich von Ticket-Panels unterscheiden.
- [Ein Panel bearbeiten](https://ticketking.xyz/docs/de/panels/edit-a-panel.md): Der Panel-Editor, seine zwei Bereiche und wie das Speichern funktioniert.
- [Das Embed bearbeiten](https://ticketking.xyz/docs/de/panels/edit-the-embed.md): Titel, Beschreibung, Farbe, Felder, Bild und Fußzeile für ein Panel-Embed.
- [Einen Button bearbeiten](https://ticketking.xyz/docs/de/panels/edit-a-button.md): Visuelle Anpassung pro Button (Beschriftung, Farbe, Emoji). Jeder Button ist außerdem eine Option mit eigenen Einstellungen.
- [Ein Auswahlmenü bearbeiten](https://ticketking.xyz/docs/de/panels/edit-a-select-menu.md): Dropdowns mit bis zu 25 Optionen, wenn Buttons nicht ausreichen. Jede Option hat ihre eigenen Optionen-Einstellungen.
- [Einen Link-Button bearbeiten](https://ticketking.xyz/docs/de/panels/edit-a-link-button.md): Ein Button, der Mitglieder zu einer URL weiterleitet, statt ein Ticket zu öffnen.
- [Panelweite Standardwerte](https://ticketking.xyz/docs/de/panels/panel-wide-defaults.md): Lege Werte einmal auf Panel-Ebene fest. Jede Option erbt sie, sofern du sie nicht überschreibst.
- [Optionseinstellungen pro Option](https://ticketking.xyz/docs/de/panels/per-option-settings.md): Jede Einstellung pro Option bei einem Ticket-Button oder einem Eintrag im Auswahlmenü über die Tabs Allgemein, Nachrichten und Erweitert hinweg.
- [Ein Panel in einen anderen Kanal verschieben](https://ticketking.xyz/docs/de/panels/move-a-panel.md): Verschiebe die Panel-Nachricht in einen anderen Kanal, ohne sie neu zu erstellen.
- [Ein Panel erneut senden](https://ticketking.xyz/docs/de/panels/resend-a-panel.md): Falls die Panel-Nachricht gelöscht wird oder du eine frische Kopie möchtest.
- [Ein Panel im alten Format migrieren](https://ticketking.xyz/docs/de/panels/migrate-an-old-format-panel.md): Wie ältere Panels in das aktuelle Panel-Format überführt werden.
- [Ein Panel als Vorlage speichern](https://ticketking.xyz/docs/de/panels/save-a-panel-as-a-template.md): Speichere dein Panel-Design einmal und verwende es für immer wieder.
- [Vorlagen](https://ticketking.xyz/docs/de/panels/templates.md): Deine gespeicherten Panel-Designs auf der Vorlagen-Seite.
- [Öffentliche Voreinstellungen](https://ticketking.xyz/docs/de/panels/public-presets.md): Der kuratierte Katalog von Einstiegs-Panel-Designs.
- [Panel-Grenzen](https://ticketking.xyz/docs/de/panels/panel-limits.md): Jede Obergrenze, die für Panels gilt, an einem Ort.


---

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