> 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/insights/review-governance-readiness.md).

# Review governance readiness

Use this tutorial to check whether an app is ready for governance review.

### Before you start

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

{% stepper %}
{% step %}

### Open the governance report

Go to [Insights](/dashboards/insights.md).

Open **Reports** and then [Governance](/dashboards/insights/reports/governance.md).
{% endstep %}

{% step %}

### Review the status tiles

Check the governance areas that show errors, warnings, or information.

Start with the areas that block audits or releases.
{% endstep %}

{% step %}

### Inspect the failed checks

Use the tables below the tiles to see which policy checks failed.

Open the related app or policy details when you need more context.
{% endstep %}

{% step %}

### Plan the remediation

Create tasks for manual follow-up.

Or use the failed checks to update standards, access, or release controls.
{% endstep %}
{% endstepper %}

### Next steps

* [Review policy compliance](/overview/tutorials/policies/review-policy-compliance.md)
* [Create and assign a group task](/overview/tutorials/tasks/create-and-assign-a-group-task.md)
* [Create a global pipeline](/overview/tutorials/releases/create-a-global-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/insights/review-governance-readiness.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.
