> ## 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.

# Creating a User

> Set up a new user in the Console with the credentials and permissions needed to access your Lerian platform.

To create a user, follow these steps:

<Steps>
  <Step>
    From the **Users** page, click the **New User** button.
  </Step>

  <Step>
    The **New User** form opens on the right side of the screen.
  </Step>

  <Step>
    Fill in the following fields:

    * **Name** *(required)* – The user's first name.
    * **Last Name** *(required)* – The user's last name.
    * **Username** *(required)* – A unique login identifier. Only letters, numbers, hyphens, and underscores are allowed.
    * **E-mail** *(required)* – The user's email address.
    * **Password** *(required)* – The user's password. It must meet the following requirements:
      * At least 12 characters
      * One uppercase letter
      * One lowercase letter
      * One number
      * One special character
      * No repeated characters in sequence (for example, `aa`, `111`, or `**`)
    * **Confirm Password** *(required)* – Re-enter the password to confirm.
    * **Role** *(required)* – Select one or more permission groups for the user.
  </Step>

  <Step>
    Click **Save**.
  </Step>

  <Step>
    The new user appears in the list and can now log in with their credentials.
  </Step>
</Steps>

<Note>
  Password validation is enforced by the Console. If a rule is not met, the user cannot be created.
</Note>
