# Sprint Releases

Sprints are released together with all the features that are attached to them. You can read more about changes to those features [here](/features/feature-releases.md). It will also notify all the feature subscribers about new updates via email.

## How to release a sprint

Go to the **Sprints** section and find a sprint that you want to release. Press the button in the **Status** column.

![](/files/-MQr9dfkom51WQcrT6DB)

Choose the "**Done**" option from the dropdown list

![](/files/-MQrAh4BzXLeuq3D1KUC)

You will be prompted to confirm the release. Just press the "**Confirm**" button and it's done!

![](/files/-MQrAp67gQAWvxYJMElW)

Read more about [how features depend on sprints](/features/features-and-sprints-relation.md)


---

# 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://help.prodcamp.com/sprints/sprint-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.
