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

# 失われたノートの復元

ノートが見つからない場合は、以下の手順をお試しください：

1. **アプリを更新する**
   * 最新バージョンの UpNote を使用していることを確認してください。
   * *設定 > ヘルプ > アップデートを確認* からアプリを更新します。
2. **アカウントを確認する**
   * 正しいアカウントでサインインしていることを確認してください。複数のアカウントを作成している可能性があります。
   * *設定 > マイアカウント* で正しいアカウントにサインインしているか確認します。
3. **ノートを検索する**
   * [検索](/ja/organize-and-manage-notes/find-and-view-notes/search-for-notes.md) を使って、ノートが **ゴミ箱** や他の **スペース** にあるか確認してください。
   * ノートがゴミ箱にある場合は、[こちらのガイド](/ja/resources/troubleshoot-issues/restore-missing-notes.md) に従ってゴミ箱から復元してください。
4. **バージョン履歴から復元する**
   * ノートは存在するが最新の内容が含まれていない場合は、[こちらのガイド](/ja/safety-and-control/restore-a-note-version.md) に従ってバージョン履歴から失われた内容を復元してください。
5. **バックアップから復元する（デスクトップのみ）**
   * デスクトップでは、[自動バックアップ](/ja/safety-and-control/automatic-notes-backup.md) からノートを復元できます。
   * [こちらのガイド](/ja/safety-and-control/automatic-notes-backup.md#bakkuappuwosururestore-a-backup) に従ってバックアップから復元してください。

問題が解決しない場合は、[お問い合わせ](/ja/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/ja/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.
