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

# Forgot Password Page

> Build a /forgot page in Framer with the Forgot Password Form to collect a user's email and send a secure password reset link from Auth Plugin.

**Path:** `/forgot` — Public page (not protected)

## Setup

1. Create a page at `/forgot` in Framer
2. Insert **Forgot Password Form** from Components
3. Drag it onto the page

## What It Does

* Single email input
* Sends a password reset email with a secure token link
* Shows a success message after submission

The reset link in the email points to your `/reset` page (see next step).
