> 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

- [Panel-Übersicht](https://ticketking.xyz/docs/de/panels/overview.md): Was Panels sind und wie Mitglieder sie verwenden.
- [Erstelle ein Ticket-Panel](https://ticketking.xyz/docs/de/panels/create-a-ticket-panel.md): Der Assistent zum Erstellen von Ticket-Panels.
- [Erstelle ein Bewerbungs-Panel](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.
- [Bearbeite ein Panel](https://ticketking.xyz/docs/de/panels/edit-a-panel.md): Der Panel-Editor, seine zwei Bereiche und wie das Speichern funktioniert.
- [Bearbeite das Embed](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 Dropdown-Menü bearbeiten](https://ticketking.xyz/docs/de/panels/edit-a-dropdown-menu.md): Dropdowns mit bis zu 25 Optionen, wenn Buttons nicht ausreichen. Jede Option hat ihre eigenen Einstellungen pro Option.
- [Bearbeite einen Link-Button](https://ticketking.xyz/docs/de/panels/edit-a-link-button.md): Ein Button, der Mitglieder zu einer URL sendet, statt ein Ticket zu öffnen.
- [Panel-weite Standardwerte](https://ticketking.xyz/docs/de/panels/panel-wide-defaults.md): Werte einmal auf Panel-Ebene festlegen. Jede Option übernimmt sie, sofern du sie nicht überschreibst.
- [Einstellungen pro Option](https://ticketking.xyz/docs/de/panels/per-option-settings.md): Jede Einstellung pro Option auf einem Ticket-Button oder einem Dropdown-Menüeintrag in den Tabs Allgemein, Nachrichten und Erweitert.
- [Verschiebe ein Panel in einen anderen Kanal](https://ticketking.xyz/docs/de/panels/move-a-panel.md): Verschiebe die Panel-Nachricht in einen anderen Kanal, ohne sie neu zu erstellen.
- [Sende ein Panel erneut](https://ticketking.xyz/docs/de/panels/resend-a-panel.md): Falls die Panel-Nachricht gelöscht wurde oder du eine neue Kopie möchtest.
- [Migriere ein Panel im alten Format](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 Vorlagen](https://ticketking.xyz/docs/de/panels/public-presets.md): Der kuratierte Katalog mit Starter-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, and the optional `goal` query parameter:

```
GET https://ticketking.xyz/docs/de/panels.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.
