# Create operations

> Structured creation helpers.



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

## Operations

- [`create.paragraph`](/document-api/reference/create/paragraph) (mutates, tracked): Create a standalone paragraph at the target position. To add a list item, use lists.insert instead.
- [`create.heading`](/document-api/reference/create/heading) (mutates, tracked): Create a new heading at the target position.
- [`create.sectionBreak`](/document-api/reference/create/section-break) (mutates): Create a section break at the target location with optional initial section properties.
- [`create.table`](/document-api/reference/create/table) (mutates, tracked): Create a new table at the target position.
- [`create.tableOfContents`](/document-api/reference/create/table-of-contents) (mutates): Insert a new table of contents at the target position.
- [`create.image`](/document-api/reference/create/image) (mutates, tracked): Insert a new image at the target position.

