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

# Overview

> Prequel is the easiest way for B2B software companies to transfer data to customers.

<Note>
  This guide is written exclusively for **Prequel Export**. To learn more about **Prequel Import**, see the [Prequel Import Guide](/import).
</Note>

Prequel makes it easy for engineering and product teams to connect to customers' data warehouses, databases, or object storage and sync data to them. Prequel connects directly to the data stores and efficiently moves data from source to destination. Complexity around high volumes, high reliability, and data integrity, across SQL dialects, data types, and connection modalities, is all abstracted away behind the Prequel API.

<Columns cols={2}>
  <Card title="Export Quickstart" icon="rocket" href="/export/getting-started/quickstart">
    Set up Prequel and share data with your first customer destination.
  </Card>

  <Card title="API Reference" icon="code" href="/export/api-reference/overview">
    Every Export API endpoint, with request and response schemas.
  </Card>
</Columns>

## Core concepts

<Columns cols={3}>
  <Card title="Sources" icon="database" href="/export/concepts/sources">
    Where Prequel reads your data from.
  </Card>

  <Card title="Models" icon="table" href="/export/concepts/models">
    Define which data is shared and how it is shaped.
  </Card>

  <Card title="Destinations" icon="bullseye-arrow" href="/export/concepts/destinations">
    Where your customers receive their data.
  </Card>

  <Card title="Recipients" icon="users" href="/export/concepts/recipients">
    The customers you share data with.
  </Card>

  <Card title="Transfers" icon="arrows-rotate" href="/export/concepts/transfers">
    How Prequel moves data on a schedule.
  </Card>

  <Card title="Multi-tenancy" icon="layer-group" href="/export/concepts/multi-tenancy">
    Isolate and scope data per recipient.
  </Card>
</Columns>

## Supported destinations

Prequel writes to all major warehouses, databases, object stores, and lakes.

<Columns cols={2}>
  <Card title="Warehouses" icon="warehouse" href="/export/destinations/overview">
    Load fully-typed tables into cloud data warehouses like Snowflake, BigQuery, Redshift, Databricks, and Athena.
  </Card>

  <Card title="Databases" icon="database" href="/export/destinations/overview">
    Write to the transactional databases your customers already run, including Postgres, MySQL, MongoDB, Oracle, and SQL Server.
  </Card>

  <Card title="Object storage" icon="box-archive" href="/export/destinations/overview">
    Deliver `Parquet`, `CSV`, or `JSON` in Apache Hive-style partitions to S3, Google Cloud Storage, Azure Blob Storage, and SFTP.
  </Card>

  <Card title="Open table format" icon="layer-group" href="/export/destinations/overview">
    Get native schema evolution, deduplication, and ACID transactions on your lake with Delta Lake and Apache Iceberg.
  </Card>
</Columns>

<Note>
  **Support**

  Questions getting started? Contact your Prequel representative. For FAQ and how-to guides on using Prequel Export, see the [Prequel Export Knowledge Base](https://support.prequel.co).
</Note>
