> For the complete documentation index, see [llms.txt](https://help.meltingspot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.meltingspot.io/english/spot-content/learning-paths/access-the-learning-paths-settings/manage-guest-groups.md).

# Manage guest groups

From the `Groups` page in your Learning Path settings, you can view all the groups that have been invited to your Learning Path. For each group, you can see:

* The number of members in the group
* The selected email notification setting, which tells you whether members of this group will receive email notification of the invitation to this learning path.
* The selected in-app notification setting, which tells you whether members of this group will receive notification in-app of the invitation to this learning path.
* The number of members in the `Invited` status
* The number of members in the `Started` status
* The number of members in the `Completed` status
* The number of members in the `Unenrolled` status

<figure><img src="/files/OV0ggNCjkGrZq1aBjc5H" alt=""><figcaption></figcaption></figure>

At the top right of each group card, you’ll find a menu that allows you to:

* Update the email notification setting. This change will apply only to future group members.
* Update the in-app notification setting. This change will apply only to future group members.
* Unlink the group from the Learning Path.

You’ll also find an `Add groups` button at the top right of the page, which opens the group invitation side panel.

{% hint style="danger" %}
If you remove a group from a Learning Path:

* Current members of the group will be unenrolled from the Learning Path, unless they are still associated with it through another group.
* Future members added to that group will not be invited to the Learning Path.
  {% endhint %}

{% hint style="info" %}
To learn more about how groups work in your Spot, take a look [here](/english/manage-spot/audience/groups.md).
{% endhint %}


---

# 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://help.meltingspot.io/english/spot-content/learning-paths/access-the-learning-paths-settings/manage-guest-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.
