> For the complete documentation index, see [llms.txt](https://docs.engagevr.io/enterprise/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.engagevr.io/enterprise/enterprise-admin-portal/managing-groups.md).

# Groups

* To view the groups and subgroups that you have access to, log in to the Enterprise Admin Portal, and then select **Groups**.

{% hint style="info" %}
If you're a member of a large number of groups, you can use the basic or advanced search to find a specific group. For more information, see [Search bar](/enterprise/enterprise-admin-portal/user-interface/search-bar.md).
{% endhint %}

<figure><img src="/files/1DClpX4nrxf7koijAE7U" alt=""><figcaption><p>Enterprise Admin Portal Groups page</p></figcaption></figure>

On the **Groups** page, there are three actions that you can perform in relation to a group. These actions are described in the following table:

<table><thead><tr><th width="165.33333333333331">Icon</th><th width="153">Action</th><th>Description</th></tr></thead><tbody><tr><td><img src="/files/N8ESoR7ub6MLIarCCXGF" alt=""></td><td>View</td><td>Select the name or <strong>View</strong> icon for a group to view the group page. For more information, see <a data-mention href="/pages/qE1xAqljoz3GiAJIIccP">/pages/qE1xAqljoz3GiAJIIccP</a><em>.</em></td></tr><tr><td><img src="/files/CiggeZHNFQhYYhN3NwXq" alt=""></td><td>Edit</td><td>Select the <strong>Edit</strong> icon to edit the details and settings for a group. When you edit a group, you can change the settings identified as editable in <a data-mention href="/pages/qE1xAqljoz3GiAJIIccP#details">/pages/qE1xAqljoz3GiAJIIccP#details</a> and <a data-mention href="/pages/qE1xAqljoz3GiAJIIccP#settings">/pages/qE1xAqljoz3GiAJIIccP#settings</a>.</td></tr><tr><td><img src="/files/KesaTrfVg5zVIHP2SK42" alt=""></td><td>Delete</td><td>Select the <strong>Delete</strong> icon to delete a group. You can delete subgroups, but you can’t delete top-level groups.</td></tr></tbody></table>

If an icon isn’t displayed for a group, you don’t have the permission required to perform that action.

<figure><img src="/files/eXiaCfAGfPKADe7AZGHU" alt=""><figcaption><p>Group action icons</p></figcaption></figure>


---

# 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.engagevr.io/enterprise/enterprise-admin-portal/managing-groups.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.
