> For the complete documentation index, see [llms.txt](https://docs.polyteia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.polyteia.com/formulare/ausfuellen/ausfuellen.md).

# Ausfüllen

Mit diesen Tipps füllen Sie Formulare schnell und ohne Stress aus.

## Feldtypen

**Textfelder:**

* Geben Sie Namen genau wie im Personalausweis ein
* IBAN hat 22 Stellen bei deutschen Konten
* Telefon: +49 für international, 0 für national

**Auswahlfelder:**

* Auswahllisten: Sie können eine Option auswählen
* Häkchen: Sie können mehrere Optionen auswählen

**Häufige Fehler vermeiden:**

* E-Mail: Achten Sie auf @ und Punkt (z.B. <name@email.de>)
* Dezimalzahlen: In Deutschland mit Komma (1.234,56)
* Datum: Immer TT.MM.JJJJ (z.B. 15.03.2024)

## Finale Prüfung

Bevor Sie absenden, kurz durchschauen:

**Vollständigkeit:**

* Alle Pflichtfelder ausgefüllt?
* Einverständniserklärungen aktiviert?

**Korrektheit:**

* E-Mail-Adresse nochmal prüfen
* Telefonnummer korrekt?

## Absenden

Fast geschafft! Jetzt nur noch:

1. Auf "Absenden" klicken - bitte nur einmal
2. Erfolgsmeldung abwarten
3. Bildschirmfoto der Bestätigung machen


---

# 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://docs.polyteia.com/formulare/ausfuellen/ausfuellen.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.
