> For the complete documentation index, see [llms.txt](https://help.reasy.ai/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.reasy.ai/help/getting-started/engines/user-management/users.md).

# Users

Users are your stakeholders, involved in your business processes. They can be an Administrator, a Project Manager, a Solution Architect, a developer, or a tester, or they might be playing other roles that exist in your organization.

To create a user,

* Switch to the **Users** tab, and select **Create new user**.
* Enter the information necessary to create a user. Next, select a role for the user, assign a password policy, and select the status, as you see here.

{% hint style="info" %}
**Note**:\
1\. When you enter a Login ID, the platform shows its availability. If it is already in use, enter a different ID. UIDs (Login IDs) help you easily identify users.\
2\. Ensure you provide a valid Email Id and Mobile number when creating a user. If the user forgets their password, you can share it with them via their email ID and mobile number.
{% endhint %}

### Import Users

Use this option to create multiple user accounts at once. Select **Import user(s)** option and download the sample xls file. Enter the users’ information and upload it.&#x20;

### Manage Users

* View a user’s information by clicking![](https://reasyapps.com/forum/wp-content/uploads/2022/07/View.png).
* Edit a user’s information by clicking![](https://reasyapps.com/forum/wp-content/uploads/2022/07/Edit.png). Make necessary changes and update.
* Delete a user by clicking![](https://reasyapps.com/forum/wp-content/uploads/2022/07/Delete-policy.png).
* Slice and dice the list of users to view as per your preferences.


---

# 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://help.reasy.ai/help/getting-started/engines/user-management/users.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.
