# Build

In this phase of delivering the product, we take what has been learned in Discovery and Prototyping, and we begin to build the digital product itself:

* [Inputs to Build](/the-convivio-cookbook/client-projects/build/inputs-to-build.md): What we need to ensure is in place in order to start this phase.
* [Backlog Management](/the-convivio-cookbook/client-projects/build/backlog-management.md): Gathering all the user needs, prioritising, and ensuring there is the right information.
* [Backlog Scouting](/the-convivio-cookbook/client-projects/build/backlog-scouting.md): Working ahead to ensure the&#x20;
* [Sprint Planning](/the-convivio-cookbook/client-projects/build/sprint-planning.md): Starting each sprint by taking the highest priority backlog items and planning how to deliver them.
* [Sprinting](/the-convivio-cookbook/client-projects/build/sprinting.md): The day to day work in a build sprint.
* [Sprint Review](/the-convivio-cookbook/client-projects/build/sprint-review.md): At the end of the sprint, reporting on what was done and demonstrating the thing.
* [Sprint Retrospective](/the-convivio-cookbook/client-projects/build/sprint-retrospective.md): Learning from the sprint, and looking to improve the way we work.

The Build phase is also known as 'Beta' in the public sector.


---

# 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://convivio.gitbook.io/the-convivio-cookbook/client-projects/build.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.
