> For the complete documentation index, see [llms.txt](https://docs.hackle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hackle.io/en/external-link/integrations.md).

# External Integration

Integrate with external services to get more out of Hackle.

![](https://143363954-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyAVlNQhS253reum0Ce94%2Fuploads%2Fgit-blob-5fe29072e901f61ef75bd3e94c52df61e8495510%2F0d6d3a8-Integration_75d91ba751c302d2.png?alt=media)

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><i class="fa-jira">:jira:</i></td><td><strong>Jira Integration</strong></td><td>Connect Jira issues with Hackle experiments to automate your workflow</td><td><a href="/en/external-link/jira-integration.md">Jira Integration</a></td></tr><tr><td><i class="fa-slack">:slack:</i></td><td><strong>Slack Integration</strong></td><td>Receive experiment results and key notifications in your Slack channel in real time</td><td><a href="/en/external-link/slack-integration.md">Slack Integration</a></td></tr><tr><td><i class="fa-bullseye-arrow">:bullseye-arrow:</i></td><td><strong>Adjust Integration</strong></td><td>Integrate Adjust attribution data with Hackle</td><td><a href="/en/external-link/adjust-integration.md">Adjust Integration</a></td></tr><tr><td><i class="fa-bridge">:bridge:</i></td><td><strong>Airbridge Integration</strong></td><td>Integrate Airbridge attribution data with Hackle</td><td><a href="/en/external-link/airbridge-integration.md">Airbridge Integration</a></td></tr><tr><td><i class="fa-rocket-launch">:rocket-launch:</i></td><td><strong>AppsFlyer Integration</strong></td><td>Integrate AppsFlyer attribution data with Hackle</td><td><a href="/en/external-link/appsflyer-integration.md">AppsFlyer Integration</a></td></tr><tr><td><i class="fa-chart-line">:chart-line:</i></td><td><strong>Google Analytics Integration</strong></td><td>Analyze Hackle experiment data alongside Google Analytics</td><td><a href="/en/external-link/google-analytics-integration.md">Google Analytics Integration</a></td></tr><tr><td><i class="fa-database">:database:</i></td><td><strong>Datadog Integration</strong></td><td>Monitor Hackle events in Datadog</td><td><a href="/en/external-link/datadog-integration.md">Datadog Integration</a></td></tr><tr><td><i class="fa-plug">:plug:</i></td><td><strong>MCP</strong><br><strong>(Model Context Protocol)</strong></td><td>Query Hackle data from<br>AI agents</td><td><a href="/en/ai/model-context-protocol.md">MCP Integration</a></td></tr><tr><td><i class="fa-tower-broadcast">:tower-broadcast:</i></td><td><strong>CRM Marketing Channels</strong></td><td>Integrate CRM channels such as Push, KakaoTalk, and Text Message</td><td><a href="/en/external-link/crm-channels.md">CRM Marketing Channels</a></td></tr></tbody></table>


---

# 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.hackle.io/en/external-link/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.
