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

# Get Manual

> Read one manual's metadata, bindings, and head revision.

Reads one manual's summary — title, default audience, bindings, page count, `headRevisionNumber` (the monotonic manual-wide revision bumped by every applied changeset), and the latest publication number.

**Requirements:** `instructions:read`.

## Request

<ParamField path="manualId" type="string" required>
  The manual id.
</ParamField>

## Response

<ResponseField name="manual" type="object">
  The manual summary (see [List Manuals](/docs/developers/api-reference/instructions/list-manuals)).
</ResponseField>
