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

# Dashboard

> Create and manage forms, review submissions, and configure notifications and security - all from one place.

<Info>**Free** - the dashboard itself is free; some per-form actions and settings are Pro-gated (noted below).</Info>

The dashboard at [formpaste.com/dashboard](https://app.formpaste.com)
is where forms are created and configured. There's no separate REST API for
form management - the dashboard (and the [MCP server](/docs/agents/mcp-server)
for agents) are the two ways to create and manage a form.

## Forms list

The landing view lists every form on your account, each with its inbox/spam
counts. Click **New form** to create one - see [Your first form](/docs/first-form)
for the full walkthrough, including destination-email verification.

## Per-form view

Opening a form gives you:

* **Inbox / Spam tabs** - submissions that passed filtering vs. those
  [quarantined](/docs/features/quarantine). Each is paginated with counts shown
  as badges.
* **Setup tab** - the form's `access_key` and snippet, [allowed domains and
  the allow-disposable-email toggle](/docs/features/custom-domains), notification
  customization (`notification_subject`, `sender_name`, `reply_to_field` —
  see [Notifications](/docs/features/notifications)), and the [redirect](/docs/features/redirects)
  URL.
* **Automations** - Pro features that live per-form: [autoresponder](/docs/features/autoresponder),
  [additional recipients](/docs/features/multiple-recipients), and [webhooks](/docs/features/webhooks).
  Visible on Free as locked/upsell entries.

From the Inbox tab you can also export that form's submissions to CSV - see
[CSV export](/docs/features/csv-export) - and delete individual submissions.

## Account settings

* **Rotate or delete** a form's `access_key` - see [Multiple forms](/docs/features/multiple-forms).
* **API tokens** - mint an `fpat_…` token for the [MCP server](/docs/agents/mcp-server).
* **Data & privacy** - account-wide CSV export across all your forms; see
  [CSV export](/docs/features/csv-export).
* **Billing** - plan and usage; see [Free plan limits](/docs/features/free-plan-limits)
  and [Pro plan](/docs/features/pro-plan).

## Agent-native alternative

Everything under **Forms** (creating a form, fetching its snippet, listing
its submissions) can also be done by an AI agent through the
[MCP server](/docs/agents/mcp-server), using an account API token instead of a
dashboard session. Destination-email verification is the one step that
always requires a human in the dashboard - an agent can't read your inbox to
retrieve the OTP.
