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

# Restore missing notes

If you are unable to find your notes, please try the following steps:

1. **Update your app**
   * Make sure you’re using the latest version of UpNote.
   * Go to *Settings > Help > Check for updates* to update the app.
2. **Check your account**
   * Ensure you’re signed in with the correct account. You may have created more than one.
   * Go to *Settings > My Account* to check if you signed in with the correct account.
3. **Search for your notes**
   * Try [searching](/organize-and-manage-notes/find-and-view-notes/search-for-notes.md) to see if your notes appear in **Trash** or other **spaces**.
   * If you notes appear in trash, follow [this guide](https://help.getupnote.com/more/delete-notes#restore-notes-from-trash) to restore notes from Trash.
4. **Restore from version history**
   * If your note still exist but does not contain the latest content, follow [this guide](/safety-and-control/restore-a-note-version.md) to restore the missing content from the version history.
5. **Restore from backup (desktop only)**
   * On desktop, you can also restore notes from an [automatic backup](https://help.getupnote.com/more/automatic-notes-backup).
   * Follow [this guide](/safety-and-control/automatic-notes-backup.md#id-97f4) to restore from the backup.

If the issue persists, please [contact us](/resources/contact-us.md) and we’ll assist you further.


---

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