> 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/policies/create-a-group-policy.md).

# Create a group policy

Use this tutorial to apply shared standards to one app group.

### Before you start

* You need the **Group Administrator** role for the target group.
* The app group must already exist.
* Policy management must be enabled.

{% stepper %}
{% step %}

### Open the policy manager

Go to [Policies](/administration/policies.md).

Choose the group policy scope.
{% endstep %}

{% step %}

### Select the target group

Open the policy for the group you manage.

If the group does not have its own policy yet, create one first.
{% endstep %}

{% step %}

### Configure the group rules

Start from the inherited policy.

Add stricter rules only where the group needs them.

Keep mandatory global rules unchanged.
{% endstep %}

{% step %}

### Save and validate

Apply the policy changes.

Then open [Dashboards → Policies](/dashboards/policies.md) and review apps from the group.
{% endstep %}
{% endstepper %}

### Next steps

* [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)
* [Review policy compliance](/overview/tutorials/policies/review-policy-compliance.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/policies/create-a-group-policy.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.
