# Clipboard operations

> Clipboard parsing, model insertion, and selection serialization.



3 operations. Names, descriptions, and behavior flags come from the canonical contract.

## Operations

- [`clipboard.parse`](/document-api/reference/clipboard/parse) (read): Parse and sanitize a ClipboardPayload into a deterministic v2 clipboard insert plan with diagnostics. Does not mutate the document.
- [`clipboard.insert`](/document-api/reference/clipboard/insert) (mutates, tracked): Insert a parsed clipboard plan, v2 fragment, or raw ClipboardPayload through the v2 pasteFragment kernel operation.
- [`clipboard.serializeSelection`](/document-api/reference/clipboard/serialize-selection) (read): Serialize the current or supplied model selection into text/plain, text/html, and application/x-superdoc-v2-fragment clipboard payloads.

