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

# Quickstart

> Sign up, forward one email, and inspect your first extracted result in about five minutes.

<Steps>
  <Step title="Sign up">
    Open the dashboard and choose **Continue with email** — we send you a magic link, no password needed — or **Continue with Google**. Your first sign-in creates a workspace and starts your 14-day trial automatically.
  </Step>

  <Step title="Complete the onboarding wizard">
    Five short steps: name your workspace, pick your inbound address, choose a template (Invoices, Orders, or Custom), set up delivery — there is a **Describe it with AI** box if you'd rather describe your setup in plain English — and you're done.
  </Step>

  <Step title="Copy your inbound address">
    Every mailbox gets an address like `inv-7k2f@bouncebox.app`. Find it on the mailbox page and copy it.
  </Step>

  <Step title="Forward a real email to it">
    Forward an actual invoice or order email — with its PDF or spreadsheet attachment — to your inbound address. Auto-forwarding rules from your existing inbox work the same way.
  </Step>

  <Step title="Watch it process in the Inbox">
    Open **Inbox** in the dashboard. The email moves through `RECEIVED` and `PROCESSING` until it reaches `COMPLETED`. This usually takes seconds.
  </Step>

  <Step title="Inspect the result">
    Open the email to see the **EXTRACTED RESULT** panel — the structured JSON BounceBox produced — plus attachment parse statuses and the delivery log showing exactly what was sent where.
  </Step>
</Steps>

From here, shape it to your workflow:

<CardGroup cols={3}>
  <Card title="Configure the mailbox" icon="settings" href="/dashboard/mailboxes">
    Templates, delivery mode, allowed senders, and more.
  </Card>

  <Card title="Set up a webhook" icon="webhook" href="/configuration/webhooks">
    Receive signed POSTs with the extracted JSON.
  </Card>

  <Card title="Invite your team" icon="users" href="/help/faq">
    Workspaces support owner, admin, and member roles — invite teammates from Settings.
  </Card>
</CardGroup>
