> 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/readme/quick-start-guide/create-an-account.md).

# Criar uma conta

1. Vá para <https://app.reportandrun.com/users/sign_up>
2. Digite seu endereço de e-mail e nome.&#x20;
3. Digite e confirme uma nova senha.&#x20;
4. Leia e aceite os termos.&#x20;
5. Clique **Criar conta**.

   <div align="left"><figure><img src="/files/b4d9619702e2379324796810a21f5228c83d96eb" alt=""><figcaption></figcaption></figure></div>
6. Um banner verde aparecerá no topo da tela pedindo que você verifique sua caixa de entrada de e-mail em busca de um link de confirmação.

   <div align="left"><figure><img src="/files/994d37f375cd6a2b15f694d68ab1365365705440" alt=""><figcaption></figcaption></figure></div>
7. Acesse sua caixa de entrada e abra a mensagem da Report & Run.&#x20;
8. Nessa mensagem, clique em **Confirmar minha conta**.&#x20;

   <div align="left"><figure><img src="/files/7e5f2554002b7afefd4d24d9e1edb5fb35d2788e" alt=""><figcaption></figcaption></figure></div>
9. Você será direcionado para a página de login da Report and Run.&#x20;
10. Digite seu endereço de e-mail e a senha que você acabou de criar.&#x20;
11. Clique **Entrar**.

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

### Criar um espaço de trabalho

1. Após fazer login, clique em **Comprar espaço**.

   <figure><img src="/files/aa4c6cfa02dd3166a5e66f2a03e465b4f4a3aa73" alt=""><figcaption></figcaption></figure>
2. Digite um título para o seu espaço de trabalho.
3. Clique **Criar**.

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

### Comprar uma assinatura

1. Clique **Continuar** na opção de compra de sua escolha: Assinatura (mensal), Pré-pago 1 ano ou Pré-pago 1 mês.&#x20;

   <div align="left"><figure><img src="/files/727613700eb88dcf6e3d790690b9034100238ac7" alt=""><figcaption></figcaption></figure></div>
2. Escolha seu método de pagamento e conclua o processo de pagamento.&#x20;

   <div align="left"><figure><img src="/files/c87a6d6a91a62e4b728cc9cd6ea5579d58700305" alt=""><figcaption></figcaption></figure></div>
3. Você verá um resumo da sua assinatura quando estiver concluído.&#x20;

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


---

# 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/readme/quick-start-guide/create-an-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.
