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

# Connectors

> Connect a data source and make it actionable

Adapter connects to your data sources, indexes their contents, and runs comprehension over them to extract key facts, entities, and their relationships.
We support a growing list of popular tools out of the box, and you can use a [custom connector](/core-concepts/custom-connectors) to push data directly when you'd rather manage the connection yourself.

## Connecting a source

Adapter handles the parts of ingestion that are tedious to build yourself: authenticating with the source, pulling records, normalizing them, and keeping the index up to date. You configure the connector; Adapter manages the pipeline.

## Comprehension

Adapter's internal processing engine runs over data to identify and resolve the entities and the relationships present, including resolving and deduplicating across sources.

## Sync modes

Adapter supports batch sync to backfill historical data, along with real-time sync that keeps your data up to date.

## Custom connectors

If you'd rather own the integration yourself, create a custom connector and push events directly. See [Custom connectors](/core-concepts/custom-connectors) for the full guide.

## What's next

<CardGroup cols={2}>
  <Card title="Supported providers" icon="plug" href="/core-concepts/providers">
    See which sources you can connect.
  </Card>

  <Card title="Custom connectors" icon="upload" href="/core-concepts/custom-connectors">
    Push your own data into Adapter.
  </Card>

  <Card title="Entities" icon="diagram-project" href="/core-concepts/entities">
    Learn what Adapter extracts from your data.
  </Card>
</CardGroup>
