# 6.2.5.1 Change Task Status

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

### Steps to Change Task Status:

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

<figure><img src="/files/9Mp0UF3ZBhcHbvhxrIuS" alt=""><figcaption><p>Changing Task 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.3-tasks/6.3.2-task-modal-activity-page-manage/6.2.5-task-status/6.2.5.1-change-task-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.
