# @univerjs-pro/boards

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

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

- Requested language: `en-US`

- Content language: `en-US`

- Documentation version: `1.0.0-rc.0`

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

---

Board data model, element schema, commands, mutations, adapter services, and Facade APIs for Univer Boards.

```typescript
import { UniverBoardsPlugin } from '@univerjs-pro/boards'

import '@univerjs-pro/boards/facade'

univer.registerPlugin(UniverBoardsPlugin)
```

## Entry Points

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

The Facade can read, set, and clear the active page background with `getBackground()`, `setImageBackground(options)`, and `clearBackground()`. See the [Boards Facade reference](https://docs.univer.ai/reference/facade/boards.md#page-background) for an image example.
