# Change email and password

Follow the steps below to change your email and password:

#### On desktop

1. Go to **`Settings`** > **`My Account`**
2. Click the  dropdown arrow next to your email address and select the option to change email or password.

#### On mobile

1. Go to **`Settings`** > **`My Account`** > **`Email`**
2. Select the option to change email or password

***

If you see the error message “**This email is already registered**” when trying to change your email address, it means that the new email is already associated with an existing UpNote account. This can happen if you previously signed up using that email.

Follow these steps to resolve the issue:

1. Sign in to the account using the new email address
   * If you don’t remember the password, follow the [password reset guide](/get-started/manage-your-account/reset-password.md) to regain access.
2. Review your notes in that account
   * Check if there are any important notes you would like to keep.
3. Delete the account (if no longer needed)
   * If there are no important notes, you can delete the account by going to:

     Settings → My Account → Delete Account
4. Sign back in to your original account
5. Change your email address again
   * You should now be able to update your email to the new address successfully.


---

# 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/change-email-and-password.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.
