# Features and Sprints relation

{% hint style="info" %}
This is relevant to you only if you're using Sprints.
{% endhint %}

If a feature is not assigned to any **Sprint**, it will be placed in the **Backlog**. When a feature is in the Backlog - it's considered non-prioritized and you can prioritize it on the [**Prioritization page**](/prioritization/matrix.md)**.**

If a feature was set to be publicly visible - it will become available on the public roadmap. Depending on the assigned sprint it will either be located on the "Roadmap" or the "Backlog" pages of the public roadmap. Read more about it [here](/roadmaps/feature-placement-on-the-public-roadmap.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/features/features-and-sprints-relation.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.
