# MFA Login

To log in, enter your **username** and **password**. If **Multi-Factor Authentication (MFA)** is enabled, you'll need to complete an extra verification step. Your organization can set up the following MFA types:

* **Email**
* **SMS**
* **App** (e.g., Google Authenticator)

For updates, visit the MFA Configuration page.

### **How MFA Works**

1. Log in using your credentials as you normally do.

<figure><img src="/files/pRGxqBYC8ZCfv8kQDbOJ" alt="" width="188"><figcaption></figcaption></figure>

2. When MFA is enabled, the app prompts you to select your preferred method to receive a **One-Time Password (OTP)**. \
   You can choose from the available options configured for your account, such as **Email** or **SMS**. \
   The app will then send the OTP through your chosen method.

<figure><img src="/files/VpaIw0QIpTaSLLuf4wyI" alt="" width="188"><figcaption></figcaption></figure>

{% hint style="info" %}
**When only one MFA method is set up**, the app automatically uses that method, bypassing the selection screen.
{% endhint %}

### **Completing the MFA Step**

1. Please check your email, text message, or authenticator app (e.g., Google Authenticator) for the OTP code.
2. **Insert the OTP** in the designated field on the screen.

<figure><img src="/files/1L2wgWbVynnZQKnp9JWu" alt="" width="188"><figcaption></figcaption></figure>

3. Tap **Verify** to proceed.\
   The app will validate the code with the server.

{% hint style="warning" %}
The **Resend OTP** button is available for both **Email** and **SMS** modes. For the **App** mode, the OTP refreshes automatically within your authenticator app, so no resend option is provided.
{% endhint %}

Once your OTP is verified, you'll be directed to the **My Conversations** page, ready to begin.


---

# 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.mylinkconnect.com/mobile-app/login/mfa-login.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.
