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

# Data Augmentation

> Automatically expand your test datasets from a handful of examples into comprehensive, realistic test suites

## What is Data Augmentation?

Data Augmentation is a Galtea feature that **automatically generates new test cases from a small set of examples**. Instead of manually writing hundreds of test cases, you provide a few representative samples and Galtea produces a diverse test suite that preserves the realism, structure, and domain-specific patterns of your original data.

It is especially useful when you already have a baseline set of test cases and want to expand your coverage without the overhead of manual creation.

<Info>
  Data Augmentation works with all test types — [Accuracy](/concepts/product/test/accuracy-tests), [Security & Safety](/concepts/product/test/security-tests), and [Behavior](/concepts/product/test/behavior-tests). When triggered, your [test](/concepts/product/test) enters the `AUGMENTING` status while new cases are being generated.
</Info>

<video controls muted playsInline className="w-full aspect-video rounded-xl" src="https://mintcdn.com/galtea/CrMHwvQ68HoN2-Q1/videos/data-augmentation-demo.mp4?fit=max&auto=format&n=CrMHwvQ68HoN2-Q1&q=85&s=5290918cf427513935e0813144e78e67" data-path="videos/data-augmentation-demo.mp4" />

## How It Works

Galtea goes beyond simple paraphrasing or template filling. The augmentation engine analyzes your existing test cases to understand their structure, detect domain-specific patterns, and plan diverse scenarios — then generates new cases that are realistic, structurally consistent, and cover different ground from each other.

The result is a larger, high-quality test suite in minutes instead of days, with full control over the output size.

## How to Use Data Augmentation

You can augment any existing test directly from the [Galtea dashboard](https://platform.galtea.ai/):

<Steps>
  <Step title="Navigate to your test">
    Go to the **Tests** section and select the test you want to augment.
  </Step>

  <Step title="Click Augment Test Cases">
    Use the **Augment Test Cases** button to start the augmentation process.
  </Step>

  <Step title="Wait for generation">
    Your test will enter the `AUGMENTING` status. Once complete, the new test cases will be added to your test.
  </Step>
</Steps>

## Related

<CardGroup cols={2}>
  <Card title="Tests" icon="flask" href="/concepts/product/test">
    Learn about tests and test types in Galtea.
  </Card>

  <Card title="Test Cases" icon="list" href="/concepts/product/test/case">
    Understand the structure of individual test cases.
  </Card>
</CardGroup>
