# Registrarse

Necesitas una cuenta de AugeLab antes de poder descargar AugeLab Studio y obtener tu código de verificación.

{% stepper %}
{% step %}

### Abrir la página de registro

Ve a [account.augelab.com](https://account.augelab.com/?p=signup) y abre la sección Sign Up.

<figure><img src="/files/cdZjnUwwJHsGQQVP4V5K" alt="AugeLab account sign-up form" width="250"><figcaption><p>Interfaz de registro</p></figcaption></figure>
{% endstep %}

{% step %}

### Crear tu cuenta

Rellena todos los campos, acepta los Terms and Conditions, y luego haz clic en **Sign Up**.
{% endstep %}

{% step %}

### Confirmar tu correo electrónico

Se enviará un código de confirmación a tu dirección de correo. Copia ese código en el formulario de confirmación.

<figure><img src="/files/xX30MubAmWEjwCP20Nh2" alt="AugeLab account confirmation form" width="250"><figcaption><p>Interfaz de confirmación</p></figcaption></figure>
{% endstep %}

{% step %}

### Abrir la gestión de la cuenta

Después de confirmar tu correo, inicia sesión con tu nombre de usuario y contraseña. Verás la página de Account Management.

<figure><img src="/files/HPZG4mpeWtGaH6bJxYB9" alt="AugeLab account management page" width="750"><figcaption><p>Interfaz de gestión de cuenta</p></figcaption></figure>
{% endstep %}

{% step %}

### Guardar tu código de verificación

En la sección **Licenses**, encontrarás tu código de verificación. Tiene este formato:

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

Necesitarás este código la primera vez que inicies AugeLab Studio. Guárdalo en un lugar seguro o cópialo al portapapeles.
{% endstep %}

{% step %}

### Descargar AugeLab Studio

Haz clic en <img src="/files/4lfZmuRjqxlqVd5o0XNT" alt="download studio" data-size="line"> para descargar el instalador de AugeLab Studio.
{% 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/spanish/primeros-pasos/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.
