> For the complete documentation index, see [llms.txt](https://docs.langstack.com/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.langstack.com/welcome/get-started/learn-langstack/user-management/what-are-users.md).

# What are Users?

A user in the Langstack application must belong to a group, and the access rights and privileges are identified from the group the user belongs to. The Users section allows the editing of user information, as well as the resetting of passwords.

### How to create a User?

* To go to the Users section, click on the Users sub-menu under User management.

{% embed url="<https://media.langstack.com/documentation/media/images/code/training_manual/chapter_3/ch3whatrusers1usersmenu.png>" %}

* To create a User, click on \[+ User].

{% embed url="<https://media.langstack.com/documentation/media/images/code/training_manual/chapter_3/ch3whatrusers2aduser.png>" %}

* The Account tab is preselected.&#x20;
* Enter the following information:&#x20;
  1. &#x20;Enter the user name.&#x20;
  2. &#x20;Enter the user's Email.&#x20;
  3. Enter the login ID. The Login ID is the name the user will use to log in to Langstack applications.
  4. Select the Group the user should be assigned to.&#x20;
  5. Add comments as required.&#x20;
  6. Optionally describe the user.&#x20;
  7. Enter a valid mobile phone number including the international country code. \
     To send the verification code as an SMS, click on the \[Verify] button, which will be enabled after clicking \[Save].
  8. To enable SMS multi-factor authentication, enable the toggle button.&#x20;
  9. Enter the received SMS verification code. \
     To confirm the validity of the verification code, click on \[Confirm].&#x20;
  10. Select the user status as Active or Inactive.

{% embed url="<https://media.langstack.com/documentation/media/images/code/training_manual/chapter_3/ch3whatrusers3aduserdet.png>" %}

* To save the details, click \[Save].
*

```
<figure><img src="https://media.langstack.com/documentation/media/images/code/training_manual/chapter_3/ch3whatrusers4saveuser.png" alt=""><figcaption></figcaption></figure>
```

On logging in to Langstack Cloud, the user needs to enter a valid username and password. If the multi-factor authentication is enabled, the user receives an SMS verification code that is entered in the relevant field.


---

# 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.langstack.com/welcome/get-started/learn-langstack/user-management/what-are-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.
