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

# Tutorials

> Short, end-to-end demos pairing a video walkthrough with MCP prompts you can run yourself.

Each tutorial shows a full workflow in Moxn — watch the clip, then paste the prompt into Claude, Cursor, or any MCP-enabled client connected to your workspace.

<CardGroup cols={2}>
  <Card title="Create your first document" icon="file-plus" href="/tutorials/create-first-document">
    Make a filesystem, author a document, and commit your first change.
  </Card>

  <Card title="Agent search workflow" icon="magnifying-glass" href="/tutorials/agent-search-workflow">
    Drive `find`, `search`, and `read` from an agent to answer questions across your KB.
  </Card>

  <Card title="Branch and merge" icon="code-branch" href="/tutorials/branch-and-merge">
    Propose changes on a branch and open a merge request — all via MCP.
  </Card>
</CardGroup>

<Tip>New to Moxn? Start with [Setup](/quickstart-documents) to connect your client before trying a tutorial.</Tip>
