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

# Import and Export

### Exporting notes to Markdown

You can export all the notes in a collection to a zip file containing markdown files.

1. Right-click the collection you want to export the notes for
2. Select Export Collection...

![Export collection context menu](/files/bprSZUneMRDpyEAYKdeI)

3\. The file will be downloaded to your computer as a zip file containing markdown files

4\. Please inspect the contents of the zip file and verify that you have downloaded the notes as you would expect them. The markdown files can be inspected with any text editor.

### Importing Markdown notes

You can import Markdown notes to Flowtelic, including exported notes from Flowtelic.

1. Create a new collection or select an existing collection that you want to import the notes to
2. Drag the markdown files into your collection notes list

<figure><img src="/files/kcBdXV0mX37fCrhO9Ygj" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If the notes don't appear after importing, please try refreshing your browser
{% endhint %}

### Troubleshooting

#### I'm importing my notes but they don't appear

We've found issues for users who are importing their notes from a removable USB storage device. This is an operating system issue and not related to Flowtelic. If you are having this issue and are using a removable USB storage device, please try copying the files to your local computer first, and dragging the local copy into Flowtelic.


---

# 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.flowtelic.com/fundamentals/import-and-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.
