# Tracking the progress

Checkout the fill of the bars that can indicate the progress of the tasks/subtasks that the bar represents.&#x20;

<figure><img src="/files/mRGztpXXS7qEw1dmL6N6" alt=""><figcaption><p><em>Image 1: Bar fill indicates the progress in the xViz Gantt Chart</em></p></figcaption></figure>

### **Steps to showcase Progress:**

Simply add a column of Progress value (range 0 - 100) in the **'Progress' data field**. <br>

<figure><img src="/files/mDdyjMHpuAJLwGNiWJCL" alt=""><figcaption><p><em>Image 2: Populate Progress field</em></p></figcaption></figure>

{% hint style="success" %}
Values like Progress for Parent bars are internally calculated in the visual using the information of the child bars. Refer the attached document link for understanding the calculations - [Parent Level Calculation](/project-management/parent-level-calculations.md)
{% endhint %}


---

# 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.xviz.com/project-management/progress/tracking-the-progress.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.
