> For the complete documentation index, see [llms.txt](https://support.emarketeer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.emarketeer.com/guides/account-admin/user-accounts.md).

# User guide: Enable Multi Factor Login

Set up Multi-Factor Authentication (MFA) for your eMarketeer login in three steps using an authenticator app. For background on MFA, see [this article](/references/references/accounts-auth/multi-factor-authentication.md).

### Download an authenticator app

Before you start, install an authenticator app on your mobile device if you don't have one. We recommend Google Authenticator or Twilio Authy. Use the links below or search your app store.

{% columns %}
{% column %}

#### Google Authenticator

<div align="left" data-with-frame="true"><img src="/files/ctBx6r5SUswvO9Fso0vJ" alt="Google Authenticator icon"></div>

[![Get it on Google Play](/files/r290A3nFat3tn4f3CoUQ)](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2)[![Download on the App Store](/files/d2muQrK9xWRqQ2CWUlpG)](https://apps.apple.com/se/app/google-authenticator/id388497605)
{% endcolumn %}

{% column %}

#### Twilio Authy 2-Factor Authentication

<div align="left" data-with-frame="true"><img src="/files/bTI6CGwyS40AdGQLqX2G" alt="Twilio Authy icon"></div>

[![Get it on Google Play](/files/r290A3nFat3tn4f3CoUQ)](https://play.google.com/store/apps/details?id=com.authy.authy)[![Download on the App Store](/files/d2muQrK9xWRqQ2CWUlpG)](https://apps.apple.com/us/app/twilio-authy/id494168017)
{% endcolumn %}
{% endcolumns %}

## Set up MFA

Follow these steps after you or your admin has enabled MFA on your account. You can also enable it yourself in eMarketeer under Settings → Edit my profile → toggle MFA on.

{% stepper %}
{% step %}

### Go to the eMarketeer login page

Enter your username and password. If MFA is enabled, you see an "Activate MFA" button. Click it.

<div align="left" data-with-frame="true"><img src="/files/hcSUFn0Qfb2jvuCjzEiL" alt="Activate MFA button on the login page"></div>
{% endstep %}

{% step %}

### Set up the app

A QR code appears. Open your authenticator app on your phone and tap "Scan QR code". Scan the QR code on your computer screen. The app shows a six-digit code — enter it on the computer screen and click "Continue".

<div align="left" data-with-frame="true"><img src="/files/KIDPTGzQi28Hw3m5hJlq" alt="QR code shown during MFA setup"></div>
{% endstep %}

{% step %}

### Save the recovery code

You're now authenticated, but before you continue you're shown a recovery code. Use this code to sign in if you don't have your phone with the authenticator app. Save it somewhere secure. Tick the checkbox to confirm you've saved it, then click "Continue".

<div align="left" data-with-frame="true"><img src="/files/taQx1IRiiK93MscA0a8b" alt="Recovery code displayed during MFA setup"></div>
{% endstep %}
{% endstepper %}

## Next time you log in

The next time you sign in, you see a "Verify your identity" prompt. Open your authenticator app, read the six-digit code, and enter it on the login screen. Tick the checkbox to have eMarketeer remember this device for 30 days so you don't need the app on every sign-in.

<div align="left" data-with-frame="true"><img src="/files/Jw6dxUWJbPa4yrEGUmuM" alt="Verify your identity prompt at sign-in"></div>

If you have any trouble signing in, contact support through the chat box on the login page.


---

# 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:

```
GET https://support.emarketeer.com/guides/account-admin/user-accounts.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.
