> For the complete documentation index, see [llms.txt](https://docs.zipy.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zipy.ai/integration.md).

# Integration

- [Amplitude](https://docs.zipy.ai/integration/amplitude.md): Enhance analytics by integrating Zipy with Amplitude.
- [Azure DevOps](https://docs.zipy.ai/integration/azure-devops.md)
- [Coralogix](https://docs.zipy.ai/integration/coralogix.md): Get Zipy session url against error in Coralogix
- [DevRev](https://docs.zipy.ai/integration/devrev.md): Get Zipy session url for a user in DevRev.
- [Drift](https://docs.zipy.ai/integration/drift.md): Boost Drift support with Zipy Session URL for targeted assistance.
- [Errorception](https://docs.zipy.ai/integration/errorception.md): Enhance error tracking in Errorception with Zipy's session URL metadata.
- [Factors](https://docs.zipy.ai/integration/factors.md): Boost Factors insights with Zipy session URL integration for enhanced user profile tracking.
- [Freshchat](https://docs.zipy.ai/integration/freshchat.md): Enhance Freshchat support with Zipy session URLs for faster issue resolution and improved customer experience.
- [Google Analytics](https://docs.zipy.ai/integration/google-analytics.md): Get valuable insights in Google Analytics by integrating Zipy session URLs for session replay tracking.
- [Heap](https://docs.zipy.ai/integration/heap.md): Enrich Heap user profiles with Zipy session URLs for better analysis.
- [HelpScout](https://docs.zipy.ai/integration/helpscout.md): Streamline troubleshooting and provide personalized assistance in HelpScout support requests with Zipy session URLs.
- [Honeybadger](https://docs.zipy.ai/integration/honeybadger.md): Simplify error tracking in Honeybadger with Zipy session URLs for better context and effortless debugging.
- [Hubspot](https://docs.zipy.ai/integration/hubspot.md)
- [Intercom](https://docs.zipy.ai/integration/intercom.md): Enhance Intercom support with Zipy session URLs for faster issue resolution and improved customer experience.
- [Mixpanel](https://docs.zipy.ai/integration/mixpanel.md): Boost Mixpanel insights with Zipy session URL integration for enhanced user profile tracking.
- [New Relic](https://docs.zipy.ai/integration/new-relic.md): Get a Zipy session URL against Browser Interactions in New Relic
- [Pendo](https://docs.zipy.ai/integration/pendo.md): Level up Pendo user insights using Zipy session links for comprehensive session tracking and analysis.
- [Raygun](https://docs.zipy.ai/integration/raygun.md): Unleash the power of Zipy session URLs in Raygun for seamless error tracking and insightful debugging.
- [RB2B ](https://docs.zipy.ai/integration/rb2b.md)
- [Rollbar](https://docs.zipy.ai/integration/rollbar.md): Unlock advanced error insights in Rollbar with Zipy session URLs for contextual debugging and efficient issue resolution.
- [Segment](https://docs.zipy.ai/integration/segment.md): For better user behavior analysis use Zipy session recordings in Segment
- [Sentry](https://docs.zipy.ai/integration/sentry.md): Power up your Sentry exception reports with Zipy session recording URLs for quick error resolution.
- [Shopify](https://docs.zipy.ai/integration/shopify.md): Steps to integrate Zipy in Shopify
- [Sumo Logic](https://docs.zipy.ai/integration/sumo-logic.md): Use Zipy session URLs with Sumo Logic logs for efficient troubleshooting.
- [TrackJS](https://docs.zipy.ai/integration/trackjs.md): Gain better error insights in TrackJS with Zipy session URLs
- [Webflow](https://docs.zipy.ai/integration/webflow.md): Installing Zipy with Webflow
- [ WordPress](https://docs.zipy.ai/integration/wordpress.md): Installing Zipy with WordPress
- [Zendesk](https://docs.zipy.ai/integration/zendesk.md): Improve Zendesk support using Zipy session url to resolve customer issues quickly.


---

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