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

# Profile Form

> Auth Plugin profile form that auto-loads the signed-in user's name, email, and custom fields, with inline avatar upload and validation on save.

A pre-built form for users to view and edit their profile information.

## Properties

| Property          | Type    | Description                    | Default   |
| ----------------- | ------- | ------------------------------ | --------- |
| **Accent Color**  | Color   | Button and focus color         | `#9EE86F` |
| **Show Avatar**   | Boolean | Display avatar above the form  | `true`    |
| **Custom Fields** | Array   | Additional custom input fields | `[]`      |

## Features

* Auto-populates with the current user's data (name, email)
* Inline avatar display with upload option
* Save changes button with loading state
* Validation on all fields
* Success feedback after save

## Usage

Place this on an account or profile page (e.g., `/account`). The form automatically loads the authenticated user's current data.
