> For the complete documentation index, see [llms.txt](https://docs.manyfast.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.manyfast.io/en/collaborate/comment.md).

# Comments (Beta)

Discuss each item in your Project with your team and manage revisions efficiently.

### 1. Writing comments and replies

In **\[Feature spec > Directory view]**, you can freely leave Comments on each detailed item.

* Leave a comment: Write in the comment input field below each item and click \[Submit].
* Reply: Hover over an existing comment to reveal the \[Reply] button at the bottom. Click it to continue the conversation.

### 2. Resolving and hiding comments

Hide resolved discussions from view to stay focused on your work.

* Resolve: Click the check (✓) icon on the right of a comment. The comment is marked as 'Resolved' and hidden from the screen.
* View again: Click \[Show resolved comments] at the top to re-examine or restore hidden comments at any time.

### 3. Editing and deleting comments

You can manage your comments at any time.

* Click the more (⋮) menu on the right of a comment to \[Edit] or \[Delete] it.

### 4. Viewing all comments (sidebar)

See every discussion across the entire Project at a glance — no need to check each item individually.

* Open all comments: Click the \[speech bubble icon] in the top-right corner.
* The comment sidebar appears on the right, where you can view the full history of every comment and reply in the Project.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.manyfast.io/en/collaborate/comment.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.
