# Create Sprint

There are 2 ways how to create a sprint:\
A. Go to the Sprints section on the main menu and click "New Sprint".

![](/files/-MQ2bA__BiAykBKkOdLi)

B. Go to the Features section, check features that you want to add to a sprint and click on the running man.

![](/files/-MQ2bNJ6SiFF-Hq-hqq9)

When creating a sprint, provide the following data:\
1\. Sprint Name\
2\. Sprint Description (optional)\
3\. Sprint Start Date\
4\. Sprint End Date\
5\. Sprint Status

Sprints are important to display relevant information on your current progress and not to mislead your customers.<br>

If you want to know how sprints' properties affect features' placement at the public roadmap, please check [here](/roadmaps/public-roadmap.md#feature-placement-on-the-public-page).


---

# 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.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.
