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

# Write your first page in Collabase Docs

> How to create a page in Collabase Docs, use the editor and slash commands, start from a template, and restore an earlier version of a page.

Collabase Docs is the knowledge base of each Space. Every document is a page, and pages sit in a tree that you can nest as deep as you need.

## Create a page

<Steps>
  <Step title="Open the Space">
    Select the Space in the left sidebar.
  </Step>

  <Step title="Click + New Page">
    To place the page under another page, click the **+** next to that page in the tree. For a top-level page, click **+ New Page** at the bottom of the tree.
  </Step>

  <Step title="Enter a title">
    Type the title, then press **Enter** or click into the editor.
  </Step>

  <Step title="Write">
    Collabase saves your content when you move focus away. There is no save button.
  </Step>
</Steps>

To start from a template, click **+ New Page** and choose **From template**.

## Use the editor

Type `/` anywhere on the page to open the command menu and insert a block: headings, lists, task lists, tables, code blocks, callouts, images, embeds and more. Type `@` to mention a colleague.

## Restore an earlier version

Collabase keeps a version each time you leave the editor.

<Steps>
  <Step title="Open Version History">
    Click the `...` menu at the top right of the page and select **Version History**.
  </Step>

  <Step title="Pick a version">
    Click a version to preview it. Author and time are shown next to each entry.
  </Step>

  <Step title="Click Restore this version">
    Collabase first saves the current content as a new version, then restores the one you picked.
  </Step>
</Steps>

## Next steps

<CardGroup cols={2}>
  <Card title="Pages reference" icon="file-text" href="/docs/docs/pages">
    Permissions, comments, labels, attachments and PDF export.
  </Card>

  <Card title="Templates" icon="layout-template" href="/docs/docs/templates">
    Reusable page structures.
  </Card>
</CardGroup>
