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

# 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 %}

{% hint style="info" %}
To ensure performance and fair use of server resources, bulk imports are limited if they would bring your account above 20,000 notes or 10 GB of attachments. In that case, you can import up to 50 notes at a time.
{% 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](/import-and-export/import-content-to-upnote/import-from-evernote.md)
* [Import from Apple Notes](/import-and-export/import-content-to-upnote/import-from-apple-notes.md)
* [Import from Bear](/import-and-export/import-content-to-upnote/import-from-bear.md)
* [Import from Simplenote](/import-and-export/import-content-to-upnote/import-from-simplenote.md)
* [Import from Markdown](/import-and-export/import-content-to-upnote/import-from-markdown.md)
* [Import from Google Keep](/import-and-export/import-content-to-upnote/import-from-google-keep.md)
* [Import from HTML](/import-and-export/import-content-to-upnote/import-from-html.md)

### 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="/pages/zj7IiBRLiyZ6dRgUalya">Import the HTML</a> files into UpNote</td></tr><tr><td><strong>Notion</strong></td><td><strong>Markdown</strong></td><td><a href="/pages/5blLffBkvmDflct5pp2Q">Import the Markdown</a> files into UpNote</td></tr><tr><td><strong>Obsidian</strong></td><td><strong>Markdown</strong></td><td><a href="/pages/5blLffBkvmDflct5pp2Q">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="/pages/322byuqRaRYVdkRvWLBQ">Import the text</a> files into UpNote</td></tr><tr><td><strong>Zoho Notebook</strong></td><td><strong>HTML</strong> (see <a href="/users/uGxM4vIaJFZ4awILkfVYqFe9d9J3">Zoho’s guide</a>)</td><td><a href="/pages/zj7IiBRLiyZ6dRgUalya">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="/pages/5blLffBkvmDflct5pp2Q">Import the Markdown</a> files into UpNote</td></tr><tr><td><strong>Microsoft OneNote</strong></td><td><strong>HTML</strong></td><td><a href="/pages/zj7IiBRLiyZ6dRgUalya">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.


---

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