# Deleting a Group

**Deleting a Group:**

To delete a group in our application, follow these steps:

1. **Accessing the Group Edit Panel:**
   * Log in to the admin panel using your credentials.
   * Navigate to the "Manage Groups" tab in the menu bar.
   * Click on the group from in which you want to delete. This action opens the group edit panel.

     <figure><img src="/files/TsP4EunGqyUnSyPCn8uf" alt=""><figcaption></figcaption></figure>
2. **Navigating to Group Edit Panel:**
   * Upon clicking the group name, you will be directed to the group edit panel.
   * This panel displays the details and settings associated with the selected group.

     <figure><img src="/files/aOxKvZRaY8v3xSxPdpmj" alt=""><figcaption></figcaption></figure>
3. **Initiating Deletion Process:**
   * Scroll down to the bottom of the group edit panel.
   * Locate the "Delete Group" option or button.

     <figure><img src="/files/z82QxRbi0qnBGtbAU4Pi" alt=""><figcaption></figcaption></figure>
4. **Confirming Deletion:**
   * Click on the "Delete Group" button. A confirmation dialog may appear to ensure you intend to proceed with the deletion.
   * Confirm the deletion action if prompted.
5. **Finalizing Deletion:**
   * After confirming, the group will be scheduled for deletion.
   * Once deleted, the group and all associated settings will be permanently removed from the system.

**Note:** Ensure that you have selected the correct group for deletion, as this action is irreversible and may impact associated agents and users' access permissions.

#### 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/deleting-a-group.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.
