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

# Create an account

1. Go to <https://app.reportandrun.com/users/sign_up>
2. Enter your email address and name.&#x20;
3. Enter and confirm a new password.&#x20;
4. Read and accept the terms.&#x20;
5. Click **Create Account**.

   <div align="left"><figure><img src="/files/hxq2f2Ozahv6ZD1dSlRe" alt=""><figcaption></figcaption></figure></div>
6. A green banner will appear at the top of the screen asking you to check your email inbox for a confirmation link.

   <div align="left"><figure><img src="/files/2J4Ozd3ULRWRwixX3T8B" alt=""><figcaption></figcaption></figure></div>
7. Visit your inbox and open the message from Report & Run.&#x20;
8. In that message, click **Confirm my account**.&#x20;

   <div align="left"><figure><img src="/files/Ot4UV8EdfQjKeOBIJppk" alt=""><figcaption></figcaption></figure></div>
9. You will be taken to the Report and Run login page.&#x20;
10. Enter your email address and the password you just created.&#x20;
11. Click **Log in**.

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

### Create a workspace

1. After logging in, click **Purchase Space**.

   <figure><img src="/files/YslLdm9cqT6Q6YLvKZcL" alt=""><figcaption></figcaption></figure>
2. Enter a title for your workspace.
3. Click **Create**.

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

### Purchase a subscription

1. Click **Continue** under the purchasing option of your choice: Subscription (monthly), Pre-paid 1 year, or Pre-paid 1 month.&#x20;

   <div align="left"><figure><img src="/files/35ciRD5XgHZlnefjPCm2" alt=""><figcaption></figcaption></figure></div>
2. Choose your method of payment and complete the payment process.&#x20;

   <div align="left"><figure><img src="/files/NecxhlGbN6EIHVP6ObKS" alt=""><figcaption></figcaption></figure></div>
3. You will see a summary of your subscription when complete.&#x20;

   <figure><img src="/files/5v3rGMaqu8YprRWVCxDh" 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/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.
