# How to Setup Multi-factor Authentication (MFA) on ScoreDetect?

To further enhance your account security and be in line with industry standards, we now require all users to enable **Multi-Factor Authentication** (MFA). This additional layer of protection helps safeguard your account from unauthorized access.

{% embed url="<https://youtu.be/jvADH_goEHA>" %}
Video walkthrough on the **MFA setup** process (typically takes less than 1 minute)
{% endembed %}

### How to Setup MFA on ScoreDetect

1. You can **log into ScoreDetect.com** and then you will be prompted to get it set up. If you are *registering* a new account, then you will be prompted after registering.
2. You will be directed to the **Dashboard Settings** screen > [Multi-Factor Authentication](https://www.scoredetect.com/dashboard/settings#multi-factor-authentication) menu.
3. Click the "**Setup MFA**" button
4. **Scan the QR code** using an authentication provider. Here are some suggested apps, such as:
   1. Google Authenticator app
   2. Microsoft Authenticator app
   3. Authy app
   4. or, your own Password manager's TOTP (Time-based One-time Password) feature
5. If you wish to *manually input the secret*, you can click the "show" link beside, and copy the details to your preferred authentication provider.
6. Enter the **Verification Code** in the box. Note that this typically rolls every 30 seconds.
7. Once added, click the "**Enable MFA**" button.
8. You will then have your Recovery Code automatically downloaded in your browser.
9. Once you have successfully stored your Recovery Code for safe-keeping, please click on the "**Complete Setup**" button. **Treat your Recovery Code like a password.**

{% hint style="info" %}
**Tip**: Store your **Recovery Code** somewhere safe. We recommend adding it in the **Notes** section in your preferred password manager app.
{% endhint %}


---

# 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://docs.scoredetect.com/security/how-to-setup-multi-factor-authentication-mfa-on-scoredetect.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.
