> 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/report-and-run-offline-team/logging-into-your-account-on-the-web-portal.md).

# Logging into your account on the web portal

Log into the Report and Run web portal to manage users on your Team account.

1. Go to the Report and Run web portal at [app.reportandrun.com](https://app.reportandrun.com/)
2. Click **Login**.

   <div align="left"><figure><img src="https://2258011682-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FckLB3gwA2WX6jXVfuW08%2Fuploads%2FQLDaGLkeOmus7c99tTKd%2Freport-and-run-cloud-login.png?alt=media&amp;token=a48c1536-caac-4403-8205-244563ea41d6" alt="" width="332"><figcaption></figcaption></figure></div>
3. Login with the email address and password you set up in your free trial.

   <div align="left"><figure><img src="https://2258011682-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FckLB3gwA2WX6jXVfuW08%2Fuploads%2FQLDaGLkeOmus7c99tTKd%2Freport-and-run-cloud-login.png?alt=media&amp;token=a48c1536-caac-4403-8205-244563ea41d6" alt="" width="332"><figcaption></figcaption></figure></div>
4. If you forget your password, click *Can't Login* and use the password reset option.&#x20;

   <div align="left"><figure><img src="https://2258011682-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FckLB3gwA2WX6jXVfuW08%2Fuploads%2FT1MY4kQyofaZIXj3XnZK%2Freport-and-run-cloud-forogot-password.png?alt=media&amp;token=d05ed48b-201b-4718-bc98-688dbd51b10c" alt="" width="332"><figcaption></figcaption></figure></div>


---

# 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/report-and-run-offline-team/logging-into-your-account-on-the-web-portal.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.
