> 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/releases/create-a-release.md).

# Create a release

Use this tutorial to prepare and run a release for one app.

### Before you start

* You need the **App Administrator** or **App Operator** app role.
* Release management must be enabled for the app.
* At least one pipeline must be available.

{% stepper %}
{% step %}

### Start a new release

Go to [Dashboards → Releases](/dashboards/releases.md).

Open [Create Release](/dashboards/releases/manage.md).
{% endstep %}

{% step %}

### Select the pipeline

Choose the app and the pipeline library.

Then select the pipeline you want to run.
{% endstep %}

{% step %}

### Configure the release

Set the target environment, branch, and revision.

Review scheduling, release notes, and version details.

If the pipeline allows it, choose an existing package or update to a newer revision.
{% endstep %}

{% step %}

### Submit and monitor

Start the release when the configuration is correct.

Track the status from the release page until it completes.
{% endstep %}
{% endstepper %}

### Next steps

* [Review policy compliance](/overview/tutorials/policies/review-policy-compliance.md)
* [Work with assigned tasks](/overview/tutorials/tasks/work-with-assigned-tasks.md)
* [Compare policy results between revisions](/overview/tutorials/policies/compare-policy-results-between-revisions.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/releases/create-a-release.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.
