# Create and Manage Users

The Users page displays all the users in the system and allows you create and manage new users.

To access the Users page, from the Dashboard, click **Settings > Users**.

### Create User

To create a new user:

1. From the Dashboard, click **Settings > Users > Add New**.
2. Enter the user details, assign a role, and click **Save**.&#x20;

   | Field      | Description                                                                                                                    |
   | ---------- | ------------------------------------------------------------------------------------------------------------------------------ |
   | First name | User first name.                                                                                                               |
   | Last Name  | User's last name.                                                                                                              |
   | Email      | User's email address.                                                                                                          |
   | Password   | A temporary password is for the user to log in and after that user will forced to change the password on the first time login. |
   | Roles      | Select the roles you want to assign the user.                                                                                  |

To cancel the user creation, click **Dismiss**.

The user is successfully created.

### Delete User

To delete a user:

1. On the Users page, click the username that you want to delete.&#x20;
2. The user details appear. Click **Delete**.
3. Confirm the Delete in the dialog box.

The user gets deleted successfully.


---

# 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://vu-custom.gitbook.io/vu-custom/vu-admin-platform-management/user-management/create-and-manage-users.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.
