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

# MFA Accounts

> Logging into accounts with 2FA enabled

Some accounts come with additional security credentials. This guide covers how to log in and optionally secure them as your own.

## What You Might Receive

<Tabs>
  <Tab title="Email + Recovery Code">
    ```
    Email: account@outlook.com
    Recovery Code: XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
    ```

    The recovery code bypasses all security and lets you reset the password.

    **Go to:** [Email + Recovery Guide](/mfa/email-recovery)
  </Tab>

  <Tab title="Full Credentials">
    ```
    Email: newprimary@outlook.com
    Password: xK9mPqL2vN8s
    Recovery Code: ABCDE-12345-FGHIJ-67890-KLMNO
    Security Email: oldbackup123@domain.com
    Sec Email Pass: inbox_password_here
    Secret Key: JBSWY3DPEHPK3PXP
    ```

    Full access with 2FA secret key for generating login codes.

    **Go to:** [Full Credentials Guide](/mfa/full-credentials)
  </Tab>
</Tabs>

## Quick Links

<CardGroup cols={2}>
  <Card title="2FA Code Generator" icon="clock" href="https://zyger.net/2fa">
    Paste your Secret Key to get 6-digit codes
  </Card>

  <Card title="Email Inbox" icon="envelope" href="https://notletters.com/email/login">
    Access Security Email inbox (notletters domains)
  </Card>

  <Card title="Alt Email Inbox" icon="envelope" href="https://firstmail.ltd/webmail/login/">
    Access Security Email inbox (firstmail domains)
  </Card>

  <Card title="Microsoft Login" icon="right-to-bracket" href="https://login.live.com">
    Sign into Microsoft accounts
  </Card>
</CardGroup>

## After Login

Once you're in, you can optionally [secure the account](/mfa/secure-account) by adding your own recovery email and regenerating the 2FA secret.
