> 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/get-started/manage-your-account/manage-sign-in-methods.md).

# 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
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/get-started/manage-your-account/manage-sign-in-methods.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.
