# Removing a User

**Removing a User from a Group:**

To remove a user from 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 which you want to remove a user. This action opens the group edit panel.

     <figure><img src="/files/eOnQTfrWSbC5qHpCvx6n" alt=""><figcaption></figcaption></figure>
2. **Navigating to the Users Section:**
   * Scroll down within the group edit panel to find the "Users" section.
   * This section displays the users currently assigned to the group.

     <figure><img src="/files/uIE3guqBxaTxPWg3M2e2" alt=""><figcaption></figcaption></figure>
3. **Identifying the User to Remove:**
   * In the "Users" section, locate the user you wish to remove from the group.

     <figure><img src="/files/kpfM7RqOptbA2O9xZm73" alt=""><figcaption></figcaption></figure>
4. **Initiating User Removal:**
   * Next to the user's name, there should be an option or icon indicating removal or deletion.
   * Click on this option to initiate the removal process.

     <figure><img src="/files/mMSL8z4mh1Kf9ncMC3jS" alt=""><figcaption></figcaption></figure>
5. **Confirming User Removal:**
   * A confirmation prompt may appear to ensure you intend to remove the user from the group.
   * Review the confirmation message carefully.
6. **Finalizing User Removal:**
   * Confirm the removal action if prompted.
   * Once confirmed, the user will be removed from the group, revoking their access to any resources or permissions associated with that group.

**Note:** Removing a user from a group does not delete the user's account or profile from the system. It only removes their association with the specific group.

#### 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/removing-a-user.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.
