# Multi-Factor Authentication

## Default MFA Settings

All Organizations have Multi-Factor Authentication enabled by default. The default settings allow platform users to remember their browser for up to 30 days and uses an **Adaptive MFA** strategy (see below for details).

## Modify MFA Settings

{% hint style="warning" %}
After modifying MFA settings it make take up to 1 hour before the changes take effect.
{% endhint %}

To view or modify the default MFA settings you can log into the platform and [navigate to your Organization Settings](/platform/organizations.md#accessing-organization-context) page.

Next, click the `Security` tab, and then note the current settings for **Remember Browser** and **MFA Mode** within the **Multi-Factor Authentication (MFA)** section.

<figure><img src="/files/hYQyMEQzGbTbr7750xsM" alt=""><figcaption></figcaption></figure>

From here you can click the **Edit** button to make changes to these settings.

**Remember Browser**

When enabled, users will be allowed to check a box to skip MFA for 30 days for their current browser.&#x20;

**MFA Mode**

* **Adaptive**: Users will be prompted to complete MFA when using a new device, impossible travel distance is detected, or when they are using a suspicious IP address.
* **Mandatory**: If Remember Browser is enabled, users will be prompted to complete MFA once every 30 days or after 7 days without at least one successful login. If Remember Browser is disabled, users will be prompted for MFA every time they login.

{% hint style="info" %}
If you want your users to complete the MFA process after every successful login you should turn off **Remember Browser** and set **MFA Mode** to **Mandatory.**
{% 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://documentation.pushly.com/platform/organizations/multi-factor-authentication.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.
