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

# Create your first document

> Make a filesystem, author a document, and commit your first change.

<Note>You'll create a filesystem, add a document, and commit it — all through MCP.</Note>

## Watch

<video controls className="w-full aspect-video rounded-xl" src="https://res.cloudinary.com/dd2qaxrnc/video/upload/tutorial-create-first-document.mp4" />

## Try it yourself

Paste one of these prompts into Claude, Cursor, or any MCP-enabled client connected to Moxn.

<CodeGroup>
  ```text Create a filesystem and first doc theme={null}
  Create a new filesystem called "engineering-notes", then add a document
  titled "Onboarding" with a short section explaining how new engineers
  should get set up. Commit the document when you're done.
  ```
</CodeGroup>

## What this uses

* [Documents & sections](/concepts/documents-and-sections)
* [Filesystems](/concepts/filesystems)
* [`documents` MCP tool](/reference/mcp/documents)
* [`filesystems` MCP tool](/reference/mcp/filesystems)
