> For the complete documentation index, see [llms.txt](https://docs.miromindmap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.miromindmap.com/export-types/opml-with-attributes.md).

# OPML with Attributes

### Example 1

#### Example Mind Map

<figure><img src="/files/ThvfBkZAOxxbqEe6TGq7" alt=""><figcaption><p>A screenshot of a Mind Map in Miro with branches of different colour and position</p></figcaption></figure>

#### OPML Export

```xml
<?xml version="1.0" encoding="UTF-8"?>
<opml version="2.0">
  <head>
    <title>mindmap.opml</title>
    <dateCreated>Thu Oct 31 2024 15:11:07 GMT+0000 (Greenwich Mean Time)</dateCreated>
  </head>
  <body>
    <outline type="shape" text="Miro Mind Map" shape="pill" style_fontSize="14" style_color="#7a28ff" style_fillOpacity="0" style_borderStyle="normal">
      <outline type="text" text="This is an end branch" direction="end" style_fontSize="14"/>
      <outline type="shape" text="This is a pill node" shape="pill" direction="end" style_fontSize="14" style_color="#b736ff" style_fillOpacity="0.1" style_borderStyle="normal"/>
      <outline type="text" text="This is a start branch" direction="start" style_fontSize="14"/>
    </outline>
  </body>
</opml>
```

The OPML properties are parsed by Mind Map Downloader when the data is uploaded again:

<figure><img src="/files/gqH1XnVF96UhvUEdaJgv" alt=""><figcaption><p>OPML file with attributes that are remembered for re-upload</p></figcaption></figure>


---

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