> For the complete documentation index, see [llms.txt](https://docs.hava.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hava.io/getting-started/readme/export.md).

# Exporting Diagrams

One of the major benefits of utilising Hava is the ability to export diagrams to meet any number of requirements including:

* Internal Documentation
* On-boarding new staff
* Audit & Compliance requirements
* Presentations to management or internal stakeholders
* Use case demonstrations in Managed Services or Devops sales presentations

Because your diagrams are continuously refreshed, exporting up to date diagrams of your environments takes a matter of seconds. If any changes have been made that you want to demonstrate on the diagram, you can manually sync Hava with your cloud provider prior to exporting the diagram.

Hava will export your cloud environment diagrams in several major formats including :

* PDF
* PNG
* Visio (VSDX)
* CSV
* JSON.

Open the diagram you wish to export & select the 'Export" button to open the export dialogue :

![Hava Diagram Export Options](/files/RnyIAIbbeVY5k2tS6mSS)

‌

Select the required output format : Hava will prepare the download - once the "Export Complete" notification is visible, you can download the exported file.

![](/files/N4BHE8bCxsDYfVdY2wMy)

Hava will export exactly what you are looking at in the rendered visualisation.

If you wish to show connections and/or display full resource names on the exported diagram, then make sure you toggle the display of these on prior to exporting the diagram.

![Change Options like names and connecions prior to exporting](/files/FLy1f3BWGSDnew8Awo0j)


---

# 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://docs.hava.io/getting-started/readme/export.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.
