> 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-groups.md).

# What are Groups?

* The “Groups” section is the authorization section in the Langstack application.&#x20;
* A Group can be assigned an authorization in sets of Privileges, whereby a group can contain zero or more Privileges. Therefore, the group members acquire the authorization privileges that the group has obtained.
* By default, the Langstack application has an admin group that, by design, has full access to the Langstack application.&#x20;
* A user, referred to as a group member, can be added to a group or deleted from a group. Users are allocated to a user group to obtain their rights to view, edit and determine the features they have access to in Langstack applications.&#x20;
* A group can contain zero or more members.

### How to create a Group?

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

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

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

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

* The Details tab is preselected.&#x20;
  1. &#x20;In the Name field, enter the Group name.
  2. &#x20;Optionally add a description for the Group.
  3. &#x20;To select the status for the Group, click on the Choose group status menu.

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

* The Group status can be selected as Active or Inactive.

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

* To create a privilege for the group, click \[+ Privilege] under the Privileges section.

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

* To select privileges for the Group, click on the drop-down menu.

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

* Select an option.

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

* When the area of privilege is selected, it displays additional options relevant to the selection. \
  \
  For example, when the user selects "Account billing", additional options View, Export, and Payment display. \
  Select relevant options to define access rights for the group for the selected feature.

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

* To save the Group, click the \[Save] button.

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


---

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