> For the complete documentation index, see [llms.txt](https://docs.bluestorm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bluestorm.io/overview/getting-started/group-administrator.md).

# Group Administrator

AppControl supports Mendix group administrators to manage a delegated set of apps.

Before you start, a Platform Administrator must assign you to at least one app group. Your permissions only apply to the groups you manage. For role details, see [User Roles & Access](/overview/user-roles-and-access.md).

The following are useful features for your role:

* **App Groups.** Use [App Groups](/administration/app-groups.md) to manage group members and review the apps in your group.
* **User Groups.** Use [User Groups](/administration/user-groups.md) to assign app access across the apps in your group.
* **Policies.** Use [Policies](/administration/policies.md) to create group-specific standards when needed.
* **Pipelines.** Use [Pipelines](/administration/pipelines.md) to standardize releases for the apps in your group.
* **Tasks.** Use [Tasks](/administration/tasks.md) to manage recurring work across your group.

### Recommended tutorials

Start with the workflows that keep your group secure and moving.

* [Manage group members](/overview/tutorials/administration/manage-group-members.md)
* [Assign app access with a user group](/overview/tutorials/administration/assign-app-access-with-a-user-group.md)
* [Create a group policy](/overview/tutorials/policies/create-a-group-policy.md)
* [Create a group pipeline](/overview/tutorials/releases/create-a-group-pipeline.md)
* [Create and assign a group task](/overview/tutorials/tasks/create-and-assign-a-group-task.md)


---

# 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:

```
GET https://docs.bluestorm.io/overview/getting-started/group-administrator.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.
