> 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.md).

# OPML

### Example 1

#### Example Mind Map

<figure><img src="/files/mzl6z2XGALrIDzHEmXrY" alt=""><figcaption><p>A screenshot of a Mind Map in Miro</p></figcaption></figure>

#### OPML Export

```xml
<?xml version="1.0" encoding="UTF-8"?>
<opml version="2.0">
  <head>
    <title>mindmap.opml</title>
    <dateCreated>Wed Oct 30 2024 12:53:23 GMT+0000 (Greenwich Mean Time)</dateCreated>
  </head>
  <body>
    <outline text="Simple map">
      <outline text="node d">
        <outline text="4"/>
      </outline>
      <outline text="node c">
        <outline text="3"/>
      </outline>
      <outline text="node b">
        <outline text="2"/>
      </outline>
      <outline text="node a">
        <outline text="1"/>
      </outline>
    </outline>
  </body>
</opml>
```

OPML is compatible with other Mind mapping software such as Mind Manager.
