## What is two-factor authentication?

2FA (two factor auth) helps keep your account extra secure, by requesting (as well as your password) a unique code that only you have access to.


:::info
Heads up! 2FA authentication is **only available** when using a password to login. If you're using a different method to login, (like Google Sign-in) then you should enable 2FA with your login provider - if available.

:::

## Adding 2FA

Head to Settings→Security in the sidebar, then click the "Setup" button next to "Authenticator App".

 ![](/api/attachments.redirect?id=6c8b6222-122b-4b69-ad21-f896f4ac37fe " =1212x717")

You'll be presented with a QR code to scan. Most mobiles now have a built-in 2FA Authenticator, so you should be able to scan the QR code with your camera app. Alternatively, you can use an app like Google Authenticator.

 ![](/api/attachments.redirect?id=fbfdec00-78e8-444c-830e-9035fae9da6b " =630x747")

Once scanned, you'll be presented with a 6 digit code to enter in the input field below the QR code. After submitting, 2FA Auth will now be active

## Removing 2FA

Head to Settings→Security in the sidebar, then click the "Remove" button next to "Authenticator App".

You'll be asked to enter a 2FA code, then once verified, 2FA will be removed.

 ![](/api/attachments.redirect?id=89a41be6-895d-4a28-9186-f836b0644656 " =1262x745")

## Recovering Access to your 2FA

If you lose access to 2FA, drop us an email and we'll help you recover access, after navigating a series of security questions - [support@leavemealone.com](mailto:support@leavemealone.com)

---

# 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 search API with the q parameter:

```
GET https://help.leavemealone.com/api/search?q=<your_query>
```

The query should be search terms that you're trying to find to answer your question.
The response will contain 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.
