> 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/configure-a-global-policy.md).

# Configure a global policy

Use this tutorial to define standards that apply across all apps.

### Before you start

* You need the **Platform Administrator** role.
* Policy management must be enabled.
* You should know which checks must be mandatory.

{% stepper %}
{% step %}

### Open the policy manager

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

Start from the global policy.
{% endstep %}

{% step %}

### Review the policy scope

Confirm you are editing the policy that applies to all apps.

Use the app policy rules for platform-wide technical standards.

Use the data policy rules for classification and role checks.
{% endstep %}

{% step %}

### Update the rules

Enable the checks you want to enforce.

Adjust settings such as minimum versions or standards where needed.

Mark checks as mandatory when lower-level policies must not override them.
{% endstep %}

{% step %}

### Apply the policy changes

Save the policy after you finish the updates.

The policy version increases when you change the policy.
{% endstep %}

{% step %}

### Verify the outcome

Open [Dashboards → Policies](/dashboards/policies.md).

Review a few apps to confirm the new policy is active.

Open the [Policy Viewer](/dashboards/policies/policy-viewer.md) for details.
{% endstep %}
{% endstepper %}

### Next steps

* [Create an app group](/overview/tutorials/administration/create-an-app-group.md)
* [Create a user group](/overview/tutorials/administration/create-a-user-group.md)
* [Find apps using older Mendix versions](/overview/tutorials/insights/find-apps-using-older-mendix-versions.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, and the optional `goal` query parameter:

```
GET https://docs.bluestorm.io/overview/tutorials/policies/configure-a-global-policy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
