> For the complete documentation index, see [llms.txt](https://docs.reportandrun.com/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reportandrun.com/manual/es/report-and-run-integrate/quick-start-guide/crear-una-cuenta.md).

# Crear una cuenta

1. Abra Report and Run: Integrate en su dispositivo móvil.
2. Toca **Crear una cuenta**.&#x20;

   <div align="left"><figure><img src="/files/d6803fe65d6d591119ee5896c261ca8cec3bcd39" alt="" width="375"><figcaption></figcaption></figure></div>
3. Introduce tu nombre y dirección de correo electrónico, y crea una contraseña.&#x20;
4. Toca la casilla que indica que has revisado los términos y condiciones.&#x20;

   <div align="left"><figure><img src="/files/d01b593a4cbfaf57bd7e981f782f309293102fe2" alt="" width="375"><figcaption></figcaption></figure></div>
5. Toca **Registrarse**.

   <div align="left"><figure><img src="/files/f5da06a10c4d0c041d86ad1fc4bae4e665ea6791" alt="" width="375"><figcaption></figcaption></figure></div>
6. Recibirás una confirmación de la cuenta en la dirección de correo electrónico que proporcionaste. Abre el correo electrónico y toca **Confirmar mi cuenta**.&#x20;

   <div align="left"><figure><img src="/files/365dd1e529a064fdf224f094bba34c21e05fbd18" alt="" width="375"><figcaption></figcaption></figure></div>
7. Vuelve a Report and Run: Integrate y toca **Verificar** para terminar de crear tu cuenta.

   <div align="left"><figure><img src="/files/62bbeb858dd632af3ae5c3f6a523fa98a0c7c006" alt="" width="375"><figcaption></figcaption></figure></div>

{% hint style="info" %}
Si ya has creado una cuenta, puedes [iniciar sesión](/manual/es/report-and-run-integrate/account-management/iniciar-sesion.md) ¡para empezar!
{% endhint %}


---

# 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.reportandrun.com/manual/es/report-and-run-integrate/quick-start-guide/crear-una-cuenta.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.
