# Groups

The **Groups** menu is the essential tool for organizing your users and simplifying the application of access rules to Agents and Workspaces. Instead of managing permissions per individual user, you manage them by Group.

<figure><img src="/files/avvG7gBnBh0MhF7OX88H" alt=""><figcaption></figcaption></figure>

#### Overview

The main table displays all Groups registered in your organization (Ex: Sales, Executive Board, Finance, HR).

#### How to Create and Manage a Group

#### 1. Creating a New Group

* Click the **Create** button in the upper-right corner.
* Define the **Group Name** (Ex: Marketing, Admin, Finance).

<figure><img src="/files/ZLU024Ok8EdpHYgcVLFe" alt=""><figcaption></figcaption></figure>

#### 2. Managing Relationships (Permissions)

By clicking the actions button (...) next to a Group, you access the **Relationships** menu. This is the fundamental step to assign the Group’s permissions:

<figure><img src="/files/OSi2Vib85AHu2l3duQZT" alt=""><figcaption></figcaption></figure>

* **Users:** Link the Users in your organization to this Group. All Group members will inherit the same access permissions.
* **Agents:** Define which Agents (AI assistants) the members of this Group will have permission to view and interact with in the chat portal.
* **Workspaces:** Define which Workspaces (logical organization) the Group can access.

{% hint style="info" %}

### Importance of Hierarchy

Security in Power Omni is based on: **User → Belongs to a GROUP → Has access to AGENTS and Workspaces.**

Using Groups simplifies compliance and makes auditing easier in the **View Permissions** section.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.poweromni.ai/en/administration-and-configuration/groups.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
