> For the complete documentation index, see [llms.txt](https://docs.augelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.augelab.com/german/erste-schritte/signing-up.md).

# Registrierung

Sie benötigen ein AugeLab-Konto, bevor Sie AugeLab Studio herunterladen und Ihren Verifizierungscode erhalten können.

{% stepper %}
{% step %}

### Öffnen Sie die Anmeldeseite

Rufen Sie [account.augelab.com](https://account.augelab.com/?p=signup) auf und öffnen Sie den Abschnitt Sign Up.

<figure><img src="/files/8hXMJIy3i1FCOc3Amr0c" alt="AugeLab account sign-up form" width="250"><figcaption><p>Anmeldeoberfläche</p></figcaption></figure>
{% endstep %}

{% step %}

### Erstellen Sie Ihr Konto

Füllen Sie alle Felder aus, akzeptieren Sie die Terms and Conditions und klicken Sie dann auf **Sign Up**.
{% endstep %}

{% step %}

### Bestätigen Sie Ihre E-Mail

Ein Bestätigungscode wird an Ihre E-Mail-Adresse gesendet. Kopieren Sie diesen Code in das Bestätigungsformular.

<figure><img src="/files/aBM3lLLILtVt8VtwfYfa" alt="AugeLab account confirmation form" width="250"><figcaption><p>Bestätigungsoberfläche</p></figcaption></figure>
{% endstep %}

{% step %}

### Account Management öffnen

Nachdem Sie Ihre E-Mail bestätigt haben, melden Sie sich mit Ihrem Benutzernamen und Passwort an. Sie sehen dann die Account Management-Seite.

<figure><img src="/files/h1GyQKn3N1dDuyIYyJBh" alt="AugeLab account management page" width="750"><figcaption><p>Account Management-Oberfläche</p></figcaption></figure>
{% endstep %}

{% step %}

### Verifizierungscode speichern

Im Abschnitt **Licenses** finden Sie Ihren Verifizierungscode. Er hat folgendes Format:

```
xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx
```

Sie benötigen diesen Code, wenn Sie AugeLab Studio zum ersten Mal starten. Speichern Sie ihn an einem sicheren Ort oder kopieren Sie ihn in die Zwischenablage.
{% endstep %}

{% step %}

### AugeLab Studio herunterladen

Klicken Sie auf <img src="/files/nz90U3asHkH5e4l2C83V" alt="download studio" data-size="line">, um den Installer von AugeLab Studio herunterzuladen.
{% endstep %}
{% endstepper %}


---

# 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.augelab.com/german/erste-schritte/signing-up.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.
