# Burn Down Chart

This is a burn down chart that tracks the actual progress of your development tasks. When an item has a Definition Of Done status, you can see that the progress is going down point by point.

<figure><img src="http://aquawiki.andagon.com/pictures/drex_burn_down_chart_rich_client_custom.png" alt=""><figcaption></figcaption></figure>

The green line is the optimal line giving you an overview if your progress (the blue line) is just in time.


---

# 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.aqua-cloud.io/documentation/desktop-client/agile-board/burn-down-chart.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.
