---
llms_section: "Collaboration zh-CN"
llms_order: 1730
llms_summary: "当你需要用简体中文了解如何在上下文中 review 文件，并把反馈锚定到特定行、row、region 或 moment 时阅读。"
---

# Comments on files

Comment 是锚定到文件中特定位置的 thread reply。它像其他消息一样存在于文件线程中，并且指向它所讨论的确切 section、lines、region 或 moment。

## 什么时候使用 comments

- Review 文档、dataset 或 web page，而不用离开对话
- 把队友指向你所说的确切 line、row 或 region
- 把关于文件的反馈保留在文件自己的线程里，而不是散落在多条消息中

## 在文件上评论

1. 从消息中打开文件。
2. 点击 top bar 中的 **Comment**。Comments panel 会打开。
3. 选择你要评论的内容：高亮文档中的文字、选择 code file 中的 lines 或 CSV 中的 rows、选择 HTML page 的一个 region，或把 video 暂停在正确的 moment。
4. 写下 comment 并发送。它会发布到文件线程中，并锚定到你的选择。

![文件预览打开了 Comment panel，composer 中有一条 anchored comment](../../../../features/collaboration/comments/01-file-comments-panel-anchor.png)

## 可以评论什么

| File type | Comment anchors to |
| --- | --- |
| Markdown documents | 选中的 passage，并锚定到所在 section |
| Text and code files | 一行或多行 |
| CSV files | 一行或多行 |
| HTML files | rendered page 上的一个 region |
| Video | timeline 上的一个 moment |

PDF 和 image files 还不支持 anchored comments。

## Comments live in the thread

每条 comment 都是文件线程中的普通消息。在频道里，comment 旁边会显示一个 **re:** reference；点击 reference 可以跳回它所讨论的文件确切位置。

Replies、@mentions 和 notifications 与其他 thread message 一样工作。你需要是频道成员才能评论。

![线程中的 comment，显示 re: reference chip](../../../../features/collaboration/comments/02-thread-re-chip.png)
