> For the complete documentation index, see [llms.txt](https://docs.engagevr.io/engage/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/engage/web-manager/managing-your-group-membership.md).

# Managing your group membership

All users can view and manage their group membership on the Groups page in the web manager. This includes accepting or rejecting invitations to join groups.

{% hint style="info" %}
Each group is associated with a specific Enterprise account. For example, the ability to view a list of a group's Sessions, create persistent Sessions, and access a group's custom IFX all require membership of an Enterprise group.
{% endhint %}

To view a list of groups of which you are a member, complete the following steps:

1. Go to [https://app.engagevr.io/](https://app.engagevr.io), and then log in.
2. From the side menu, select **Groups**.
3. On the **GROUPS** page, select the **Memberships** tab.

## Leaving a group

* To leave a group, select **LEAVE** in the group’s pane on the **Memberships** tab.

{% hint style="info" %}
You can’t leave a group if you’re the only member that's assigned the Owner role.
{% endhint %}

## Setting your default group

* Your default group is indicated by the text **Default group**. To set a different group as your default group, select **SET DEFAULT** in the group’s pane on the **Memberships** tab.

![](/files/Ft2tqFuzUf2tFFzajeDF)

## Managing your invitations

* To view a list of active invitations, select the **Invitations** tab on the **GROUPS** page.

To accept or reject an invitation, complete the following steps:

{% hint style="warning" %}
When you join a group, new settings and restrictions may take effect. For example, if you join a group that has single sign-on (SSO) turned on, you may need to use their chosen SSO authentication provider to log in.
{% endhint %}

1. Select **VIEW** for the invitation.
2. On the invitation information page, select either **ACCEPT INVITATION** or **DECLINE**.

After you accept or decline the invitation, it’s removed from the list of invitations. If you accept the invitation, the group appears on the **Memberships** tab.


---

# 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/engage/web-manager/managing-your-group-membership.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.
