> 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/sign-in-with-2fa.md).

# Sign in with 2FA

If you want to use **two-factor authentication** (**2FA**) for your UpNote account, we highly recommend using “**Sign in with Google**” or “**Sign in with Apple**”.&#x20;

* Security is already built in to Sign in with Apple with [two-factor authentication](https://support.apple.com/kb/HT204915). If you use an Apple device, you can sign in and re-authenticate with Face ID or Touch ID anytime.&#x20;
* If you use "Sign in with Google", you may already have enabled 2FA for your Google account or you can set up the 2-step verification following [this guide](https://support.google.com/accounts/answer/185839?hl=en\&co=GENIE.Platform%3DAndroid).

If you are currently signed in with email and password, you can add the “**Sign in with Google**” or “**Sign in with Apple**” method from **Settings > My Account > Manage Sign-in Methods**

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

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


---

# 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/sign-in-with-2fa.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.
