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

# Account / Profile

> Build a protected /account page in Framer where signed-in users can update their name and email, and upload a new profile photo via the avatar.

**Path:** `/account` — Protected page (requires login)

## Setup

1. Create a page at `/account` in Framer

2. Add this page to **Protected Pages** in the plugin panel

3. Insert these components:
   * **Profile Form** — Name and email editing
   * **Avatar** — Profile picture with upload

4. Drag them onto your `/account` page

## What It Does

* Auto-populates with the current user's data
* Users can update their name and email
* Avatar shows the user's photo or initials as fallback
* Upload a new profile picture
