# Import content to UpNote

UpNote makes it easy to bring your existing notes and content from other apps into one place. You may import your notes from Evernote, Simplenote, or other file types including Markdown, HTML, RTF/RTFD, Doc/Docx, and TXT\*.

{% hint style="info" %}
Importing RTF/RTFD and Doc/Docx files is only available on **Mac**.
{% endhint %}

### Import Steps

* On **Mac**: Select **File** > **Import** from the menu bar.
* On **Windows** & **Linux**: Go to **Settings** > **General > Import & Export** and select an option to import your files.
* Select a file type you want to import to

### Import from specific sources

* [Import from Evernote](https://help.getupnote.com/import-and-export/import-content-to-upnote/import-from-evernote)
* [Import from Apple Notes](https://help.getupnote.com/import-and-export/import-content-to-upnote/import-from-apple-notes)
* [Import from Bear](https://help.getupnote.com/import-and-export/import-content-to-upnote/import-from-bear)
* [Import from Simplenote](https://help.getupnote.com/import-and-export/import-content-to-upnote/import-from-simplenote)
* [Import from Markdown](https://help.getupnote.com/import-and-export/import-content-to-upnote/import-from-markdown)
* [Import from Google Keep](https://help.getupnote.com/import-and-export/import-content-to-upnote/import-from-google-keep)
* [Import from HTML](https://help.getupnote.com/import-and-export/import-content-to-upnote/import-from-html)

### Import from other sources

You can try importing notes from a variety of apps into UpNote by first exporting them from the original app to HTML, Markdown or plain text and then importing the exported files. Whenever possible, please select the **top‑level folder** for import rather than individual files, so UpNote can access all the content without repeatedly asking for permissions.

<table><thead><tr><th width="182.2066650390625">Source App</th><th>Suggested Exported Format</th><th>How to Import into UpNote</th></tr></thead><tbody><tr><td><strong>Nimbus Notes</strong></td><td><strong>HTML</strong></td><td><a href="import-content-to-upnote/import-from-html">Import the HTML</a> files into UpNote</td></tr><tr><td><strong>Notion</strong></td><td><strong>Markdown</strong></td><td><a href="import-content-to-upnote/import-from-markdown">Import the Markdown</a> files into UpNote</td></tr><tr><td><strong>Obsidian</strong></td><td><strong>Markdown</strong></td><td><a href="import-content-to-upnote/import-from-markdown">Import the Markdown</a> files into UpNote</td></tr><tr><td><strong>Day One</strong></td><td><strong>Plain text</strong> (see Day One’s <a href="https://dayoneapp.com/guides/exporting-entries/">guide</a>)</td><td><a href="import-content-to-upnote">Import the text</a> files into UpNote</td></tr><tr><td><strong>Zoho Notebook</strong></td><td><strong>HTML</strong> (see <a href="https://app.gitbook.com/u/uGxM4vIaJFZ4awILkfVYqFe9d9J3">Zoho’s guide</a>)</td><td><a href="import-content-to-upnote/import-from-html">Import the HTML</a> files into UpNote</td></tr><tr><td><strong>Paper</strong></td><td><strong>Markdown</strong> (see <a href="https://help.dropbox.com/view-edit/paper-export-docs">Paper’s guide</a>)</td><td><a href="import-content-to-upnote/import-from-markdown">Import the Markdown</a> files into UpNote</td></tr><tr><td><strong>Microsoft OneNote</strong></td><td><strong>HTML</strong></td><td><a href="import-content-to-upnote/import-from-html">Import the HTML</a> files into UpNote</td></tr></tbody></table>

***

**Please note:** While we do our best to import data from other apps, we cannot guarantee that all formatting or elements will be preserved due to the variety of file sources. If you encounter any issues during import, contact us for assistance.

**Performance tip:** To maintain smooth performance, we recommend importing fewer than **10,000 notes** at a time.


---

# 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://help.getupnote.com/import-and-export/import-content-to-upnote.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.
