# @univerjs/preset-sheets-thread-comment

> Language fallback: requested `zh-CN`; content is `en-US`.

- Human documentation: [https://docs.univer.ai/zh-CN/reference/packages/presets/univerjs/preset-sheets-thread-comment](https://docs.univer.ai/zh-CN/reference/packages/presets/univerjs/preset-sheets-thread-comment)

- Agent Markdown: [https://docs.univer.ai/zh-CN/reference/packages/presets/univerjs/preset-sheets-thread-comment.md](https://docs.univer.ai/zh-CN/reference/packages/presets/univerjs/preset-sheets-thread-comment.md)

- Requested language: `zh-CN`

- Content language: `en-US`

- Documentation version: `1.0.0-rc.0`

- Source: [packages/presets/univerjs/preset-sheets-thread-comment.mdx](https://github.com/dream-num/documentation/blob/dev/content/reference/packages/presets/univerjs/preset-sheets-thread-comment.mdx)

---

```typescript
import { UniverSheetsThreadCommentPreset } from '@univerjs/preset-sheets-thread-comment'

createUniver({
  presets: [
    UniverSheetsThreadCommentPreset(),
  ],
})
```

The preset registers the shared thread-comment UI, the Sheets comment model, and the Sheets comment UI in that order. The result adds cell comments, comment rendering, menus, and the shared comment panel.

The preset currently has no configuration options. Collaboration persistence is configured separately with `@univerjs-pro/thread-comment-datasource`.
