# 评论

评论可让你围绕特定内容提供反馈——无需离开 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: 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://gitbook.com/docs/documentation/zh/collaboration/comments.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.
