> 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/review-policy-compliance.md).

# Review policy compliance

Use this tutorial to find failed checks and decide what to fix next.

### Before you start

* You need access to the target app.
* The app revision must already be checked.

{% stepper %}
{% step %}

### Open the policy dashboard

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

Select the environment type you want to review.
{% endstep %}

{% step %}

### Open the app results

Choose the app row from the overview.

This opens the [Policy Viewer](/dashboards/policies/policy-viewer.md).
{% endstep %}

{% step %}

### Review the failed checks

Start with the policy overview and failed result counts.

Then inspect the failed check results in detail.

Focus first on high-risk issues.
{% endstep %}

{% step %}

### Decide the next action

Fix the issue in the app when the result is valid.

If a result is intentionally accepted, manage it as an accepted risk.

Use [Compare Revisions](/dashboards/policies/compare-revisions.md) to confirm improvements after a change.
{% endstep %}
{% endstepper %}

### Next steps

* [Compare policy results between revisions](/overview/tutorials/policies/compare-policy-results-between-revisions.md)
* [Create a release](/overview/tutorials/releases/create-a-release.md)
* [Review governance readiness](/overview/tutorials/insights/review-governance-readiness.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/review-policy-compliance.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.
