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

# Quickstart

> Get tests running on your PRs in 5 minutes.

Get your existing tests running automatically on every PR, with AI-powered test evolution.

## Step 1: Add Your Repository

<Steps>
  <Step title="Go to Testing > Repos">
    Open the Testing section in the dashboard
  </Step>

  <Step title="Click Add Repository">
    Select your repository from GitHub
  </Step>

  <Step title="Save">
    Use default settings for now - you can configure later
  </Step>
</Steps>

## Step 2: Import Your Tests

<Steps>
  <Step title="Go to Testing > Tests">
    Navigate to the Tests page
  </Step>

  <Step title="Click New Test">
    Click "New Test" button
  </Step>

  <Step title="Select Your Repository">
    Choose the repo you just added
  </Step>

  <Step title="Choose Unit or Integration">
    Select your test type
  </Step>

  <Step title="Click Import Tab">
    Switch to "Import Existing"
  </Step>

  <Step title="Select Tests">
    Paragon finds your tests - select the ones you want
  </Step>

  <Step title="Import">
    Click "Import Selected"
  </Step>
</Steps>

## Step 3: Enable Run on PR

<Steps>
  <Step title="Go to Testing > Repos">
    Back to your repositories
  </Step>

  <Step title="Click Your Repository">
    Open repository settings
  </Step>

  <Step title="Enable Run on PR">
    Toggle on "Run on PR"
  </Step>

  <Step title="Save">
    Your tests now run on every pull request
  </Step>
</Steps>

## Step 4: Enable Evolving Tests

<Steps>
  <Step title="Scroll to Evolving Tests">
    In the same repository settings page
  </Step>

  <Step title="Enable Toggle">
    Turn on "Enable Evolving Tests"
  </Step>

  <Step title="Enable Auto-Run on PR">
    Toggle on to auto-analyze every PR
  </Step>

  <Step title="Save">
    Paragon will now propose test updates when your code changes
  </Step>
</Steps>

***

## What Happens Next

**On your next PR:**

1. Your imported tests run automatically
2. Results appear as a GitHub status check
3. Paragon analyzes your changes and proposes test updates
4. Review proposals and accept to keep tests in sync

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Generate New Tests" icon="wand-magic-sparkles" href="/dashboard/testing/generating">
    Create E2E or unit tests with AI
  </Card>

  <Card title="Configure Settings" icon="gear" href="/dashboard/testing/repos">
    Fine-tune triggers, env vars, and more
  </Card>
</CardGroup>
