> 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/xie-zuo/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/can-kao/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/xie-zuo/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.
