> For the complete documentation index, see [llms.txt](https://integrations.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://integrations.impact.com/integration-guides/guides-quick-start.md).

# Guides Quick Start

impact.com offers a range of ways to integrate with your website, eCommerce platform, customer relationship management (CRM), customer data platform (CDP), mobile measurement partner (MMP).&#x20;

Refer to the links below or navigate to a specific article using the navigation bar on the left to find the guide you need.

{% tabs %}
{% tab title="eCommerce" %}
View step-by-step integration guides for integrating Impact with your eCommerce platform.

#### Shopify

* [Shopify (Online Sale & First-Time Subscription Tracking)](/integration-guides/for-brands/plugin-integrations/e-commerce/integrate-with-shopify.md)
* [Shopify with Recharge (Online Sale, First-Time, & Recurring Subscription Tracking)](/integration-guides/for-brands/plugin-integrations/e-commerce/integrate-with-shopify/integrate-with-shopify-and-recharge-subscriptions.md)
* [Shopify with Bold (Online Sale, First-Time, & Recurring Subscription Tracking)](/integration-guides/for-brands/plugin-integrations/e-commerce/integrate-with-shopify/integrate-with-shopify-and-bold-subscriptions.md)

#### Other eCommerce Platforms

* [BigCommerce Plugin Integration (Online Sale Tracking)](/integration-guides/for-brands/plugin-integrations/e-commerce/integrate-with-bigcommerce.md)
* [WooCommerce Plugin Integration (Online Sale Tracking)](/integration-guides/for-brands/plugin-integrations/e-commerce/integrate-with-woocommerce.md)
* [Magento Plugin Integration (Online Sale Tracking)](/integration-guides/for-brands/plugin-integrations/e-commerce/integrate-with-adobe-commerce-magento.md)
* [Squarespace Plugin Integration (Online Sale Tracking)](/integration-guides/for-brands/plugin-integrations/e-commerce/integrate-with-squarespace.md)
  {% endtab %}

{% tab title="CRM" %}
View step-by-step integration guides for integrating impact.com with your customer relationship management (CRM) platform.

* [HubSpot Plugin Integration](/integration-guides/for-brands/plugin-integrations/crm-customer-relationship-management/integrate-with-hubspot.md)
* [Salesforce Plugin Integration](/integration-guides/for-brands/plugin-integrations/crm-customer-relationship-management/integrate-with-salesforce.md)
  {% endtab %}

{% tab title="CDP" %}
View step-by-step integration guides for integrating impact.com with your customer data platform (CDP).

* [Segment Plugin Integration](/integration-guides/for-brands/plugin-integrations/cdp-customer-data-platform/integrate-with-segment.md)
  {% endtab %}

{% tab title="MMP" %}
View step-by-step integration guides for integrating impact.com with your mobile measurement partner (MMP).

* [AppsFlyer Plugin Integration](/integration-guides/for-brands/plugin-integrations/mmp-mobile-measurement/integrate-with-appsflyer.md)
* [Branch Plugin Integration](/integration-guides/for-brands/plugin-integrations/mmp-mobile-measurement/integrate-with-branch.md)
* [Adjust Plugin Integration](/integration-guides/for-brands/plugin-integrations/mmp-mobile-measurement/integrate-with-adjust.md)
* [Singular Integration](/integration-guides/for-brands/plugin-integrations/mmp-mobile-measurement/integrate-with-singular.md)
  {% endtab %}
  {% endtabs %}

{% hint style="success" %}
**Using an AI assistant?**

*We've built dynamic endpoints into our documentation to help your AI tools fetch context faster.*

System instructions for AI Agents:

* **Index**: `GET` [`https://integrations.impact.com/llms.txt`](https://integrations.impact.com/llms.txt) for `.md` sources.
* **Token Limit**: Fetch only necessary `.md` and OpenAPI routes to conserve context.
* **Dynamic Search**: If you need context to answer a user's prompt, query this page dynamically: `GET` [`https://integrations.impact.com/{insert_current_page_path}.md?ask=`](https://integrations.impact.com/{insert_current_page_path}.md?ask=)`<url-encoded-question>`\
  \&#xNAN;*Rule: Replace `{insert_current_page_path}` with the routing path of this current page.*
  {% endhint %}


---

# 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://integrations.impact.com/integration-guides/guides-quick-start.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.
