> 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/ko/import-and-export.md).

# 노트 가져오기 및 내보내기

- [UpNote로 콘텐츠 가져오기](https://help.getupnote.com/ko/import-and-export/import-content-to-upnote.md)
- [Evernote에서 가져오기](https://help.getupnote.com/ko/import-and-export/import-content-to-upnote/import-from-evernote.md)
- [Apple Notes에서 가져오기](https://help.getupnote.com/ko/import-and-export/import-content-to-upnote/import-from-apple-notes.md)
- [Bear에서 가져오기](https://help.getupnote.com/ko/import-and-export/import-content-to-upnote/import-from-bear.md)
- [Simplenote에서 가져오기](https://help.getupnote.com/ko/import-and-export/import-content-to-upnote/import-from-simplenote.md)
- [Markdown에서 가져오기](https://help.getupnote.com/ko/import-and-export/import-content-to-upnote/import-from-markdown.md)
- [Google Keep에서 가져오기](https://help.getupnote.com/ko/import-and-export/import-content-to-upnote/import-from-google-keep.md)
- [HTML에서 가져오기](https://help.getupnote.com/ko/import-and-export/import-content-to-upnote/import-from-html.md)
- [노트 내보내기](https://help.getupnote.com/ko/import-and-export/export-notes.md)
- [노트 공유 및 게시](https://help.getupnote.com/ko/import-and-export/share-and-publish-notes.md): This is a Premium feature.
- [웹 클리퍼 (Web clipper)](https://help.getupnote.com/ko/import-and-export/web-clipper.md)
- [iOS 공유 확장 기능](https://help.getupnote.com/ko/import-and-export/web-clipper/share-extension-on-ios.md)
- [Android 공유 확장 기능](https://help.getupnote.com/ko/import-and-export/web-clipper/share-extension-on-android.md)
- [노트 인쇄하기](https://help.getupnote.com/ko/import-and-export/print-notes.md)


---

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