> For the complete documentation index, see [llms.txt](https://jtheta-ai.gitbook.io/docs.jtheta.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/general-image-annotation/images-and-media.md).

# User Management

In JTheta Annotate, workspace members can be managed via the Users Page in JLabel dashboard. Users are categorized by their roles. Admins can add users through the User Management feature. Once added, users will receive an email from JTheta to set up their password. After completing the setup, users can log in and access their personal account on the JTheta dashboard.

<div data-full-width="true"><figure><img src="/files/aKutfIclrLkt6ZrGKHRH" alt=""><figcaption></figcaption></figure></div>

To add someone to your workspace in JTheta Annotate, click on the "Add User" button, then enter the required fields along with their assigned role.

<br>

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

**Note : Admin can add new users (Annotator, Reviewer & another admin). An email will be sent for verification. Adding Admin himself as Annotator AND/OR Reviewer**

Once a user is added to the workspace, they will receive an email to set up their password. After the password is set up, the account will be listed in User Management.

<figure><img src="/files/nngzo32IISkjqEEyoJPZ" 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, and the optional `goal` query parameter:

```
GET https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/general-image-annotation/images-and-media.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.
