# Export Types

- [CSV](https://docs.miromindmap.com/export-types/csv.md): Export your Mind Map data as CSV Data
- [OPML](https://docs.miromindmap.com/export-types/opml.md): Export your Mind Map data as OPML data
- [OPML with Attributes](https://docs.miromindmap.com/export-types/opml-with-attributes.md): Branch positions and other properties are remembered in the OPML when importing and exporting the data. More properties to be included soon
- [JSON](https://docs.miromindmap.com/export-types/json.md): Export your mind map data as JSON
- [API](https://docs.miromindmap.com/export-types/api.md): Turn your Miro Mind Map into a live API endpoint


---

# 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.miromindmap.com/export-types.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.
