# 6.2.2 Edit/update the task name

This feature allows users to view and modify the name of a task. This feature allows users to change task names according to their needs and preferences. It can also help improve project organization and clarity by ensuring tasks have clear and descriptive names. Users can easily update task names to reflect project requirements changes or provide more specific information about the task.

### Steps to Use:

* Select a **task from a project**. The **task modal page** opens.
* Click the **task name**, and an **edit box** will open.&#x20;
* Write the **correct** name.&#x20;
* Click the **tick** button. The task name will be updated.

<figure><img src="/files/ANC4ZcillZDwVNPzKl2E" alt=""><figcaption><p> task name edit or update</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.2-edit-update-the-task-name.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.
