> For the complete documentation index, see [llms.txt](https://docs.abtasty.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abtasty.com/adaptivecx/getting-started/activate/integrations.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
