# Groups

**Accessing Groups:**

To access groups in our application, follow these steps:

1. **Navigating to the Groups Section:**
   * Log in to the admin panel using your credentials.
   * Look for the "Manage Groups" tab in the menu bar or navigation panel.
   * Click on the "Manage Groups" tab to access the groups section.

     <figure><img src="/files/kHkeQbSdxTzxLXBrbw3Q" alt=""><figcaption></figcaption></figure>
2. **Viewing Groups:**
   * Upon accessing the groups section, you will be presented with a list of groups registered in the system.
   * The list may include group details such as its name, description, and user count.

     <figure><img src="/files/0RodtrOrmkgIiqaCqv81" alt=""><figcaption></figcaption></figure>
3. **Filtering Groups:**
   * Use the search option to narrow down the list of groups if necessary.
4. **Viewing Group Details:**
   * Click on the group to view detailed information in the group editing panel.
   * These details include group name, description, and agents and users assigned to the group.

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

#### Additional Information:

* **Company Admin Privileges**: Please note that only users with company admin privileges can access the admin panel and manage groups.


---

# 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.aicrisk.com/admin/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.
