> 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/unable-to-access-upnote.md).

# Unable to access UpNote

<figure><img src="/files/KJcS88Do4ygFgqnuYMfh" alt=""><figcaption></figcaption></figure>

If you are locked out of UpNote or see the permanent loading screen when launching the app, please follow the steps below:

1. Update your app to the latest version:
   * [Windows - Microsoft Store](https://www.microsoft.com/en-us/p/upnote/9mv7690m8f5n?activetab=pivot:overviewtab)
   * [Windows - installer](https://download.getupnote.com/app/UpNote%20Setup.exe)
   * [Mac](https://itunes.apple.com/us/app/upnote-an-elegant-note-app/id1398373917?ls=1\&mt=12)
2. Quit UpNote completely using **Ctrl + Q** (or **Cmd + Q** on Mac).
3. Move the UpNote data folder to trash, based on your platform:
   * **Windows:**

     `C:\Users\{your_username}\AppData\Roaming\UpNote`\
     AppData is a hidden folder, so you may need to paste the full path into File Explorer and replace {your\_username} with your actual Windows username.
   * **Mac:**

     `~/Library/Containers/com.getupnote.desktop/Data/Library/Application Support/UpNote/`\
     If you can’t find it, open Terminal and run this command:

     `open ~/Library/Containers/com.getupnote.desktop/Data/Library/Application\ Support/UpNote/`
   * **Linux:**

     `$HOME/.config/UpNote`
4. Restart UpNote and sign in again with your account.


---

# 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/unable-to-access-upnote.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.
