> For the complete documentation index, see [llms.txt](https://docs.platform.softwareone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform.softwareone.com/modules-and-features/settings/groups/view-groups.md).

# View groups

This topic describes how to view a list of groups you have created, as well as details about a specific group.

### View a list of groups

To view a list of groups:

1. Go to **Settings** > **Groups**.
2. View the list of groups displayed on the page.
3. Review information such as the group name, the total number of users it contains, buyers visible to the group members, and more.&#x20;

{% hint style="info" %}
Buyer visibility is managed by administrators. For more information, see [Restrict groups to certain buyers](/modules-and-features/settings/groups/restrict-group-to-certain-buyers.md).
{% endhint %}

<div data-with-frame="true"><figure><img src="/files/4frjT7hZAauoggt3HxI8" alt=""><figcaption><p>Use the Groups page to view and manage groups.</p></figcaption></figure></div>

### Open group details <a href="#subscription-details" id="subscription-details"></a>

On the group details page, you can view detailed information for your selected group.

To view group details:

1. Go to **Settings** > **Groups**.
2. Select the group you want to view. The group details page opens.
3. Use the tabs to access different types of information:

<table><thead><tr><th width="169">Tab</th><th>Description</th></tr></thead><tbody><tr><td><strong>General</strong></td><td>Shows the group description. </td></tr><tr><td><strong>Modules</strong></td><td>Shows the modules enabled for the group.</td></tr><tr><td><strong>Buyers</strong></td><td>Shows buyers enabled for the group.</td></tr><tr><td><strong>Users</strong></td><td>Displays all users within this group.</td></tr><tr><td><strong>Details</strong></td><td>Shows the event history and additional details for the group.</td></tr><tr><td><strong>Audit trail</strong></td><td>Shows an <a href="/pages/JDfWpNZKSOWvWaQjaRbq">audit trail</a> for the group.</td></tr></tbody></table>


---

# 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.platform.softwareone.com/modules-and-features/settings/groups/view-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.
