> For the complete documentation index, see [llms.txt](https://docs.supertrade.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.supertrade.com/es/introduccion/quickstart.md).

# Primeros pasos

**Creación de cuenta e inicio de sesión**

<figure><img src="/files/50e91bdbfb8d2ece9f7de864dd97269a6df2ccd6" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

### Abra la página de registro

* Vaya al [enlace](https://app.supertrade.com/sign-up/?utm_source=gitbook\&utm_medium=docs\&utm_campaign=account_creation\&utm_content=login).
* Verá el “**Crear una cuenta**” formulario.
  {% endstep %}

{% step %}

### Aceptar políticas y reconocimientos

* Marque **Acepto la** [**Política de Privacidad**](https://supertrade.com/privacy-policy) **y** [**Términos del Servicio**](https://supertrade.com/terms-and-conditions).
* Marque **Reconozco que no soy de un país restringido**.

{% hint style="danger" %}
Si su país está restringido, no podrá completar el registro.
{% endhint %}
{% endstep %}

{% step %}

### Registrarse

* Haga clic en **Registrarse**.
* Verá un aviso para verificar su correo electrónico.
  {% endstep %}

{% step %}

### Verifique su correo electrónico

* Abra su bandeja de entrada y encuentre el correo de verificación de Supertrade.
* Complete **la verificación** en el correo electrónico para activar su cuenta.

{% hint style="info" %}
**¿No recibió el correo electrónico?**

Revise las carpetas de spam y promociones, luego haga clic en **Reenviar verificación** en el sitio.
{% endhint %}
{% endstep %}

{% step %}

### Iniciar sesión

* Volver [aquí](https://app.supertrade.com/sign-in/?utm_source=gitbook\&utm_medium=docs\&utm_campaign=account_creation\&utm_content=login).
* Introduzca su correo electrónico para acceder a su cuenta mediante OTP.
  {% endstep %}

{% step %}

### Complete sus datos de facturación

Complete su perfil con su información personal.
{% endstep %}
{% endstepper %}

## KYC y cumplimiento

Para proteger a los usuarios y cumplir con las regulaciones, es posible que requiramos verificación de identidad antes de la financiación o el pago. Tenga a mano un documento de identidad válido emitido por el gobierno. No aceptamos usuarios de regiones restringidas.

<div data-full-width="false"><figure><img src="/files/f567a6365d4023eafd21e4eea367719e77dd6153" alt=""><figcaption></figcaption></figure></div>


---

# 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.supertrade.com/es/introduccion/quickstart.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.
