> For the complete documentation index, see [llms.txt](https://guide.discover.r1learning.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.discover.r1learning.com/welcome-to-r1-discover/getting-started-with-my-account.md).

# Getting Started with My Account

When your first get an R1 Discover account, you will receive a welcome email from R1 Discover with some key information about your account and how to login for the first time. The email will look similar to the below image.

<figure><img src="/files/gYzWqHxQLRV5yhD14p7T" alt="" width="375"><figcaption><p>Image 1: Example New Account Email</p></figcaption></figure>

Here are the steps you should take:

1. Navigate to the email used to create the account. You likely received two emails from R1 Discover with the following subject lines, you'll want t open the first one:
   1. Congratulations! Your R1 Discover account has been created. (Open this one)
   2. Congratulations! You have been successfully added to R1 Discover.
2. Open the email and note the following information for yourself:
   1. Your Username & Email
   2. Your temporary password
3. After noting that information, you'll want to [**login to R1 Discover for the first time**.](/welcome-to-r1-discover/my-first-login-to-r1-discover.md)


---

# 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:

```
GET https://guide.discover.r1learning.com/welcome-to-r1-discover/getting-started-with-my-account.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
