# UpNote로 콘텐츠 가져오기

UpNote는 다른 앱에서 사용하던 기존 노트와 콘텐츠를 한곳으로 쉽게 가져올 수 있도록 지원합니다.\
Evernote, Simplenote뿐 아니라 Markdown, HTML, RTF/RTFD, Doc/Docx, TXT\* 형식의 파일도 가져올 수 있습니다.

{% hint style="info" %}
RTF/RTFD 및 Doc/Docx 파일 가져오기는 **Mac에서만** 지원됩니다.
{% endhint %}

#### Import Steps

* **Mac:** 메뉴 바에서 **File > Import** 선택
* **Windows & Linux:** **Settings > General > Import & Export** 로 이동하여 가져오기 옵션 선택
* 가져오려는 파일 형식을 선택합니다

#### 특정 소스에서 가져오기

* [Evernote에서 가져오기](/ko/import-and-export/import-content-to-upnote/import-from-evernote.md)
* [Apple Notes에서 가져오기](/ko/import-and-export/import-content-to-upnote/import-from-apple-notes.md)
* [Bear에서 가져오기](/ko/import-and-export/import-content-to-upnote/import-from-bear.md)
* [Simplenote에서 가져오기](/ko/import-and-export/import-content-to-upnote/import-from-simplenote.md)
* [Markdown에서 가져오기](/ko/import-and-export/import-content-to-upnote/import-from-markdown.md)
* [Google Keep에서 가져오기](/ko/import-and-export/import-content-to-upnote/import-from-google-keep.md)
* [HTML에서 가져오기](/ko/import-and-export/import-content-to-upnote/import-from-html.md)

#### 기타 소스에서 가져오기

다양한 앱의 노트를 UpNote로 가져오려면, 먼저 원본 앱에서 HTML, Markdown 또는 일반 텍스트로 내보낸 뒤 해당 파일을 UpNote로 가져올 수 있습니다.\
가능하다면 개별 파일이 아닌 **최상위 폴더를 선택**하여 가져오는 것이 좋습니다.\
이렇게 하면 UpNote가 권한 요청 없이 폴더 전체의 콘텐츠에 접근할 수 있습니다.

<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>HTML 파일 가져오기</td></tr><tr><td><strong>Notion</strong></td><td><strong>Markdown</strong></td><td>Markdown 파일 가져오기</td></tr><tr><td><strong>Obsidian</strong></td><td><strong>Markdown</strong></td><td>Markdown 파일 가져오기</td></tr><tr><td><strong>Day One</strong></td><td><strong>Plain text</strong> (Day One의 <a href="https://dayoneapp.com/guides/exporting-entries/">가이드</a> 참고)</td><td>텍스트 파일 가져오기</td></tr><tr><td><strong>Zoho Notebook</strong></td><td><strong>HTML</strong> (<a href="https://app.gitbook.com/u/uGxM4vIaJFZ4awILkfVYqFe9d9J3">Zoho 가이드</a> 참고)</td><td>HTML 파일 가져오기</td></tr><tr><td><strong>Paper</strong></td><td><strong>Markdown</strong> (<a href="https://help.dropbox.com/view-edit/paper-export-docs">Paper 가이드</a> 참고)</td><td>Markdown 파일 가져오기</td></tr><tr><td><strong>Microsoft OneNote</strong></td><td><strong>HTML</strong></td><td>HTML 파일 가져오기</td></tr></tbody></table>

***

**주의:**\
UpNote는 다양한 파일 구조 때문에 모든 서식이나 요소가 완벽히 유지된다고 보장할 수 없습니다.\
가져오는 과정에서 문제가 발생하면 언제든지 문의해 주세요.

**성능 팁:**\
안정적인 성능을 위해 한 번에 **10,000개 미만의 노트**를 가져오는 것을 권장합니다.


---

# 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/ko/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.
