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

# UpNote にアクセスできない場合

<figure><img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2F6g65AQXNEJPb2HHPHmNA%2Fimage.png?alt=media&#x26;token=ac90d988-eb00-46e2-b7bf-6c5996de8ec3" alt=""><figcaption></figcaption></figure>

UpNote にサインインできない場合、またはアプリ起動時に読み込み画面のまま進まない場合は、以下の手順をお試しください。

1. アプリを最新バージョンに更新します：
   * [Windows - Microsoft Store](https://www.microsoft.com/en-us/p/upnote/9mv7690m8f5n?activetab=pivot:overviewtab)
   * [Windows - インストーラー](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. **Ctrl + Q**（Mac の場合は **Cmd + Q**）で UpNote を完全に終了します。
3. 使用しているプラットフォームに応じて、UpNote のデータフォルダーを削除します：
   * **Windows:**

     `C:\Users\{your_username}\AppData\Roaming\UpNote`\
     AppData は隠しフォルダーのため、エクスプローラーにパスを直接貼り付け、{your\_username} を実際のユーザー名に置き換えてください。
   * **Mac:**

     `~/Library/Containers/com.getupnote.desktop/Data/Library/Application Support/UpNote/`\
     見つからない場合は、ターミナルで以下のコマンドを実行してください：

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

     `$HOME/.config/UpNote`
4. UpNote を再起動し、再度アカウントでサインインしてください。


---

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