> 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/tutorials/administration/create-an-app-group.md).

# Create an app group

Use this tutorial to delegate app management to a group administrator.

### Before you start

* You need the **Platform Administrator** role.
* You should know which apps belong together.
* You should know who will manage the group.

{% stepper %}
{% step %}

### Open app groups

Go to [Administration → App Groups](/administration/app-groups.md).
{% endstep %}

{% step %}

### Create the group

Add a new group.

Give it a clear name and description.
{% endstep %}

{% step %}

### Assign apps

Add the apps that belong to this group.

Remember that one app can belong to only one group.
{% endstep %}

{% step %}

### Assign group administrators

Add one or more group administrators.

They can then manage group members and group-level resources.
{% endstep %}
{% endstepper %}

### Next steps

* [Manage group members](/overview/tutorials/administration/manage-group-members.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)


---

# 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/tutorials/administration/create-an-app-group.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.
