> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/documentation/zh/collaboration/comments.md).

# 评论

评论让你可以围绕特定内容提供反馈——而无需离开 GitBook 的上下文。

### 添加评论 <a href="#comment-within-your-content" id="comment-within-your-content"></a>

你可以通过点击 **评论** 按钮 <picture><source srcset="/files/pDeFaKnBm2RYQrk7saJ9" media="(prefers-color-scheme: dark)"><img src="/files/19760fcb24094cf5603a1aabf16adc632573af9e" alt="The Comments button icon in GitBook"></picture> 在 [章节标题](/docs/documentation/zh/zi-yuan/gitbook-ui.md#space-header).

在此添加评论会将评论附加到整个页面。你也可以将鼠标悬停在某个区块上，然后点击右侧出现的内容图标，对特定区块发表评论。

你可以通过输入 `@` 符号，然后输入他们的名字。

{% hint style="info" %}
访客可以发表评论，但无法查看或提及组织中的其他用户。
{% endhint %}

### 评论线程

你可以回复任何评论，与队友开启对话，将其转化为讨论线程。

你也可以通过点击你想回应的消息或线程上的表情按钮，为任何评论留下表情反应。

### 解决评论

如果你已经完成处理某个评论线程或想法，你可以 **解决** 随时解决一条评论。解决评论会将其在界面中隐藏，但仍可在该部分评论面板的“已解决”选项卡中访问。


---

# 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, and the optional `goal` query parameter:

```
GET https://gitbook.com/docs/documentation/zh/collaboration/comments.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
