# Releases

The releases dashboard provides an overview of all running and completed releases for the apps that you have access to, and shows the current state of all releases (= the execution of a pipeline). From the dashboard you can also create a new release.&#x20;

To create a new release click on '[new release](/dashboards/releases/manage.md)' and select the app and pipeline that you want to execute.  The 'Draft' tab shows releases that have been created but have not yet been run.

To view the details of a running or completed release click on a release from the overview. To cancel a release open the release and click on 'cancel'.

Releases that are scheduled for one-time execution in the future, recuring releases (DAILY / WEEKLY), or on-commite pipelines can be viewed and cancelled from the 'Scheduled' tab.

The status of scheduled or running releases is updated every 15 seconds.

{% hint style="info" %}
From the 'Completed' tab it is possible to export a list of all completed releases to an Excel spreadsheet. Note that some columns are hidden by default (E.g. Approver) and need to be unhidden if you want them to appear in the exported spreadsheet.
{% endhint %}


---

# Agent Instructions: 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/dashboards/releases.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.
