> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anyshift.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Multi Factor Authentication (MFA)

> How to set up and use Multi Factor Authentication in Anyshift

## Setting Up MFA

To enroll a new device for Multi Factor Authentication (MFA) in Anyshift, follow these steps:

<Steps>
  <Step title="Go to your Profile">
    Log in to your Anyshift account and navigate to the **Profile** page.
  </Step>

  <Step title="Enable MFA">
    Click on **Enable MFA** and choose your preferred method. Currently, only TOTP (authenticator apps) is supported.
  </Step>

  <Step title="Complete setup">
    Scan the QR code with your authenticator app and enter the verification code to confirm.
  </Step>
</Steps>

You will be required to enter a verification code from your authenticator app each time you log in.

## Enforcing MFA for Your Organization (Org Admins Only)

Organization admins can require all members to use MFA across the entire organization.

<Steps>
  <Step title="Set up MFA on your own account first">
    You must have MFA enabled on your own account before you can enforce it for others.
  </Step>

  <Step title="Go to Settings">
    Navigate to the **Settings** page.
  </Step>

  <Step title="Enable enforcement">
    Under the **Security** section, toggle **Require MFA for all organization members**. This applies to all projects in the organization.
  </Step>
</Steps>

Once enforced, every member and admin in your organization will be required to set up and use MFA to access any project.

<Note>
  MFA enforcement can be combined with [SSO](/pages/privacy_security/sso) for additional security.
</Note>
