> 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/resources/troubleshoot-issues/restore-missing-notes.md).

# 누락된 노트 복원하기

노트를 찾을 수 없는 경우, 아래 단계를 따라 문제를 확인해 보세요.

1. **앱 업데이트하기**
   * UpNote가 최신 버전인지 확인하세요.
   * *설정 > 도움말 > 업데이트 확인*에서 앱을 업데이트할 수 있습니다.
2. **계정 확인하기**
   * 올바른 계정으로 로그인했는지 확인하세요. 여러 계정을 생성했을 가능성이 있습니다.
   * *설정 > 내 계정*에서 현재 로그인된 계정을 확인하세요.
3. **노트 검색하기**
   * [검색 기능](/ko/organize-and-manage-notes/find-and-view-notes/search-for-notes.md)을 사용해 **휴지통** 또는 다른 **스페이스**에 노트가 있는지 확인하세요.
   * 휴지통에서 노트를 찾았다면, [이 가이드](/ko/organize-and-manage-notes/delete-notes.md#undefined-1)를 따라 복원할 수 있습니다.
4. **버전 기록에서 복원하기**
   * 노트는 존재하지만 최신 내용이 사라진 경우, [이 가이드](/ko/safety-and-control/restore-a-note-version.md)를 참고하여 버전 기록에서 이전 내용을 복원할 수 있습니다.
5. **백업에서 복원하기 (데스크톱 전용)**
   * 데스크톱에서는 [자동 백업](/ko/safety-and-control/automatic-notes-backup.md)에서 노트를 복원할 수도 있습니다.
   * 백업 복원 방법은 [이 가이드](/ko/safety-and-control/automatic-notes-backup.md#undefined-3)를 참고하세요.

문제가 계속된다면, [문의하기](/ko/resources/contact-us.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/resources/troubleshoot-issues/restore-missing-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.
