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

# Page preview

> The page_preview block — a link card to a hosted Page.

A link card that points at a hosted Page in the same workspace.

<ParamField body="type" type="string" required>
  `"page_preview"`
</ParamField>

<ParamField body="page_id" type="string" required>
  The Page to link.
</ParamField>

<ParamField body="version" type="integer">
  A set version. Without it, clicks open the latest.
</ParamField>

<ParamField body="title" type="string">
  Up to 150 characters. Without it, we use the Page's own title.
</ParamField>

<ParamField body="description" type="string">
  Plain text, up to 300 characters.
</ParamField>

<ParamField body="pinned" type="boolean">
  Pin the Page in the conversation.
</ParamField>

```json theme={null}
{
  "type": "page_preview",
  "page_id": "9b3f11c2",
  "description": "Interactive June dashboard, generated 09:14"
}
```

A Page from another workspace returns `PAGE_NOT_FOUND`. It looks exactly like an id that does not exist — on purpose, so the block cannot be used to hunt for Pages you should not see.
