# Sign in and sign out

### Sign in

When you first open UpNote, you’ll be prompted to **sign in** to your account. If you initially chose to **continue without an account**, you can still sign in later by following the steps below.

#### On desktop&#x20;

1. Click the <img src="/files/njMWinRc2LEGiDLkc52i" alt="" data-size="line"> icon in the top right corner of the UpNote window&#x20;
2. Go to **My Account > Sign in with Google/Apple** or with **email** and **password.**
3. Click **Sign In** to access your notes.

#### On mobile

1. Tap the **`...`** icon at the bottom right corner of your notes list screen > select **Sign in to sync notes**.
2. **Sign in with Google/Apple** or with **email** and **password.**
3. Tap **Sign In**.

**→**[Can't sign in to account](/resources/troubleshoot-issues/cant-sign-in-to-account.md)

**→**[Manage sign-in methods](/get-started/manage-your-account/manage-sign-in-methods.md)

### Sign out

* Go to **Settings > My Account > Sign out**
* When signing out, UpNote will ask whether you want to keep or delete the backup data and version history on your device:
  * **Delete backup data:** Choose this if you are using a shared or public device.
  * **Keep backup data:** Choose this if you are on your personal device and want to retain your backup data and notes' version history locally.

***

**FAQ: Can I sign out remotely on another device?**

Currently, UpNote does not support remote sign-out. However, you can change your account password on your current device, which will log you out of other devices. Please note that it may take some time for the change to take effect.

We are considering adding a remote sign-out feature in a future update.


---

# Agent Instructions: 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:

```
GET https://help.getupnote.com/get-started/manage-your-account/sign-in-and-sign-out.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
