> 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/import-content-to-upnote/import-from-apple-notes.md).

# Apple Notes에서 가져오기

**Apple Notes**에 있는 기존 노트를 **UpNote**로 가져오려면\
**Mac** 또는 **Windows** 앱에서 아래 단계를 따라 진행하세요:

1. Apple Notes에서 노트를 **Markdown**으로 내보내기
   * Apple Notes는 기본적으로 Markdown 내보내기를 지원하지 않으므로,\
     [**Exporter**](https://app.gitbook.com/u/uGxM4vIaJFZ4awILkfVYqFe9d9J3) 같은 서드파티 도구를 사용해야 합니다.
   * Exporter를 사용하면 Apple Notes를 Markdown 파일로 변환할 수 있습니다.\
     하지만 Exporter가 Apple Notes의 모든 텍스트 스타일을 지원하지 않기 때문에 일부 서식은 유지되지 않을 수 있습니다.
   * 이미지나 파일 등의 **첨부 파일은 포함되지 않으므로**, 가져온 후 UpNote에 직접 다시 첨부해야 합니다.

     Exporter는 서드파티 앱이므로, UpNote에서 그 성능을 보장할 수 없습니다.\
     내보낸 파일이 정상적으로 생성되었는지 반드시 확인하세요.
2. Markdown 파일 가져오기 옵션 선택
   * **Mac:** 메뉴 바에서 **File > Import Notes > Markdown**
   * **Windows:** **Settings > General > Import from Markdown**
3. 아래와 같은 팝업이 표시됩니다:\
   ![](https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FiaRejNgMsjvRI7hFdM52%2Fimage.png?alt=media\&token=904b93bb-84fa-41e0-aabf-7f430b4548dc)
4. **Select .md files / Select folder** 버튼을 클릭하고 가져올 Markdown 파일 또는 폴더를 선택합니다.
5. **Import Notes** 버튼을 눌러 가져오기를 완료합니다.

***

Please note that:

* UpNote는 다른 앱에서의 데이터를 가능한 한 정확하게 가져오려고 노력하지만,\
  파일 형식 및 구조가 다양하기 때문에 **모든 서식이 완전히 유지된다고 보장할 수는 없습니다.**
* UpNote의 성능을 위해 **10,000개 이하의 노트**를 가져오는 것을 권장합니다.


---

# 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/import-content-to-upnote/import-from-apple-notes.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.
