# How to configure Feature experimentation and rollout integrations

### Prerequisites

* Access to AB Tasty Feature Experimentation and Rollout platform

{% stepper %}
{% step %}

#### Access the integration hub

1. Log into your AB Tasty account
2. Click on **Integrations,** then **Feature Experimentation**
   {% endstep %}

{% step %}

#### Review push integrations

Push integrations send experiment data from AB Tasty to your third-party tools.

1. Locate the **Push** section
2. Click **See all** if available
3. Review available push integrations:
   * **FullStory** (Replay)
   * **Google Analytics 4** (Analytics)
   * **Heap Analytics** (Analytics)
   * **Mixpanel** (Analytics)

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

{% endstep %}

{% step %}

#### Review pull integrations

Pull integrations receive audience data from your third-party tools into AB Tasty.

1. Locate the **Pull** section
2. Click **See all** if available
3. Review available pull integrations:
   * **FullStory** (Replay)
   * **Google Analytics 4** (Analytics)
   * **Heap Analytics** (Analytics)
   * **Mixpanel** (Analytics)
     {% endstep %}

{% step %}

#### Filter by environment

1. Click the **Filters** dropdown
2. Select your target environment:
   * **All**
   * **PROD**
   * **More environments**
     {% endstep %}

{% step %}

#### Create an integration

1. Choose the integration you need
2. Click **Create** next to the integration name
3. Follow the setup wizard for that specific integration
   {% endstep %}
   {% endstepper %}


---

# 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/feature-experimentation-and-rollout/how-to-configure-feature-experimentation-and-rollout-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.
