# Bookmarks operations

> Named bookmark inspection, insertion, renaming, and removal.



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

## Operations

- [`bookmarks.list`](/document-api/reference/bookmarks/list) (read): List all bookmarks in the document.
- [`bookmarks.get`](/document-api/reference/bookmarks/get) (read): Get detailed information about a specific bookmark.
- [`bookmarks.insert`](/document-api/reference/bookmarks/insert) (mutates): Insert a new named bookmark at a target location.
- [`bookmarks.rename`](/document-api/reference/bookmarks/rename) (mutates): Rename an existing bookmark.
- [`bookmarks.remove`](/document-api/reference/bookmarks/remove) (mutates): Remove a bookmark from the document.

