> For the complete documentation index, see [llms.txt](https://help.modelreef.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.modelreef.io/syntax/chart-and-table-syntax/export-options.md).

# Export Options

This article explains **export options** for charts and tables in Model Reef.

You will learn:

* What you can export from dashboards and reports.
* Which formats are available.
* How exports relate to scenarios and period selections.

Exports let you use Model Reef outputs in presentations, documents and external tools.

{% stepper %}
{% step %}

### What can be exported

You can typically export:

* Individual charts as images.
* Tables as CSV or similar tabular formats.
* Whole dashboards or reports as PDF.
* In some cases, specific Data Library or variable series as CSV from dedicated views.

Exports are snapshots of the current view.
{% endstep %}

{% step %}

### Available export formats

Common formats include:

* **PNG or JPEG** for charts.
* **CSV** for tabular data and time series.
* **PDF** for dashboards, reports and packs.

You choose the format from the export menu on each component or page.
{% endstep %}

{% step %}

### Scenario and period context in exports

Exports always reflect:

* The active **scenario**, that is, the model you are viewing.
* The active **period selection**, such as monthly, annual or a custom range.
* Any filters or toggles applied on the dashboard (for example branch filters or common size mode).

If you want exports for multiple scenarios, you export separately from each scenario model.
{% endstep %}

{% step %}

### Using exports in workflows

Exports are used for:

* Board and investor packs.
* Lender and covenant reporting.
* Internal management reports.
* Feeding data into external BI tools by importing CSVs.

Model Reef remains the calculation engine while exports are consumed by other processes and tools.
{% endstep %}

{% step %}

### Best practice

To keep exports clear and useful:

* Label files with scenario and period information, for example `Client_FY25_Base_PandL.pdf`.
* Ensure charts and tables are configured correctly before exporting.
* Use PDF for narrative packs and CSV for further analysis.

This keeps external stakeholders aligned with the correct model view.
{% endstep %}
{% endstepper %}

## Related articles

* [Editing Units](/syntax/how-input-fields-work/editing-units.md)
* [Entering Delays](/syntax/timing-syntax/entering-delays.md)
* [Depreciation](/help/financial-outputs-and-valuation/depreciation.md)
* [Build a Capex & Depreciation Model](/how-tos/operations-and-unit-economics/build-a-capex-and-depreciation-model.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.modelreef.io/syntax/chart-and-table-syntax/export-options.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
