# Comment on a Phase

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

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

### Steps to Use

* **Select** any **phase** in a **project** and **open** the **phase 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 phase 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.

<figure><img src="/files/0d2jvZqU0Al10VkQri6j" alt=""><figcaption><p>Commenting on a Phase</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/feedback-loop-for-a-phase/comment-on-a-phase.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.
