> ## 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.

# Create Job Instruction Page

> Create a rich page directly in a job's Instructions tab.

Creates a canonical root page or one-level subpage. Requires
`instructions:write`, employer access, and an `Idempotency-Key` header.

<ParamField body="title" type="string" required>
  Page title, from 1 to 200 characters.
</ParamField>

<ParamField body="parentPageId" type="string | null">
  A root page ID. A subpage cannot be used as a parent.
</ParamField>

<ParamField body="content" type="object">
  A complete TipTap `doc` node. Omit for an empty page.
</ParamField>

<ParamField body="confirmLive" type="true" required>
  Confirms that the new page is immediately visible to hired AI trainers.
</ParamField>

The response returns the canonical page, checksum, employer URL, and whether
the idempotency key replayed an earlier create.
