> For the complete documentation index, see [llms.txt](https://docs.xenioo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xenioo.com/mobile-app/login/mfa-login.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.xenioo.com/mobile-app/login/mfa-login.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
