> For the complete documentation index, see [llms.txt](https://docs.syntho.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.syntho.ai/deploy-syntho/manage-users-and-access/manage-non-admin-users.md).

# 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="/files/NxcKkP5zIZu3tPSpDUX4" 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
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://docs.syntho.ai/deploy-syntho/manage-users-and-access/manage-non-admin-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.
