> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/minara-handbook/es/empezar/activate-your-account.md).

# Crea tu cuenta

Hay dos maneras de llegar a la pantalla de registro. Usa cualquiera de las dos.

## 1. Abre la app

**Desde la página de inicio.** Ve a [minara.ai](https://minara.ai) y haz clic en `Iniciar APP` en la esquina superior derecha.

<figure><img src="/files/fcdb042e65f4c7010d246cf0414a5818a82bb5c4" alt=""><figcaption></figcaption></figure>

**O, directamente desde la página de chat.** Si llegas a [app.minara.ai](https://app.minara.ai) sin una cuenta, haz clic en `Iniciar sesión / Registrarse` en la esquina superior derecha.

<figure><img src="/files/4b4de470106436da155c62256a28616c81711b8a" alt=""><figcaption></figcaption></figure>

## 2. Regístrate con Google o correo electrónico

En el diálogo de registro tienes dos opciones. Haz clic en `Continuar con Google` para iniciar sesión con tu cuenta de Google en un solo clic. O haz clic en `Continuar con correo electrónico`, introduce tu dirección y escribe el código de verificación que recibas para finalizar la creación de la cuenta.

Una vez creada tu cuenta, entras en la interfaz de chat. Tu cartera spot y tus carteras perps se crean automáticamente; no necesitas configurarlas manualmente.

## Próximos pasos

* [Depósito](/docs/minara-handbook/es/empezar/deposit.md) fondos, transferir entre carteras y administrar carteras de Lighter y Hyperliquid.


---

# 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://minara.ai/docs/minara-handbook/es/empezar/activate-your-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.
