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

# Zugang

So gelangen Sie zu Ihrem Formular und können direkt loslegen.

## Formular öffnen

{% tabs %}
{% tab title="Direkter Zugang" %}
**Verweis öffnen und loslegen**

Sie haben einen Verweis zum Formular erhalten?

1. Verweis anklicken
2. Formular öffnet sich
3. Direkt mit dem Ausfüllen beginnen

Das war's schon - keine Anmeldung notwendig.
{% endtab %}

{% tab title="Mit Anmeldung" %}
**Anmeldung mit Einmalcode**

Manche Formulare sind geschützt und brauchen eine Anmeldung:

1. Verweis öffnen
2. Ihre E-Mail-Adresse eingeben
3. Einmalcode aus der E-Mail kopieren
4. Code eingeben und schon kann's losgehen

Der Code ist nur kurze Zeit gültig - falls er abgelaufen ist, einfach einen neuen anfordern.

{% hint style="info" %}
Eine ausführliche Schritt-für-Schritt-Anleitung zur Anmeldung finden Sie unter [Anmeldung](/readme/anmelden.md).
{% endhint %}
{% endtab %}
{% endtabs %}

## Was Sie brauchen

Stellen Sie sicher, dass Ihr Browser auf dem neuesten Stand ist. Wir unterstützen Chrome, Firefox, Safari und Edge. JavaScript muss aktiviert sein, damit alles reibungslos funktioniert.

## Probleme beim Zugang?

Sollten Sie nach der Anmeldung kein Formular vorfinden, stellen Sie sicher, dass Sie genau die gleiche E-Mail-Adresse verwenden, auf die Sie die Einladung zum Ausfüllen des Formulars bekommen haben.

Sollten Sie eine andere E-Mail-Adresse zur Anmeldung verwendet haben, navigieren Sie zu [portal.polyteia.com](https://portal.polyteia.com) und melden Sie sich über den runden Knopf in der oberen rechten Ecke ab. Jetzt können Sie sich erneut anmelden mit der richtigen E-Mail-Adresse.


---

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