# Manage non-admin users

Admin users can select **Users** on the left menu bar to view a list of all users.

Admin users can add new users, remove existing users, or reset the password of users.

## View all users

For each user, the list contains the following information:

* Name
* Email
* The number of workspaces that the user owns
* When the user was created
* When the user was last active

## Add a new user

To add a new user, go to the **Users** screen and select **Add new user** and enter the following information:

* Name
* Email
* Password
* Password Confirmation

Finally, click **Confirm** to add the new user.

## Delete a user

You can delete a user from the **Users** list. When you delete a user, you must select a new owner for that user's workspaces.

To delete a user:

1. From the **Actions menu** icon, select **Delete user**.
2. If the user owns workspaces, then the **Transfer Workspace Ownership** screen shows.\
   Select a new user to whom you want to transfer ownership of the workspaces.
3. On the **Delete user** confirmation screen, click **Confirm**.

Deleting a user does not affect the environment variable configuration. If a user is added later and has an email address that is in the value of the environment variable, that user will become an admin user.

<figure><img src="https://content.gitbook.com/content/U61B9DqtWCNO3Z30vnjh/blobs/ODcb8rgYBlwJ9pC2Pjqx/image.png" alt=""><figcaption><p>To view, add and delete users go to the "Users" panel</p></figcaption></figure>

## Reset a user password

You can reset a user's password from the **Users** list. You are most likely doing this in response to a request from a user who has forgotten their password.

The reset password option requires the user to change their password the next time they login. To reset a user's password:

1. From the **Actions** menu, select **Reset Password** for the user whose password needs to be reset.


---

# 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.syntho.ai/deploy-syntho/manage-users-and-access/manage-non-admin-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.
