> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/documentation/german-documentation-1/kontoverwaltung/two-factor-authentication.md).

# Zwei-Faktor-Authentifizierung

In diesem Leitfaden erklären wir Ihnen, wie Sie 2FA (Zwei-Faktor-Authentifizierung) in Incogniton einrichten. Dies macht Ihre Browserprofile noch sicherer. Alles, was Sie benötigen, ist ein Mobiltelefon und eine Authentifizierungsanwendung wie Microsoft Authenticator oder Google Authenticator.

{% stepper %}
{% step %}

### Einen Token anfordern

Das Erste, was Sie tun müssen, ist einen Token anzufordern. Gehen Sie zum [Mein-Konto-Bereich](https://www.incogniton.com/my-account) auf der Website und melden Sie sich an. Navigieren Sie zum Abschnitt **2FA-Token** und klicken Sie auf die Schaltfläche **Einen neuen Token anfordern**. Danach sollten Sie in der Lage sein, mit einer 2FA-Anwendung wie Microsoft Authenticator einen Token zu generieren.

![](/files/QLkQ5L8AE9MNgDgA9xj3)
{% endstep %}

{% step %}

### Geben Sie den 2FA-Code beim Einloggen ein

Sobald Sie die obigen Schritte abgeschlossen haben, melden Sie sich in der Incogniton-Anwendung an und der 2FA-Validierungsbildschirm wird angezeigt. Geben Sie die 6 Ziffern aus der Authentifizierungsanwendung ein und Incogniton wird geöffnet.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Wenn Sie noch Fragen zur Einrichtung von 2FA haben, zögern Sie nicht, unser [Support-Team](https://incogniton.com/contact/) zu kontaktieren.
{% endhint %}


---

# 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.incogniton.com/documentation/german-documentation-1/kontoverwaltung/two-factor-authentication.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.
