# Integrations

Connect AdaptiveCX to your existing tools and data sources. The Integrations section provides three ways to connect and export data.

## Integration options <a href="#integration-options" id="integration-options"></a>

### Data Connections <a href="#data-connections" id="data-connections"></a>

Create custom integrations to export specific AdaptiveCX data to external platforms.

* Export audience membership to marketing platforms
* Send prediction scores to CDPs
* Stream events to analytics tools
* Sync visitor data to CRM systems

Learn more about [Data Connections](https://docs.abtasty.com/adaptivecx/getting-started/activate/integrations/data-connections)

### Integration Assistant <a href="#integration-assistant" id="integration-assistant"></a>

Guided setup for connecting to popular third-party platforms.

* Step-by-step instructions
* Pre-built integration templates
* Supported platforms: Google Analytics, Adobe, Facebook, Snapchat, TikTok, and more

Learn more about [Integration Assistant](https://docs.abtasty.com/adaptivecx/getting-started/activate/integrations/integration-assistant)

### API Builder <a href="#api-builder" id="api-builder"></a>

Server-side API access for custom integrations and data export.

* Raw data endpoint for session-level data
* Aggregated data endpoint for metrics
* Programmatic access to all AdaptiveCX data

Learn more about [API Builder](https://docs.abtasty.com/adaptivecx/getting-started/activate/integrations/api-builder)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.abtasty.com/adaptivecx/getting-started/activate/integrations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
