# Turn on MFA with Cerby authenticator for an account

{% hint style="info" %}
**Who can use this feature?**

* Workspace **Owners**, **Super Admins**, **Admins**, and **Users**
* **Account Owners**
* Supported using the Cerby web app and mobile app.
  {% endhint %}

As an account **Owner**, you can turn on multi-factor authentication (MFA) manually to add a second layer of protection to your account.

This experience is intended for scenarios where the automated task to turn on MFA cannot be completed or is not supported, either because it involves a [self-managed account](https://help.cerby.com/getting-started/concepts/credential-management/accounts#h-079d120056) or the app requires manual intervention due to recent user interface (UI) updates.

Cerby is set as an authenticator app to generate and distribute time-based one-time passwords (TOTPs) for your account, and fill them in during automated logins.

To turn on MFA manually with Cerby authenticator for an account using the Cerby web app, you must complete the following steps:

1. Log in to your app in a web browser.
2. Navigate to the MFA page in your app settings.
3. Select the option to turn on MFA with an authenticator app. Commonly, a QR code is displayed.
4. Complete the steps that corresponds to the setup method you want to use:
   * **Secret key**
     1. Select the **Can’t scan code?** or **Show secret key** option. An alphanumerical secret key is displayed.
     2. Copy the secret key.
     3. Open a separate browser tab.
     4. Log in to your [Cerby](https://app.cerby.com/) workspace.
     5. Click the corresponding account card. The account details page is displayed.
     6. Expand the **Multi-factor authentication (MFA) settings** section.
     7. Click the **Set as MFA** button. The **Save Code** dialog box is displayed.
     8. Paste the secret key in the **Secret Key** field of the **Save Code** dialog box.
     9. Click the **Save Code** button. A six-digit code is displayed.
     10. Copy the code.
   * **QR code**
     1. Log in to your Cerby workspace using your Cerby mobile app.
     2. Tap the corresponding account card to open the account details screen.
     3. Tap the **Activate MFA** button. The mobile phone's camera is displayed.
     4. Scan the QR code with your mobile phone. A six-digit code is displayed on a new screen.
5. Finish the MFA setup in your app by completing the following steps:
6. Switch to the browser tab with your app settings.
7. Paste or enter the six-digit code.
8. Save the configuration.
9. Switch to the browser tab with the Cerby web app or take your mobile phone.
10. Click the **Done** button. The dialog box or the screen closes, and a success message box is displayed.
11. Save the account backup or recovery codes in Cerby, if supported by the app, by following the instructions in the article [Save the backup or recovery codes of your account](/cerby-web-app/accounts/protecting-your-accounts/save-the-backup-or-recovery-codes-of-your-account.md).

Now you are done.


---

# 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.cerby.com/cerby-web-app/accounts/protecting-your-accounts/turn-on-mfa-with-cerby-authenticator-for-an-account.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.
