> 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.md).

# Tutorials

Task-based guides for common AppControl workflows.

Use these tutorials when you know the job you need to complete.

### Browse by area

* [Policies](/overview/tutorials/policies.md) — Configure standards, review failures, and measure improvement.
* [Releases](/overview/tutorials/releases.md) — Build release flows and run releases with confidence.
* [Tasks](/overview/tutorials/tasks.md) — Create recurring work and track completion.
* [Insights](/overview/tutorials/insights.md) — Find trends, risk hotspots, and governance signals.
* [Administration](/overview/tutorials/administration.md) — Set up access, delegation, and operating structure.

### Start by role

* **Platform Administrator:** [Configure a global policy](/overview/tutorials/policies/configure-a-global-policy.md), [Create an app group](/overview/tutorials/administration/create-an-app-group.md), [Create a user group](/overview/tutorials/administration/create-a-user-group.md)
* **Group Administrator:** [Create a group policy](/overview/tutorials/policies/create-a-group-policy.md), [Manage group members](/overview/tutorials/administration/manage-group-members.md), [Create a group pipeline](/overview/tutorials/releases/create-a-group-pipeline.md)
* **App Owner:** [Review policy compliance](/overview/tutorials/policies/review-policy-compliance.md), [Create a release](/overview/tutorials/releases/create-a-release.md), [Review governance readiness](/overview/tutorials/insights/review-governance-readiness.md)
* **App Administrator:** [Create a release](/overview/tutorials/releases/create-a-release.md), [Work with assigned tasks](/overview/tutorials/tasks/work-with-assigned-tasks.md), [Find outdated components](/overview/tutorials/insights/find-outdated-components.md)
* **Developer:** [Review policy compliance](/overview/tutorials/policies/review-policy-compliance.md), [Create a release](/overview/tutorials/releases/create-a-release.md), [Work with assigned tasks](/overview/tutorials/tasks/work-with-assigned-tasks.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.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.
