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

# Introduction

> Datachecks is an AI-powered data migration copilot that helps you migrate to cloud platforms faster and with confidence.

Datachecks accelerates data migrations to Snowflake, Databricks, and BigQuery by automating the three most time-consuming phases: understanding your legacy system, translating SQL and ETL logic, and validating data integrity between source and target.

## How it works

Datachecks is built around four AI agents that guide you through the full migration lifecycle:

<CardGroup cols={2}>
  <Card title="Migration Assessment" icon="chart-bar" href="/agents/migration-assessment">
    Analyze stored procedures, views, and SQL complexity to get a full readiness report before migration begins.
  </Card>

  <Card title="Asset Discovery" icon="magnifying-glass" href="/agents/asset-discovery">
    Explore your data assets using natural language. Understand schemas, relationships, and data profiles before you migrate.
  </Card>

  <Card title="Data Validation" icon="shield-check" href="/agents/data-validation">
    Set up and run validations to ensure data accuracy and integrity throughout your migration.
  </Card>

  <Card title="Translation" icon="code" href="/agents/translation">
    Automatically translate SQL queries from your source database dialect to your target platform.
  </Card>
</CardGroup>

## Get started

<CardGroup cols={2}>
  <Card title="Core Concepts" icon="book" href="/getting-started/core-concepts">
    Learn the key terms and concepts used across the platform.
  </Card>

  <Card title="Quickstart" icon="bolt" href="/getting-started/quickstart">
    Connect a data source and run your first comparison in minutes.
  </Card>
</CardGroup>
