> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vespper.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Coming soon

> Higher-level helper tools built on top of the three primitives

Helpers are convenience tools layered on top of [`read_document`](/primitives/read-document),
[`search_document`](/primitives/search-document), and
[`edit_document`](/primitives/edit-document) — single calls that wrap a multi-step primitive
loop your agent would otherwise have to drive itself.

<Note>
  Nothing to integrate yet. This section is a placeholder; the primitives are the complete,
  supported surface today.
</Note>

Everything you need to read, search, and edit a document is already available. Start with the
[Quickstart](/quickstart), then see [Primitives](/primitives/overview) for the full tool
reference.
