> ## 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.

# Reset Password Page

> Build a /reset page in Framer with the Reset Password Form, which reads the token from the URL automatically so users can set a brand new password.

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

## Setup

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

## What It Does

* New Password and Confirm Password fields
* The reset token is read from the URL automatically (sent via the forgot password email)
* Redirects to sign-in after successful reset

<Note>
  You don't need to handle the token manually. When the user clicks the reset link in their email, the token is in the URL and the component reads it automatically.
</Note>
