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

# Introduction

> BounceBox turns the emails you already receive into structured data and delivers it to your systems — as a webhook, a reply email, or both.

BounceBox converts the emails your business already receives — invoices, purchase orders, confirmations — into clean, structured JSON. Forward an email to a BounceBox address and the content is extracted into exactly the shape you define, then delivered where it needs to go.

Every **mailbox** combines three things:

<CardGroup cols={3}>
  <Card title="An address" icon="mailbox" href="/dashboard/mailboxes">
    A dedicated inbound address like `inv-7k2f@bouncebox.app`. Forward or auto-route email to it.
  </Card>

  <Card title="An extraction template" icon="file-text" href="/configuration/extraction-templates">
    Invoice, order, or your own custom schema — the shape of the data BounceBox returns.
  </Card>

  <Card title="A delivery method" icon="webhook" href="/configuration/webhooks">
    A signed webhook POST to your system, a reply email, or both — automatic, or after your review.
  </Card>
</CardGroup>

New to BounceBox? The [Quickstart](/quickstart) takes about five minutes: sign up, forward one email, and inspect the extracted result. Curious what happens under the hood first? Read [How BounceBox works](/how-it-works).

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Forward a real email and see structured data in minutes.
  </Card>

  <Card title="Plans & pricing" icon="credit-card" href="/billing/plans">
    Start with a 14-day trial. Every paid plan includes it.
  </Card>
</CardGroup>
