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

# Formulare

- [Was Optionsfragen sind](https://ticketking.xyz/docs/de/formulare/what-option-questions-are.md): Ein Pop-up-Formular, das erscheint, bevor ein Ticket geöffnet wird, mit Kontext, den das Mitglied eingibt.
- [Fragetypen](https://ticketking.xyz/docs/de/formulare/question-types.md): Jeder Formulartyp, was er ist, worin seine Obergrenze besteht und wie Antworten aussehen.
- [Kanal-Auswahl nach Kanaltyp filtern](https://ticketking.xyz/docs/de/formulare/filtering-channel-select.md): Eine Kanal-Auswahlfrage auf bestimmte Discord-Kanaltypen beschränken.
- [Pflicht- vs. optionale Fragen](https://ticketking.xyz/docs/de/formulare/required-vs-optional.md): Mache eine Frage verpflichtend oder lasse Mitglieder sie überspringen.
- [Die Fünf-Fragen-Grenze](https://ticketking.xyz/docs/de/formulare/five-question-limit.md): Die Obergrenze von 5 Fragen pro Option und warum es keinen Workaround gibt.


---

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