# Phase Progress Bar

This feature in Onethread allows users to track and update the progress of the phase. It visually indicates how much of the phase has been completed and how much remains. Users can update the progress in real-time, enabling team members to stay informed of the phase's status.&#x20;

The progress bar can be set manually or automatically updated based on the completion of subtasks. This feature ensures that phases are completed on time and that team members know the progress.&#x20;

### Steps to Use:

* **When** you **select a phase** from a **project**, you'll be **directed** to the **phase modal page**, where you can **easily track** its **progress**.&#x20;
* The **phase progress tracker** is **located** **between** the **Project Name** and **Description**, making it easy to see and access.
* You'll **notice** an **On/Off button** on the **right corner** of the **tracker**.&#x20;

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

* **When** it's **turned On**, you can manually **provide** the task's **progress update**. However, if it's **turned Off**, the **task's progress** will be **calculated** based on completing **its subtasks**.
* If a **task has no subtasks**, its **progress** will **depend** on **manual input or the "mark as complete"** section.&#x20;
* Once **a task** has been **marked as complete**, its **progress bar** will **automatically** show **100%**, indicating that the task has been accomplished.

<figure><img src="/files/THcPC4kP4vAwG7kCx76H" alt=""><figcaption><p>Phase Progress Bar</p></figcaption></figure>


---

# 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.onethreadapp.com/6.-managing-items/6.1-phases/6.1.2-phase-modal-activity-page-manage/phase-progress-bar.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.
