> 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/pt-br/report-and-run-integrate/quick-start-guide/criar-uma-conta.md).

# Criar uma conta

1. Abra o Report and Run: Integre no seu dispositivo móvel.
2. Toque **Crie uma conta**.&#x20;

   <div align="left"><figure><img src="/files/7f0353ecee1e6604f5c779a1717dbce37a89d349" alt="" width="375"><figcaption></figcaption></figure></div>
3. Digite seu nome e endereço de e-mail e crie uma senha.&#x20;
4. Toque na caixa de seleção indicando que você leu os termos e condições.&#x20;

   <div align="left"><figure><img src="/files/bcc3b82bca1c424afab0caf11acb35bf124b9b7e" alt="" width="375"><figcaption></figcaption></figure></div>
5. Toque **Cadastre-se**.

   <div align="left"><figure><img src="/files/108b1db513c5763c1e116f6366a76a6ec066f64f" alt="" width="375"><figcaption></figcaption></figure></div>
6. Uma confirmação de conta será enviada para o endereço de e-mail que você forneceu. Abra o e-mail e toque em **Confirmar minha conta**.&#x20;

   <div align="left"><figure><img src="/files/b3945570fcc4af93e9366a56e3225c74aef3aabb" alt="" width="375"><figcaption></figcaption></figure></div>
7. Volte para Report and Run: Integrate e toque em **Verificar** para concluir a criação da sua conta.

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

{% hint style="info" %}
Se você já criou uma conta, você pode [fazer login](/manual/pt-br/report-and-run-integrate/account-management/entrar.md) para começar!
{% 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/pt-br/report-and-run-integrate/quick-start-guide/criar-uma-conta.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.
