# Comment on a Task

This feature allows project teammates to add comments to a specific task within a project. Users can access the Feedback section of the task to provide feedback, ask questions, or share ideas related to the task. They can even submit tasks/subtasks for review.

Users can also tag other team members to notify them of the comment or mention specific parts of the task they are commenting on. Additionally, users can attach files or images to the comments section for further clarity.

### Steps to Use

* **Select** any **task** in a **project** and **open** the **task modal page**.
* **Go** to the **Feedback** section.&#x20;
* At the bottom of it, you will find a **description box** with various options. Write your **comment** or **feedback** on the task and **click** the **send** button.
* If you need to **mention someone**, write the "**@**" **symbol** followed by their **name**. This will **notify** them about your **comment** and ensure they can address any questions or concerns.&#x20;

<figure><img src="/files/NuOkbBGaweD199uehBRx" alt=""><figcaption><p>Commenting on a Task</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.19-feedback-loop-for-a-task/comment-on-a-task.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.
