# Change Phase Status

This feature allows users to update the status of a phase from its current state to another state. Changing the phase status helps team members stay updated on the progress of a phase, and it can help identify phases that require urgent attention.&#x20;

### Steps to Change Task Status:

* Select a **phase**. The **phase modal page** opens.
* Click the **down arrow** in the **Item** **Priority section.** &#x20;
* A **list** of **Priorities** will open.
* **Choose** the **Priority** you want to **add**.&#x20;
* **Click** it. The status of the task will be changed.

<figure><img src="/files/XwuHjbwVQgKkfdW3R5Bf" alt=""><figcaption><p>Change Phase Status</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/change-phase-status.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.
