# Sprint Backlog

The Product Backlog items chosen for the current Sprint are included in the Sprint Backlog, along with strategies for delivering product increments to meet Sprint objectives. The sprint backlog represents the development team's expectations for the functions that will be delivered in the upcoming increment and the effort that will be needed to do so.

<figure><img src="https://i.postimg.cc/VNRRf8Sx/sprintbacklog2.png" alt=""><figcaption></figcaption></figure>

What the development team must do to turn the Product Backlog Items into "done" increments is specified in the Sprint Backlog. The work needed by the development team to complete the sprint goals is made clear by the sprint backlog. The Sprint Backlog is a detailed enough plan to enable daily meetings to comprehend changes in progress. As the development team follows the plan and gains more insight into the work required to meet the Sprint goals, the Sprint Backlog will gradually start to take shape. The development team will make changes to the Sprint Backlog during the Sprint.

<figure><img src="https://i.postimg.cc/2Sxvvxzv/sprintbacklog.png" alt=""><figcaption></figcaption></figure>

### Who decides and owns the sprint backlog?

On the first day of the sprint, at the Sprint Planning meeting, the sprint backlog is determined. The development team must add any new tasks to the Sprint to-do list as soon as they are discovered. The anticipated remaining workload for each job must be updated when tasks progress or are finished. A component of the plan may be eliminated if it no longer serves the purpose of development. Only the **development team** has the ability to change the Sprint Backlog. It is a live representation of the team's ambitions to finish work during the current Sprint.

###


---

# 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://aeudoc.gitbook.io/compliance/application-development/sprint-planning/sprint-backlog.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.
