# Exports

Your model data (domains, objects, connections, flows, tags, etc.) can be exported as JSON, CSV, SVG, PNG, and PDF. We recommend using [Share links & embeds](/collaboration/sharing.md) if you want to share diagrams with team members since they'll always remain up-to-date.

{% hint style="info" %}
Data can be exported in-app and also using our [REST API](/integrations/rest-api.md).
{% endhint %}

## Full model export (JSON)

You can export your full model in a landscape or diagram to JSON. This will include all information in your model, from objects to connections to granular metadata.&#x20;

Top-level information in the export:

* Domains
* Flows
* Model connections
* Model objects
* Tag groups
* Tags
* Teams

To export your model as JSON:

1. Click on the `Share` button on the top right of the navigation bar.
2. Click on the `Export` tab.
3. Select the `JSON` as the file type.
4. Select whether you want to export the Landscape or Diagram.
5. Click download.

<figure><img src="/files/hRN1Q3QYXKlAslxuMtbl" alt=""><figcaption><p>Exporting an entire model in JSON</p></figcaption></figure>

{% file src="/files/iHscjcaUrkndIpJIESEp" %}
Example JSON export
{% endfile %}

## Full model summary (PDF, Markdown, HTML, LLMs.txt)

You can also export a summary of your model, which can be helpful to share with external stakeholders or an LLM. This export contains model objects, flows, tags, and teams in the selected scope.

To export a summary of your model:

* Click on the `Share` button on the top right of the navigation.
* Click on the `Export` tab.
* Select `PDF`, `Markdown`, `HTML`, or `LLMs.txt` as the file type.
* Select the orientation (Portrait or landscape).
* Select the scope of the export (landscape, domain, model object, or diagram).
* Click download.

<figure><img src="/files/NKXxYwrZLrPoPLJULSSB" alt=""><figcaption><p>PDF exports</p></figcaption></figure>

{% file src="/files/2stm1qO914J9PE8Vt9U9" %}
Example PDF export
{% endfile %}

## Model objects (CSV)

To export model objects in a landscape:

1. Click on the `Share` button on the top right of the navigation.
2. Click on the `Export` tab.
3. Select `CSV` as the file type.
4. Select `Model objects` under contents and click download.

This will give you a list of objects in the landscape with metadata similar to the full JSON export. Connections or flows will **not be included**.

<figure><img src="/files/Fay3QIWLuXj2Gs2S1ggJ" alt=""><figcaption><p>Exporting model objects as CSV</p></figcaption></figure>

### Export fields

* Identifier
* Belongs Inside System
* Belongs Inside App
* Belongs Inside Store
* Object Name
* Object Type
* Object Status
* Object External
* Object Displayed Description
* Object Tags
* Object Technology
* Object Teams
* Object Link
* Object Share Link
* Object Description

## Model connections (CSV)

To export model connections in a landscape:

1. Click on the `Share` button on the top right of the navigation.
2. Select `CSV` as the file type.
3. Select `Connections` under contents and click download.

<figure><img src="/files/jfAMkPvDmIkrNWaDJ5Aj" alt=""><figcaption><p>Exporting connections as CSV</p></figcaption></figure>

### Export fields

* Identifier
* Sender Belongs Inside
* Sender Object Name
* Sender Object Type
* Sender Object External
* Sender Object Tags
* Sender Object Technology
* Sender Object Teams
* Connection Name
* Connection Status
* Connection Direction
* Connection Tags
* Connection Technology
* Connection Description
* Receiver Belongs Inside
* Receiver Object Name
* Receiver Object Type
* Receiver Object External
* Receiver Object Tags
* Receiver Object Technology
* Receiver Object Teams

## Diagram export  (SVG or PNG)

Diagrams can be exported as SVG or PNG in light or dark themes.

To export a diagram in this format:

1. Navigate to the diagram you want to export.
2. Click on the `Share` button on the top right of the navigation.
3. Click on the `Export` tab.
4. Select  `SVG` or `PNG` as the file type.
5. Select `Light` or `Dark` for the theme and click download.

{% hint style="warning" %}
If downloads aren't working, we recommend disabling any pop-up blockers in your browser.
{% endhint %}

<figure><img src="/files/kIjNDdU85M67roMA53Xd" alt=""><figcaption><p>Exporting diagram PNGs</p></figcaption></figure>

### Example SVG export

<figure><img src="/files/oxBxGrG6th2CjLKCrVlu" alt=""><figcaption><p>Dark theme</p></figcaption></figure>

<figure><img src="/files/LMWLjhICf98W25luHAHg" alt=""><figcaption><p>Light theme</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.icepanel.io/core-features/export.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
