# App Groups

Groups are an important part of how AppControl works. Groups are used to delegate the management of apps from the platform administrator to a group administrator. As the usage of Mendix grows in an organization, it is common that instead of a single central team being responsible for all Mendix development that responsibilities are delegated to separate groups.&#x20;

Groups can only be created by users with the Platform Administrator role. Once a group is created, has a group administrator assigned to it, and has apps assigned to it, its members can then be managed by the group administrator.

<details>

<summary>Apps</summary>

Groups contain apps. Apps can be assigned to only a single group. Assigning an app to a group makes it inherit any group policies, group scorecards, group tasks, or group pipelines.

Only users with the role Platform Administrator can manage the list of apps in a group.

</details>

<details>

<summary>Group Admins</summary>

Groups can have 1 or more group administrators. Group administrators can manage the list of group members, and they can manage all resources in AppControl that are assigned to the group (E.g. Group Policies, Group Scorecards, Group Task Libraries, Group Pipelines).

Only users with the Platform Administrator role can manage the list of group administrators. Note: When adding a user as a group administrator they automatically get the system role 'Group Administrator'.

</details>

<details>

<summary>Group Members</summary>

Group members van view the apps that are assigned to the groups that they are member of. Group membership is used only for app visibility in AppControl. When a user is added to a group they are automatically added too each app in the group with the App Member role.

Only users with the Group Administrator role and who are assigned as group administrator, or the Platform Administrator, can manage the list of group members for a group.

</details>

<details>

<summary>User Groups</summary>

As a Group Administrator you can create user groups for your App Group. This enables you to assign specific app roles to groups of users and groups of apps. See the [User Groups](#user-groups) page for more details.&#x20;

Note: When managing user groups for an app group, the apps are limited to apps that are part of the App Group you are managing. However, it is possible to add any user in AppControl to the user group, not just members of the current app group.

</details>


---

# 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.bluestorm.io/administration/app-groups.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.
