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

# Sign Up Page

> Build your /sign-up page in Framer with the Sign Up Form: name, email, and password fields, real-time validation, auto-login, and a welcome email.

**Path:** `/sign-up` — Public page (not protected)

## Setup

1. Create a page at `/sign-up` in Framer
2. Insert **Sign Up Form** from Components
3. Drag it onto the page

## What It Does

* Full Name, Email, Password, and Confirm Password fields
* Real-time password match validation
* Auto-login after successful registration
* Sends a welcome email automatically
* Redirects to your welcome page (or custom URL)

<Tip>
  Link from your Sign In page: "Don't have an account? Sign Up"
</Tip>

## Customization

| Property        | Description                    |
| --------------- | ------------------------------ |
| Accent Color    | Button and focus ring color    |
| Border Radius   | Input and button corner radius |
| Button Text     | Submit button label            |
| Redirect URL    | Where to go after signup       |
| Show Name Field | Toggle full name input on/off  |
