# Where Notes Are Stored

{% hint style="warning" %}
**WARNING**

If you are using the web version of Flowtelic then please make sure you backup your notes as they are not stored anywhere else. [Please see these instructions to backup your notes](/fundamentals/import-and-export.md) by exporting each collection at the end of every note-taking session.

Flowtelic will support cloud sync with Flowtelic Pro and a local file system storage with the desktop app. These are in development. Please see the [development roadmap](https://roadmap.flowtelic.com/) to follow the progress.
{% endhint %}

Your notes are stored in your browser's local storage inside an IndexedDB. This is a database technology that ships with all modern browsers.

As such, it means that you do not have an account and cannot share your notes across different browser profiles or computers.

If you do want to move your notes from one browser to another, you can [export your notes and import](/fundamentals/import-and-export.md) them to the new browser.


---

# 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.flowtelic.com/fundamentals/where-notes-are-stored.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.
