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

# Form Import Quick Start

> Import a form in 5 minutes

# Form Import Quick Start

> Get an existing form into Terra in under 5 minutes.

## From URL (Google Forms, Typeform, etc.)

<Steps>
  <Step title="Navigate to Import">
    Go to **Forms** → **Import Form**
  </Step>

  <Step title="Paste URL">
    Enter the public URL of your form
  </Step>

  <Step title="Wait for Processing">
    The AI extracts fields (30-60 seconds)
  </Step>

  <Step title="Review & Fix">
    Check field types, labels, and logic
  </Step>

  <Step title="Create Form">
    Click **Import** to create the form
  </Step>
</Steps>

## From PDF

<Steps>
  <Step title="Navigate to Import">
    Go to **Forms** → **Import Form** → **PDF**
  </Step>

  <Step title="Upload PDF">
    Drag and drop or click to upload
  </Step>

  <Step title="Wait for Processing">
    OCR and AI extraction (1-2 minutes for multi-page)
  </Step>

  <Step title="Review & Fix">
    PDF imports may need more cleanup
  </Step>

  <Step title="Create Form">
    Click **Import** to create the form
  </Step>
</Steps>

## From JSON

If you have a Terra JSON export:

1. Go to **Forms** → **Import Form** → **JSON**
2. Paste or upload the JSON
3. Review the preview
4. Click **Import**

## Tips

* **Public URLs only** — The form must be publicly accessible
* **Simple forms work best** — Complex logic may need manual adjustment
* **Review everything** — AI isn't perfect; check field types and labels

***

<Card title="Full Guide" icon="book" href="/integrations/form-import/overview">
  Detailed import documentation
</Card>
