> For the complete documentation index, see [llms.txt](https://docs.quantumbyte.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quantumbyte.ai/components/canvas/roadmap.md).

# Roadmap

{% hint style="success" %}
Available in v3.1.0
{% endhint %}

The Roadmap provides a **visual timeline** of the steps needed to transform an idea into a working product. Once the Canvas is generated, the Roadmap automatically organizes actions in stages, allowing users to see how each task connects to broader objectives. Each milestone represents a meaningful phase of development, such as core platform setup, system integration, and contains a series of tasks labeled either as **AI Tasks** (handled automatically by the system) or **User Tasks** (requiring user input or **Human Developer**).

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

Every task requires an explicit action to move forward. For **AI Tasks**, users can initiate generation from the Roadmap; the system then executes the step and returns the result. For **User Tasks**, users can provide the required input or hand the item to a **Human Developer** when specialist work is needed. This keeps ownership clear and ensures that progress reflects deliberate decisions.

The Roadmap provides clear visibility into project status by displaying progress bars, completion percentages, and real-time indicators such as **In Progress**, **Blocked**, or **Backlog**. This allows users to track advancement at both the milestone and task level. Dependencies and exit criteria are clearly defined, helping users understand what must be completed before moving to the next phase. The Roadmap helps users maintain focus and accountability.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.quantumbyte.ai/components/canvas/roadmap.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
