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

# Adding a New Group

**Adding a New Group:**

To add a new group in our application, follow these steps:

1. **Accessing the Groups Section:**
   * Log in to the admin panel using your credentials.
   * Navigate to the "Manage Groups" tab in the menu bar.
   * Click on the "Add New Group" button. This action triggers the creation process.

     <figure><img src="/files/BAi6iHdMa0nWYGHwxFvA" alt=""><figcaption></figcaption></figure>
2. **Configuring Group Details:**

   * Upon clicking "Add New Group," a "Create New Group" panel will appear.
   * Provide a suitable name for the new group in the designated field.
   * Add a brief description to help identify the group's purpose or function.
   * If you have the GroupMember.Read.All Permission you can assign an entra id group
   *

   ```
   <figure><img src="/files/P7w8SBxKRakM6GWZw9rL" alt=""><figcaption></figcaption></figure>
   ```
3. **Adding Agents:**
   * To include agents in the group, locate the "Add Agents" section within the panel.
   * Select the agents you wish to associate with the group from the available list.
   * Once selected, confirm the addition by clicking on the appropriate agent.

     <figure><img src="/files/TWm6SmDR0vPzLUxrTgID" alt=""><figcaption></figcaption></figure>
4. **Assigning Users:**
   * In the "Add Users" section, specify the users who will have access to the group.
   * Once selected, confirm the addition by clicking on the appropriate user.

     <figure><img src="/files/Mf4Cf9BKkn9NZAeHtUiF" alt=""><figcaption></figcaption></figure>
5. **Finalizing Group Creation:**
   * Review all the details entered for accuracy.
   * Once satisfied, proceed to finalize the creation of the group by clicking save on the 'Create New Group' panel.
   * The new group will now be available for use with the assigned agents and users.

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

**Note:** Ensure that the group name, description, assigned agents, and users accurately reflect the intended configuration before finalizing the creation process.

#### Additional Information:

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


---

# 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.aicrisk.com/admin/groups/adding-a-new-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.
