> 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/notes/connectors.md).

# Connectors

<figure><img src="/files/SkHgdg1ael2QYgJgcB4A" alt="" width="563"><figcaption></figcaption></figure>

We want to include connector information to our Mind Map exports, but we need to understand how best to include the connector in the data export.

#### Suggestions so far:

#### Example A

<figure><img src="/files/RsrNOHDS4TfV3M2CgtQN" alt="" width="322"><figcaption></figcaption></figure>

#### Suggestion A.1 (CSV)

```csv
0,1,2
Example,A,Example.A>Example.B.BA,Example.A>Example.B.BB
Example,B,BA,Example.B>Example.A
Example,B,BB
```

#### Suggestion A.2 (CSV

```csv
Example,A
Example,B,BA
Example,B,BB
Example.A>Example.B.BA
Example.A>Example.B.BB
Example.B>Example.A
```
