> 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/subscription/how-to-log-in.md).

# Iniciar sesión

{% hint style="info" %}
Tenga en cuenta que la versión de pago de esta aplicación le da acceso a funciones premium, como crear informes ilimitados, pero no almacena información [en la nube](/manual/es/report-and-run-integrate.md). En su lugar, los datos se almacenan localmente en su teléfono.&#x20;
{% endhint %}

1. Toque las tres líneas horizontales en la esquina superior izquierda.

   <div align="left"><figure><img src="/files/1c5e2c91a7150d033a7e64cc5a9751c5323509ac" alt=""><figcaption></figcaption></figure></div>
2. Toca **nivel gratuito**.

   <div align="left"><figure><img src="/files/c6f35a96d5dbb0d65f1bdaaf3d3f76c379856c2d" alt=""><figcaption></figcaption></figure></div>
3. Desplázate hasta la parte inferior de la *Funciones premium* pantalla.
4. Toca **iniciar sesión**.&#x20;

   <div align="left"><figure><img src="/files/903c25128d63b2ceaf20c09142854650ab065e2b" alt=""><figcaption></figcaption></figure></div>
5. Inicia sesión con tus credenciales de Report and Run y obtén acceso inmediato a las funciones de pago.

   <div align="left"><figure><img src="/files/39ce4641d0997d9e8dfff9b7a9c63c2ac4330d6d" alt=""><figcaption></figcaption></figure></div>

   <br>


---

# 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/subscription/how-to-log-in.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.
