> For the complete documentation index, see [llms.txt](https://docs.aisera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aisera.com/aisera-platform/tenant-setup/aisera-platform-configuration/aisera-platform-roles-and-permissions/managing-user-accounts.md).

# Managing User Accounts

## Managing Users

The Aisera platform allows you to create and manage user accounts, giving you the ability to define user access to the Aisera Admin UI.

### Creating Users

1. Select **Settings > User Account** from the left navigation menu
2. Click the **+ Add New Account** button
3. Input the **Email** and **Password**
4. Choose the **Customer Account** for the **Login Role**
5. Choose a role that aligns with the user's permission requirements.

   <div align="left"><figure><img src="/files/ZzrzivULEKMU7mc5Xv5W" alt=""><figcaption></figcaption></figure></div>
6. Select **Ok** to complete creating the new User

### Editing Users

1. Open **Settings > User Accounts** from the left navigation menu
2. Hover over the existing user account to reveal a pencil icon on the right side of the row
3. Click on the pencil icon to see the **Edit User Account** window
4. Select new roles for the user by choosing a check box next to the role you

   want to give this user.
5. Deselect any roles you do not want assigned to the user
6. Click the **OK** button

### Deleting a User

1. Open **Settings > User Accounts** from the left navigation menu
2. Hover over the existing user account to reveal a trash icon on the right side of the row
3. Click on the trash icon to see the D**elete User Account** window<br>

   <div align="left"><figure><img src="/files/QsS2qTFl8Wa2fPMMxmeU" alt=""><figcaption></figcaption></figure></div>
4. Click the **OK** button to confirm deletion of user


---

# 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.aisera.com/aisera-platform/tenant-setup/aisera-platform-configuration/aisera-platform-roles-and-permissions/managing-user-accounts.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.
