> For the complete documentation index, see [llms.txt](https://mozarkdocs.gitbook.io/appx_documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mozarkdocs.gitbook.io/appx_documentation/test-context-manager-documentation/getting-started/overview/sign-up-and-first-login.md).

# Sign up and first login

#### Create an account

1. Open the sign-up page.
2. Enter your email address.
3. Enter a password.
4. Confirm the password.
5. Click **Sign up**.

Your password must:

* Be at least 8 characters long
* Include uppercase and lowercase letters
* Include a number
* Include a special character

<figure><img src="/files/2kqg5GK3fFTeB2OXTzgT" alt=""><figcaption></figcaption></figure>

#### Verify your account

After sign-up, Test Context Manager sends a confirmation code to your email. Enter the code to verify your account.

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

#### Sign in

Once your account is verified, you can sign in. You can also sign in with:

* Google
* Microsoft

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

#### Verify setup

Confirm that:

1. You can sign in successfully after verification.
2. The default workspace opens without errors.

If sign-in succeeds and the workspace loads, your setup is complete.


---

# 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://mozarkdocs.gitbook.io/appx_documentation/test-context-manager-documentation/getting-started/overview/sign-up-and-first-login.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.
