# Sprints Mode

## What is a Sprints Mode

You can enable the Sprints Mode setting for your ProdCamp product workspace. It will let you work in iterations, assign features to a sprint, release features altogether. Features will have an additional State field that gives more project management functionality inside the app. You'll have an additional kanban board inside each sprint that can be used to quickly throw features between states and identify what feature to do next in the current sprint. Read the below sections to learn more.

## Enable the Sprint Mode

You can set the sprint mode ON for a product by going to the product details page and navigating there to the "Product Settings" tab

![](/files/-MUjzeiLANIO8gZyKDrX)

You'll see that there is a new menu option after you perform this action:

![](/files/-MUjzs9-xJ_FKQ-efa7L)

## Sprints Page

The Sprints page represents a page with a number of tabs. Each of them represents a sprint state.

![](/files/-MUk-9oEl-U_ct7fRdNb)

On the **Now** tab you'll see sprints that have the **Running** state.

The **Archived** tab contains Sprints that are already **Released** or **Cancelled**

The **Soon** represent sprints that are in a **Planned** state and have an **End Date** property set to a date that is closer than 2 months from the current moment.

On the **Future** tab, you'll see Sprints that are also **Planned** but with the **End Date** set more than 2 months away from now.

Let's go to the Sprint details

## Sprint Details Page

The Sprint details page is a kanban board with some additional Sprint controls on the top toolbar

![](/files/-MUk0nk4FgIWFxdGEYUC)

You can drag a feature from **To Do** column to the **In Progress** column and its **State** will change to **In Development** (note: this is not related to the public roadmap placement of the feature, it's described [here](/roadmaps/feature-placement-on-the-public-roadmap.md)). Or to the **Done** column and its **State** will become **Ready To Ship**.


---

# 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/sprints-mode.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.
