> 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/erste-schritte/create-an-account.md).

# Ein Konto erstellen

Dieses Tutorial führt Sie durch den Prozess der Erstellung eines neuen Incogniton-Kontos in der Anwendung. Am Ende sind Sie angemeldet und bereit, Browserprofile zu verwenden.

{% hint style="info" %}
**Was Sie lernen werden**

* Ein kostenloses Konto erstellen
* Anmelden und Incogniton verwenden
* Ihr Konto upgraden, um zusätzliche Funktionen freizuschalten (optional)
  {% endhint %}

#### Bevor Sie beginnen

* Stellen Sie sicher, dass Sie die Desktop-App auf Ihrem Computer [installiert](/documentation/german-documentation-1/erste-schritte/download-and-install-incogniton.md) haben.
* Haben Sie eine aktive E-Mail-Adresse verfügbar.

Nun gehen wir die Schritte zur Erstellung Ihres Kontos durch:

{% stepper %}
{% step %}
**Öffnen Sie den Bildschirm zur Kontoerstellung**

Starten Sie die Incogniton-Desktop-App. Wählen Sie auf dem **Anmelden**-Bildschirm unten im Fenster **Kostenloses Konto erstellen** aus.
{% endstep %}

{% step %}
**Geben Sie Ihre Daten ein**

Geben Sie im Fenster **Konto erstellen** Ihre Kontodaten ein, einschließlich Ihres Namens, Benutzernamens, Ihrer E-Mail-Adresse und eines starken Passworts Ihrer Wahl. Stellen Sie sicher, dass Sie eine gültige und aktive E-Mail-Adresse verwenden, da Sie diese verifizieren müssen.

Überprüfen Sie, ob alle eingegebenen Daten korrekt sind, und **senden** Sie dann das Formular ab.

{% hint style="info" %}
Möglicherweise werden Sie gebeten, zusätzliche Verifizierungsschritte wie eine CAPTCHA-Herausforderung sowie eine kurze Onboarding-Frage abzuschließen. Diese Schritte helfen, die Plattform zu schützen und das Onboarding zu verbessern.
{% endhint %}
{% endstep %}

{% step %}
**Verifizieren Sie Ihre E-Mail-Adresse**

Incogniton sendet eine **Verifizierungs-E-Mail** an die von Ihnen angegebene Adresse. Öffnen Sie die E-Mail und verwenden Sie den Verifizierungslink oder -token, um Ihre E-Mail-Adresse zu bestätigen. Wenn Sie sie nicht in Ihrem Posteingang sehen, überprüfen Sie Ihren Spam- oder Junk-Ordner. Nach der Verifizierung kehren Sie zum Anmeldebildschirm zurück.
{% endstep %}

{% step %}
**Melden Sie sich bei Incogniton an**

Geben Sie Ihren **Benutzernamen** und Ihr **Passwort** ein und wählen Sie **Anmelden**. Sie gelangen zum Incogniton-Dashboard, wo Sie beginnen können, Ihre Browserprofile einzurichten und zu verwalten.

Damit ist der Prozess abgeschlossen. 🎉
{% endstep %}
{% endstepper %}

{% hint style="success" %}
Sie sind jetzt mit einem kostenlosen Konto angemeldet und können bis zu **10 Browserprofile** erstellen und verwalten.
{% endhint %}

### Erweitern Sie Ihre Möglichkeiten

Mit wachsendem Workflow benötigen Sie zusätzliche Funktionen, einschließlich mehr Browserprofile, gemeinsamem Teamzugriff, Automatisierungsfunktionen usw. Incogniton bietet mehrere Pläne, die diese Grenzen erweitern und fortgeschrittene Fähigkeiten freischalten.

{% tabs %}
{% tab title="Starter (Kostenlos)" %}

* 10 Browserprofile für die ersten 2 Monate
* 3 Browserprofile nach der Anfangszeit
* Regulärer Support
* Kostenlose integrierte Proxys
  {% endtab %}

{% tab title="Starter Plus" %}

* 10 Browserprofile
* Regulärer Support
* Kostenlose integrierte Proxys
  {% endtab %}

{% tab title="Entrepreneur" %}

* 50 Browserprofile
* Selenium / Puppeteer-Integration
* API-Zugang
* Cookie Collector
* Profilübertragungsunterstützung
* Synchronizer
* Premium-Support
* Kostenlose integrierte Proxys
  {% endtab %}

{% tab title="Professional" %}

* 150 Browserprofile
* Bis zu 3 Teammitglieder-Sitze
* Selenium / Puppeteer-Integration
* API-Zugang
* Cookie Collector
* Profilübertragungsunterstützung
* Synchronizer
* Premium-Support
* Kostenlose integrierte Proxys
  {% endtab %}

{% tab title="Custom Package" %}

* 500 bis 5.000 Browserprofile (skalierbar)
* 10 bis 25 Teammitglieder-Sitze (skalierbar)
* Selenium / Puppeteer-Integration
* API-Zugang
* Cookie Collector
* Profilübertragungsunterstützung
* Synchronizer
* Premium-Support
* Kostenlose integrierte Proxys
  {% endtab %}
  {% endtabs %}

Sie können Ihr Konto jederzeit über die **Upgrade**-Schaltfläche in der App oder über die [Preisseite](https://incogniton.com/pricing) auf der Incogniton-Website upgraden.


---

# 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/erste-schritte/create-an-account.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.
