# Manage sign-in methods

You can access your UpNote account using any of these sign-in methods:

1. Email and password
2. [Sign in with Google](/get-started/manage-your-account/sign-in-with-2fa.md)
3. [Sign in with Apple](/get-started/manage-your-account/sign-in-with-2fa.md)

At any time, you can add or change your sign-in methods and they will be applied on all your devices.&#x20;

### Add a sign-in method

* Go to **`Settings`** > **`My Account`** > **`Manage Sign-in Methods`**
* To add the option to sign in with Google/Apple, click **`Connect`** and enter your current password to proceed.

  <figure><img src="/files/T2pWEaDUfYtDR75bYfgs" alt=""><figcaption></figcaption></figure>
* To add the option to sign in email and password, click **`Connect`** .If you already have a lock password, please enter it to proceed. Then, enter your new email and password to set up this sign-in method for your account.

### Remove a sign-in method

* Go to **`Settings`** > **`My Account`** > **`Manage Sign-in Methods`**
* Click  **`Disconnect`** to remove a sign-in method. You need to have at least 2 sign-in methods in order to remove one.&#x20;


---

# 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/manage-sign-in-methods.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.
