# Exporting Diagrams

<figure><img src="/files/5K8Var4t43OlACXAIjqB" alt=""><figcaption><p>Export Options</p></figcaption></figure>

Exports will contain the diagram canvas details as they are displayed at the time of the export, so will include or exclude, names, connections and custom layout spacing you have applied using the view options controls.

#### PDF EXPORT

Hava exports to PDF format. By selecting the PDF export option, Hava will generate the PDF file in the background and then when ready a download button will show under the export options allowing you to download your PDF

<figure><img src="/files/qY0W8s86TM4y12EJdVI7" alt=""><figcaption><p>Cloud diagram PDF</p></figcaption></figure>

#### PNG EXPORT

Exporting to PNG is exactly the same process. Select PNG and Hava will prepare the file to download and once ready a download button will appear.

<figure><img src="/files/nRiD2JwCg0hFCPsYTtzl" alt=""><figcaption><p>Hava export to png</p></figcaption></figure>

#### VSDX Export - Edit Hava Diagrams with Visio or Draw\.io

The VDSX export option creates a file you can open with Microsoft Visio. A popular and free alternative draw\.io (diagrams.net) will also open the exported file.

Each resource becomes an editable icon on the drawing canvas. You can move things around, add annotations, and add or remove resources. The VSDX export gives you a head start when doing redesign work, since the base diagram reflects exactly what you have running now without you having to manually draw it.

<figure><img src="/files/Fu3pNU9n0NTq9oC67biD" alt=""><figcaption><p>Hava Diagram Exported to Draw.io</p></figcaption></figure>

CSV and JSON Exports

These two options export the settings data used to create your Hava diagram. You can take the CSV or JSON data and do with it whatever you like.

<figure><img src="/files/mO9flqA3pQ9HzhnelilL" alt=""><figcaption><p>Exported JSON</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.hava.io/document/exporting-diagrams.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.
