# View Group

This page will display information on the group you selected from the actions on the [Groups](/user-documentation/identity/administration/groups.md) page.

## Page Actions

This list is predominately the same as the list found on the [Groups](/user-documentation/identity/administration/groups.md) page. See that list for more information.

## Group Quick View

* Group Name: This is a click-to-copy field to allow you to see the name of the selected group
* Group Id: This is a click-to-copy field to allow you to see the id of the selected group
* Created The relative time since the group's creation
* View in Entra: This will launch the Entra ID portal to the selected group. NOTE: To view the Entra ID portal, your user account - not the CIPP service account - will need rights through either direct assignment if the partner tenant or GDAP if a client tenant.

## Group Details

This section will list basic information about the group.&#x20;

## Members

This card will allow you to view a group's members. This includes a "View User" action that allows you to jump to [View Individual User](/user-documentation/identity/administration/users/user.md) for the selected user.

## Owners

This card will allow you to view a group's owners. This includes a "View User" action that allows you to jump to [View Individual User](/user-documentation/identity/administration/users/user.md) for the selected user.

## Membership

This card allows you to view the groups this group is a member of.


---

# 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.cipp.app/user-documentation/identity/administration/groups/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.
