# Signing up

You need an AugeLab account before you can download AugeLab Studio and get your verification code.

{% stepper %}
{% step %}

### Open the sign-up page

Go to [account.augelab.com](https://account.augelab.com/?p=signup) and open the Sign Up section.

<figure><img src="/files/WoazF3oJ0U5eIrV9WnTd" alt="AugeLab account sign-up form" width="250"><figcaption><p>Sign-up interface</p></figcaption></figure>
{% endstep %}

{% step %}

### Create your account

Fill out all fields, accept the Terms and Conditions, then click **Sign Up**.
{% endstep %}

{% step %}

### Confirm your email

A confirmation code will be sent to your email address. Copy that code into the confirmation form.

<figure><img src="/files/FiHGVXZoe5S0WoBcWagz" alt="AugeLab account confirmation form" width="250"><figcaption><p>Confirmation interface</p></figcaption></figure>
{% endstep %}

{% step %}

### Open account management

After confirming your email, log in with your username and password. You will see the Account Management page.

<figure><img src="/files/GwYPdmUr3sLCgud3StfL" alt="AugeLab account management page" width="750"><figcaption><p>Account management interface</p></figcaption></figure>
{% endstep %}

{% step %}

### Save your verification code

In the **Licenses** section, find your verification code. It uses this format:

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

You need this code when you start AugeLab Studio for the first time. Save it somewhere safe or copy it to your clipboard.
{% endstep %}

{% step %}

### Download AugeLab Studio

Click <img src="/files/qywSZKznpP4VhV4cVzyN" alt="download studio" data-size="line"> to download the AugeLab Studio installer.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://docs.augelab.com/getting-started/signing-up.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
