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

# Recover Password

> Learn how to reset your password and regain access to your LISA account

import { Steps } from '@/components/steps';
import { Warning, Info } from '@/components/alerts';

### Resetting Your Password

If you've forgotten your password or need to reset it for security reasons, follow these steps to regain access to your LISA account:

<Steps>
  <Step title="Visit the Password Recovery Page">
    Open your web browser and navigate to the LISA password recovery page:
    [https://lisaapp.in/auth/forgot](https://lisaapp.in/auth/forgot).
    <Info>Bookmark this page for quick access in the future.</Info>
  </Step>

  <Step title="Enter Email Address">
    Input the email address associated with your LISA account in the provided field.

    <Warning>
      Make sure to use the correct email address to receive the password reset instructions.
    </Warning>
  </Step>

  <Step title="Request Password Reset">
    Click on the "Reset Password" or "Send Reset Instructions" button to initiate the password reset process.

    <Info>
      Check your email inbox (including spam or junk folders) for the password reset instructions.
    </Info>
  </Step>

  <Step title="Follow Instructions">
    Open the email from LISA containing the password reset link or instructions.

    <Warning>
      Be cautious of phishing emails and ensure the sender is from a legitimate LISA domain.
    </Warning>
  </Step>

  <Step title="Set New Password">
    Follow the provided instructions to set a new password for your LISA account.

    <Info>
      Choose a strong and unique password to enhance the security of your account.
    </Info>
  </Step>

  <Step title="Log In">
    Once you've successfully reset your password, log in to your LISA account using the new credentials.

    <Info>
      Bookmark the login page for quick access in the future.
    </Info>
  </Step>
</Steps>

<Warning>
  If you don't receive the password reset email within a few minutes, check your spam or junk folders. If you still encounter issues, contact your LISA Admin for assistance.
</Warning>

## Troubleshooting

If you encounter any difficulties during the password recovery process, consider the following troubleshooting steps:

* Ensure you're using the correct email address associated with your LISA account.
* Check your spam or junk folders for the password reset email.
* Verify that the email is from a legitimate LISA domain to avoid phishing attempts.
* Contact your LISA Admin if you're unable to reset your password successfully.

By following these steps and best practices, you can securely reset your password and regain access to your LISA account.
