> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/admin/user/user-group/what-is-a-user-group.md).

# What is a User Group?

**User Group** is designed to streamline user management and permission settings across the platform.

By creating user groups, administrators can efficiently manage permissions and access to various modules within the ERP system. This not only enhances security but also simplifies the process of assigning roles and permissions to multiple users at once.

### Key Benefits of User Group

* **Efficient User Management:** User groups simplify the process of managing user accounts and access permissions, reducing administrative overhead and ensuring consistency across the organization.
* **Enhanced Collaboration:** By grouping users with similar roles or responsibilities, user groups facilitate collaboration, knowledge sharing, and seamless communication among team members.
* **Streamlined Access Control:** With user groups, administrators can apply access controls and permissions at a group level, ensuring that users have the necessary privileges to perform their duties effectively.

### Creating a User Group

The process of creating a user group within an ERP system is straightforward. Here are the essential steps:

1. **Enter the User Group Name**: Choose a name that clearly identifies the group's purpose or the members within it. This could be departmental or role-based, such as "Accounting" or "Managers."
2. **Description**: Provide a brief description of the user group. This should highlight the group’s role or its members' duties within the ERP system.
3. **Select Users to Add**: Choose the individual users you wish to include in this group. This step is crucial as it determines who will inherit the permissions and access levels assigned to the group.


---

# 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.xorosoft.com/xoroerp-1/admin/user/user-group/what-is-a-user-group.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.
