> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# Managing Users

> Manage user accounts, control access permissions, and maintain credentials so each person sees only what their role allows.

The Users section in Lerian Console allows you to manage user accounts, control access permissions, and maintain user credentials. Each user has a unique account with assigned roles that determine what actions they can perform in the platform.

## Accessing the Users page

***

To access the **Users** section:

<Steps>
  <Step>
    Click the gear icon (<Icon icon="gear" />) in the top navigation bar.
  </Step>

  <Step>
    Select **Users** from the sidebar.
  </Step>

  <Step>
    The **Users** page displays all registered users in a table with the following columns:

    * **Name** – The user's full name (first and last name)
    * **E-mail** – The user's email address
    * **Group** – The role/permission group assigned to the user
    * **Actions** – Available operations for each user
  </Step>
</Steps>

<Warning>
  You cannot delete your own user account. This prevents accidentally locking yourself out of the platform.
</Warning>

## Available actions

***

From the **Users** page, you can:

<CardGroup cols={2}>
  <Card title="Create a user" icon="plus" href="/en/platform/lerian-console/settings/am-creating-user">
    Add a new user account with credentials and role assignment.
  </Card>

  <Card title="Edit a user" icon="pen" href="/en/platform/lerian-console/settings/am-editing-user">
    Update user information such as name, email, and role.
  </Card>

  <Card title="Change user password" icon="key" href="/en/platform/lerian-console/settings/am-changing-password">
    Reset or change a user's password.
  </Card>

  <Card title="Delete a user" icon="trash" href="/en/platform/lerian-console/settings/am-deleting-user">
    Remove a user account from the platform.
  </Card>
</CardGroup>

## User roles

***

Users are assigned to groups that define their permissions within the platform. The available roles determine what resources users can access and what actions they can perform.

When creating or editing a user, you can assign one or more roles to define their access level.
