> 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/integration-assistant.md).

# Integration Assistant

Use the Integration Assistant for guided setup of third-party integrations with step-by-step instructions.

<figure><img src="/files/wpAGLflWilFmCJE9FPZT" alt=""><figcaption></figcaption></figure>

## What the assistant does <a href="#what-the-assistant-does" id="what-the-assistant-does"></a>

The Integration Assistant helps you connect to popular platforms without manual configuration:

* **Guided setup**: Step-by-step instructions for each platform
* **Pre-built templates**: Ready-to-use integration configurations
* **Configuration helpers**: Automatically fills in required parameters
* **Testing tools**: Verify connections work before going live

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

{% stepper %}
{% step %}

#### Open Integration Assistant

Go to <kbd>Activate</kbd> > <kbd>Integrations</kbd> > <kbd>Integration Assistant</kbd>.

<figure><img src="/files/Q9eJPbvU6wVsk6UTZp4n" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Select your platform

Choose the tool you want to integrate from the available options:

* Adobe
* Facebook
* Google Analytics
* Google Tag Manager
* Snapchat
* TikTok

Or type your request in the message field:&#x20;

<figure><img src="/files/geJ8Nfzx62YfGxn5rCoN" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### &#x20;Choose data type

Select which type of data to integrate:

* Predictions
* Audiences
* Events
* Affinities
* Attributes

<figure><img src="/files/nCCHYwJywibrCqgwRb2f" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### &#x20;Follow setup wizard

The assistant guides you through:

* Account connection: Authenticate with your platform account
* Data mapping: Map AdaptiveCX data to platform fields
* Testing: Verify the connection works
* Activation: Turn on the integration
  {% endstep %}

{% step %}

### &#x20;Verify the connection

Test that data flows correctly between AdaptiveCX and your platform.
{% endstep %}
{% endstepper %}


---

# 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/integration-assistant.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.
