# Feature Releases

## Release features with sprints

To release a feature (and make it available on the public roadmap "Released" section if it's publicly visible) you should [create a sprint](/sprints/sprint.md) and [add a feature to this sprint](/sprints/combining-features-to-a-sprint.md) or just attach it to an existing one.&#x20;

You can [release this sprint](/sprints/sprint-releases.md) and it will update all the features that were attached to it making them "**Shipped**" and will send an email about released updates to subscribed customers [closing the feedback loop](/feedback-loop/closing-feedback-loop.md)

## Release a single feature

We're currently working on a feature that will make it possible to release a single feature without the need to create sprints.

You can subscribe to this [feature on our public roadmap](https://roadmap.prodcamp.com/224) to receive updates on it.


---

# 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/features/feature-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.
