> For the complete documentation index, see [llms.txt](https://qa-docs.marshub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qa-docs.marshub.com/sign-in-to-the-dashboard.md).

# Sign In to the Dashboard

## **Sign up for an Account**

To create an account, use a web browser and the following URL:

{% hint style="info" %}

```
https://id.marshub.com/register
```

{% endhint %}

<figure><img src="/files/79QbyqL4XvDFo5bzobD5" alt=""><figcaption></figcaption></figure>

### Log in to your marshub account and begin a QA task.

1. Open a browser (Chrome or Edge) and visit the homepage at [https://qa.marshub.com](https://qa.marshub.com/).
2. Click on \[Try for free] to go to the login page.
3. Simply enter your business **Email** and **Password**, then click \[Login].

<figure><img src="/files/Nl4UjkWlc5L6M9nzaIMV" 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:

```
GET https://qa-docs.marshub.com/sign-in-to-the-dashboard.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.
