# Start & Close a Sprint

**Start Sprint -** Starting a sprint allows teams to define goals, plan work, and allocate tasks. It ensures alignment between stakeholders and developers on the sprint scope, expected deliverables, and priorities.

**Close Sprint -** Closing a sprint helps assess completed work, identify blockers, and gather feedback. It includes sprint review and retrospective meetings, enabling teams to improve processes and enhance productivity for future sprints.

**Viewing Sprints Under a Release**

To view all sprints associated with a release:

1. Click the accordion icon next to the release.

<figure><img src="/files/FIIW3FV9ap9dhijyZ7qz" alt=""><figcaption></figcaption></figure>

2. All associated sprints will be displayed.

<figure><img src="/files/NAsqa4yqdpjA5pIB0IPO" alt=""><figcaption></figcaption></figure>

#### Starting a Sprint

1. Click the "View Details" icon next to a sprint to modify details.

<figure><img src="/files/uTCu9eAp0ZmVCSsXUbYV" alt=""><figcaption></figcaption></figure>

2. Click "Start Sprint" on the sprint details page.

<figure><img src="/files/KqvM591aOvpOZyqpiR8X" alt=""><figcaption></figcaption></figure>

3. Confirm the action.

{% hint style="info" %}
***Note**: Starting a sprint will also start its associated release. The release will automatically stop once all its sprints are closed.*
{% endhint %}

#### Closing a Sprint

To close a sprint:

1. Open the sprint details by clicking "View Details".
2. Click "Close Sprint" and confirm the action.

<figure><img src="/files/PLgqtQueGOcTAIjTGRSr" alt=""><figcaption></figcaption></figure>

### Using the Release Plan Module

You can also start a sprint from the Release Plan Module, which provides a visual representation of the release and sprint using a Gantt Chart.

#### Navigating to Release Plan

To manage sprints, navigate through the User Navigation Panel:

1. Click on Release Management.
2. Select Release Plan.

<figure><img src="/files/Us7er2ejmWYbGb8sT8M9" alt=""><figcaption></figcaption></figure>

* Hovering over the sprints displays details like:
  * Status (New, In Progress, Completed) – indicated by color.
  * Assigned Dates.

<figure><img src="/files/Rt3HQusT13H2oyl8Q1Lt" alt=""><figcaption></figcaption></figure>

* Click the "View Details" icon to open full sprint details, where you can start or close the sprint.

<figure><img src="/files/imeaO5Q6oNiBWkz98ej1" alt=""><figcaption></figcaption></figure>

* You can also start the sprint by clicking the green start icon.

<figure><img src="/files/PhxrdnxijwOSBpE0vHMy" alt=""><figcaption></figcaption></figure>


---

# 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://docs.simplifyqa.ai/release-and-sprints/start-and-close-a-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.
