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

# Introduction

Vern helps SaaS teams move customer data from a customer's old system into yours, fast.

You create a company for your new customer, collect their data, run an AI-driven import that maps their data to your schema, then send the cleaned result to your app.

## How it fits together

<CardGroup cols={2}>
  <Card title="Onboard a new customer" icon="building" href="/help-center/onboard/create-a-company">
    Create a company, share a magic link, and start pulling in their data — from uploads or forms.
  </Card>

  <Card title="Clean customer data" icon="wand-magic-sparkles" href="/help-center/import/how-it-works">
    An AI agent maps their data to your templates, asks clarifying questions, and shows you the plan before it runs.
  </Card>

  <Card title="Send data to your app" icon="paper-plane" href="/help-center/send/export-a-workbook">
    Export the cleaned data as CSV or stream it into your app over a webhook.
  </Card>

  <Card title="Migration API" icon="code" href="/migration-api/introduction">
    Create companies and receive cleaned data from your own backend using the REST API.
  </Card>
</CardGroup>

## Next steps

* [Quickstart](/help-center/get-started/quickstart) — onboard your first customer end to end.
