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

# Exporting Content

> Learn how to export goals, dashboards, and reports as PDF, PNG, or CSV

Mooncamp allows you to export content from various pages as **PDF**, **PNG**, or **CSV** files. Whether you need to share progress updates, prepare meeting materials, or analyze goal data in a spreadsheet — exporting makes it easy.

## Export formats

<CardGroup>
  <Card title="PDF" icon="file-pdf">
    Export a document-style file, ideal for sharing polished reports or printing.
  </Card>

  <Card title="PNG" icon="image">
    Export an image file, perfect for embedding in presentations or messages.
  </Card>

  <Card title="CSV" icon="file-csv">
    Export a spreadsheet file with structured goal data for further analysis in tools like Excel or Google Sheets.
  </Card>
</CardGroup>

## Where you can export

Not every format is available on every page. The table below shows which export formats are supported in each area of Mooncamp.

| Page                                       | PDF | PNG | CSV |
| ------------------------------------------ | --- | --- | --- |
| Home - Goals                               | Yes | Yes | Yes |
| Teamspaces - Goals                         | Yes | Yes | Yes |
| Goal Explorer                              | Yes | Yes | Yes |
| Planning                                   | Yes | Yes | Yes |
| Bulk select (cascade or goal-list, max 10) | Yes | Yes | Yes |
| Teamspaces - Dashboard                     | Yes | Yes | No  |
| Goal details                               | Yes | Yes | No  |
| Dashboard goal-list card                   | No  | No  | Yes |

## How to export

### Exporting from the page menu

Most exports are triggered from the `...` menu in the top right corner of the page.

<Steps>
  <Step title="Open the export menu">
    Navigate to the page you want to export. Click the `...` button in the top right corner and select `Export`.
  </Step>

  <Step title="Select your export format">
    In the dialog that appears, open the **Select export format** dropdown and choose **PNG**, **PDF**, or **CSV**.
  </Step>

  <Step title="Choose your export layout (PDF and PNG only)">
    When you select PDF or PNG, a second dropdown labeled **Export layout** appears. Choose the width that best fits your needs:

    * **Narrow (A4)** — suitable for printing or documents
    * **Standard** — a balanced default for most pages
    * **Wide** — for pages with more columns or detail
    * **Extra wide** — for maximum content width

    The default width depends on the page you are exporting from.
  </Step>

  <Step title="Download your file">
    Click **Export** to generate and download the file.
  </Step>
</Steps>

<Frame>
  <img src="https://mintcdn.com/mooncamp/nZah3fHuEPf8fot3/images/export-menu.webp?fit=max&auto=format&n=nZah3fHuEPf8fot3&q=85&s=c87dbeab53961514dd6e49508f1d90a9" alt="Export option in the page menu" width="1920" height="1200" data-path="images/export-menu.webp" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/mooncamp/nZah3fHuEPf8fot3/images/export-dialog.webp?fit=max&auto=format&n=nZah3fHuEPf8fot3&q=85&s=1586a97d3c416c1a2399465d9bf57f40" alt="Export dialog with format and layout selection" width="3840" height="2400" data-path="images/export-dialog.webp" />
</Frame>

On dashboards, the same export flow is available via the `...` menu.

<Frame>
  <img src="https://mintcdn.com/mooncamp/nZah3fHuEPf8fot3/images/export-dashboard-menu.webp?fit=max&auto=format&n=nZah3fHuEPf8fot3&q=85&s=e55c26a5693f4a4254beeea350eaab27" alt="Export option on a dashboard page" width="1920" height="1200" data-path="images/export-dashboard-menu.webp" />
</Frame>

### Exporting a dashboard goal-list card as CSV

Goal-list cards on [dashboards](/dashboards) can be exported individually as CSV files from within the card itself.

<Steps>
  <Step title="Open the card menu">
    On the dashboard, find the goal-list card you want to export. Click the drag handle icon in the top right corner of the card to open its context menu.
  </Step>

  <Step title="Select Export">
    Click `Export` from the context menu. The CSV file will download automatically.
  </Step>
</Steps>

<Frame>
  <img src="https://mintcdn.com/mooncamp/nZah3fHuEPf8fot3/images/export-dashboard-card-menu.webp?fit=max&auto=format&n=nZah3fHuEPf8fot3&q=85&s=1425916ee8b27fa206b7e502066236aa" alt="Dashboard goal-list card context menu with Export option" width="1920" height="1200" data-path="images/export-dashboard-card-menu.webp" />
</Frame>

### Exporting with bulk select

You can also export a selection of goals using bulk select in any cascade or goal-list view.

<Steps>
  <Step title="Select goals">
    In a cascade or goal-list view, select up to 10 goals using the checkboxes.
  </Step>

  <Step title="Export from the bulk actions bar">
    In the bulk actions bar that appears, click **Export** and follow the same format and layout selection as described above.
  </Step>
</Steps>

## Tips

* **Apply filters first.** Before exporting, use [views](/views) and filters to narrow down the data to exactly what you need.
* **Choose the right layout.** For documents intended for printing, **Narrow (A4)** works best. For screen sharing or presentations, consider **Wide** or **Extra wide**.
* **Use CSV for analysis.** If you need to work with goal data in tools like Excel or Google Sheets, CSV is the right format.
