# User Management

If you are an Admin, you will be able to see "USER MANAGEMENT" button on MOGOPLUS homepage.

{% hint style="info" %}
Please note that the **'USER MANAGEMENT'** button will appear on the home page only during your ***first*** sign-in. For subsequent sign-ins, to access the **User Management** feature, click on **'ADMIN'** and then select **'User Management'**
{% endhint %}

<figure><img src="/files/v6TnZEzwP60h476QnLtQ" alt=""><figcaption><p>Manage users</p></figcaption></figure>

Upon clicking "User Management" button, an Admin will be able to view the existing users registered against the organisation

<figure><img src="/files/yISW61rADqD4lRALzViv" alt=""><figcaption><p>View or update registered users</p></figcaption></figure>

Admin can add a new user by clicking "ADD USER". A new row will be available.

***Note***: Currently, an admin can add only up to five users, and a maximum of six active users are allowed per organisation at any given time. Also the number of Admins can only be three.

<figure><img src="/files/z1n9wejHUPCEdQ8sL3l4" alt=""><figcaption><p>Create a new user</p></figcaption></figure>

Enter a valid email address and choose the role(Admin/User). Hit Save button to add the user.&#x20;

***Note***: The email domain of new user must be the same as the admin's email domain.

<figure><img src="/files/9VJZbGdzR4VVCWBfhrqF" alt=""><figcaption><p>Enter email address and choose a role to add an user</p></figcaption></figure>

A success message will be shown once the user gets created successfully.

<figure><img src="/files/scXeHPvGTJTVm884tnmz" alt=""><figcaption><p>User is created successfully</p></figcaption></figure>

A user's status changes to **ACTIVE** upon successful signup.

<figure><img src="/files/WvuackwQOYQmx6X6DKN1" alt=""><figcaption><p>Upon signup, status of user becomes Active</p></figcaption></figure>


---

# Agent Instructions: 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://docs.mogoplus.ai/sandbox/getting-started/user-management.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.
