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

# Export

> Export your Craft documents to various formats for backup and sharing.

Craft allows you to export your documents in various formats, making it easy to share, back up, or move your content to other platforms. You can export individual documents, entire folders, or complete spaces.

## Export options

Choose the export scope that fits your needs:

<CardGroup cols={2}>
  <Card title="Document" href="/en/import-and-export/export/document">
    Export individual documents to PDF, Word, Markdown, and more
  </Card>

  <Card title="Folder" href="/en/import-and-export/export/folder">
    Export entire folders with all nested content
  </Card>

  <Card title="Space" href="/en/import-and-export/export/space">
    Export complete spaces for backup or migration
  </Card>
</CardGroup>

## Supported export formats

The available export formats vary by platform:

### macOS and iOS

* **PDF (.pdf)** – Formatted, print-ready documents
* **Microsoft Word (.docx)** – Editable Word files
* **Image (.png/.jpeg)** – Document as image
* **Markdown (.md)** – Plain text with formatting
* **TextBundle (.textbundle)** – Markdown with embedded media
* **Email** – Direct email sharing

### Windows

* **PDF (.pdf)** – Formatted documents
* **Image (.png/.jpeg)** – Document as image
* **Markdown (.md)** – Plain text with formatting
* **TextBundle (.textbundle)** – Markdown with embedded media

### Web

* **PDF (.pdf)** – Formatted documents
* **Microsoft Word (.docx)** – Editable Word files
* **Image (.png/.jpeg)** – Document as image
* **Markdown (.md)** – Plain text with formatting
* **TextBundle (.textbundle)** – Markdown with embedded media

## When to use each format

* **PDF or Word** – Professional document sharing and collaboration
* **Markdown or TextBundle** – Cross-platform compatibility and version control
* **Image** – Quick visual sharing or screenshots
* **Email** – Direct sharing with non-Craft users

<Info title="Backup Tip">
  For comprehensive backups, export your entire space to preserve folder structure and document relationships.
</Info>
