> For the complete documentation index, see [llms.txt](https://docs.testwheel.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.testwheel.com/modules/user-groups/registration.md).

# Registration

It outlines the steps a sub-user follows after receiving an invitation email, including accessing the registration link, filling out required information, and activating their account to gain access to the platform.\ <br>

<figure><img src="/files/4BbXcQoQdbmmTLGojSOG" alt=""><figcaption></figcaption></figure>

The email shown above is the invitation that a sub-user receives after being registered by an admin.\
Upon clicking the **"Register"** button in the email, the user will be redirected to the Sub-User Registration page, as shown below. On this page, the user is required to fill in their **personal details** to complete the registration process and activate their account.\ <br>

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

After filling in all the required details and clicking the "**Submit**" button, the user will be redirected to the login screen, as shown in the image below.\
\ <br>

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

At this point, the **admin must activate the sub-user account** to grant access. Once activated, the sub-user can log in and begin using the application.<br>


---

# 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.testwheel.com/modules/user-groups/registration.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.
