# Group settings

## Managing Group Settings

Each group's settings can be managed individually. What settings you have access to depend on your [role in the group](#role-based-group-settings-permissions) (admin vs member).

To open the **Group Settings** details, simply click the **Group name** at the top of the screen when the Group is open in your app. This will open a modal with options to view **members**, **notifications**, and— if you're an admin— **apps** and **settings** for that Group.

Alternatively, you can click the **ellipsis (⋯)** in the upper-right corner of the screen. This opens a dropdown menu with the same options mentioned above, and clicking on them will open the modal.

<figure><img src="/files/StX95SwoSVG3DKuRzdE3" alt="" width="375"><figcaption><p>Admin view of Group Settings modal</p></figcaption></figure>

<figure><img src="/files/awV1e7RDmBlUJQCb1BX7" alt="" width="375"><figcaption><p>Non-admin view of Group Settings modal</p></figcaption></figure>

## Role-based group settings permissions

What you can modify depends on whether or not you are an admin who is a member of the group (either group admin or a workspace admin), or a group member.

| Permission                                                                                                                           | Workspace Admins | Admins in the Group | Group Members |
| ------------------------------------------------------------------------------------------------------------------------------------ | ---------------- | ------------------- | ------------- |
| Update the group description                                                                                                         | ✅                | ✅                   | ✅             |
| Update the group name and emoji                                                                                                      | ✅                | ✅                   | ✅             |
| Change the workspace the group belongs to                                                                                            | ✅                | ✅                   |               |
| Change [**group access**](/groups/group-settings/admin-settings-for-groups.md#group-access) (open vs closed)                         | ✅                | ✅                   |               |
| Manage [**who can reply**](/groups/group-settings/admin-settings-for-groups.md#group-replies) in the group (everyone vs admins only) | ✅                | ✅                   |               |
| See and search for group members                                                                                                     | ✅                | ✅                   | ✅             |
| Add and remove group members                                                                                                         | ✅                | ✅                   |               |
| Edit role permissions for group members                                                                                              | ✅                | ✅                   |               |
| Manage app integrations                                                                                                              | ✅                | ✅                   |               |
| Adjust your individual [**notification settings** for that group](/groups/group-settings/group-notification-settings.md)             | ✅                | ✅                   | ✅             |
| Leave the group                                                                                                                      | ✅                | ✅                   | ✅             |
| Archive the group for everyone                                                                                                       | ✅                | ✅                   |               |
| Delete the group                                                                                                                     | ✅                | ✅                   |               |

Find more information on the following pages:

{% content-ref url="/pages/ry56thjHnTK6z9lvqxZy" %}
[Admin settings for groups](/groups/group-settings/admin-settings-for-groups.md)
{% endcontent-ref %}

{% content-ref url="/pages/2wwNAErxwsqv6qHPmZ4S" %}
[Group notification settings](/groups/group-settings/group-notification-settings.md)
{% endcontent-ref %}


---

# 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.glue.ai/groups/group-settings.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.
