# @univerjs-pro/boards-thread-comment

- Human documentation: [https://docs.univer.ai/reference/packages/plugins/univerjs-pro/boards-thread-comment](https://docs.univer.ai/reference/packages/plugins/univerjs-pro/boards-thread-comment)

- Agent Markdown: [https://docs.univer.ai/reference/packages/plugins/univerjs-pro/boards-thread-comment.md](https://docs.univer.ai/reference/packages/plugins/univerjs-pro/boards-thread-comment.md)

- Requested language: `en-US`

- Content language: `en-US`

- Documentation version: `1.0.0-rc.0`

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

---

Element- and position-anchored thread comments and Facade methods for Univer Boards.

```typescript
import { UniverBoardsThreadCommentPlugin } from '@univerjs-pro/boards-thread-comment'

import '@univerjs-pro/boards-thread-comment/facade'

univer.registerPlugin(UniverBoardsThreadCommentPlugin)

const board = univerAPI.getActiveBoard()
await board?.createPositionCommentAsync({ x: 320, y: 180 }, 'Review this area.')
```

`FBoard` also exposes element-comment creation and local/synchronized comment queries.

## Entry Points

* Facade: `@univerjs-pro/boards-thread-comment/facade`
