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

# Integration Guides

- [Active Campaign](https://docs.wonderchat.io/integration-guides/active-campaign.md): How to Integrate your Active Campaign account with Wonderchat.
- [Calendly](https://docs.wonderchat.io/integration-guides/calendly.md): Guide on Integrating Wonderchat with Calendly
- [Confluence](https://docs.wonderchat.io/integration-guides/confluence.md)
- [Eloqua](https://docs.wonderchat.io/integration-guides/eloqua.md): Guide on Integrating Wonderchat with Eloqua
- [Freshdesk](https://docs.wonderchat.io/integration-guides/freshdesk.md): Guide on How to Integrate Wonderchat with Freshdesk.
- [HubSpot](https://docs.wonderchat.io/integration-guides/hubspot.md): Guide on Integrating Wonderchat with HubSpot
- [Adding Wonderchat Tags to HubSpot](https://docs.wonderchat.io/integration-guides/hubspot/adding-wonderchat-tags-to-hubspot.md): Guide on Adding Wonderchat-HubSpot Tags
- [Shopify](https://docs.wonderchat.io/integration-guides/shopify.md): A Detailed Guide on How to Integrate Wonderchat with Shopify.
- [Slack](https://docs.wonderchat.io/integration-guides/slack.md): Guide on How to Integrate Wonderchat with Slack.
- [Slack (via Zapier)](https://docs.wonderchat.io/integration-guides/slack/slack-via-zapier.md): Guide on How to Integrate Wonderchat with Slack via Zapier.
- [Twilio](https://docs.wonderchat.io/integration-guides/twilio.md): Guide on How to Set Up Twilio-Wonderchat Live Chat SMS Triggers.
- [Telegram](https://docs.wonderchat.io/integration-guides/telegram.md)
- [WhatsApp](https://docs.wonderchat.io/integration-guides/whatsapp.md): Guide on Integrating Wonderchat with WhatsApp
- [Zapier App](https://docs.wonderchat.io/integration-guides/zapier-app.md): How to Integrate Wonderchat with Zapier.
- [Zendesk](https://docs.wonderchat.io/integration-guides/zendesk.md): Guide on How to Integrate Wonderchat with Zendesk.
- [Google Drive](https://docs.wonderchat.io/integration-guides/google-drive.md): Guide on How to Integrate Wonderchat with Google Drive
- [Microsoft Sharepoint](https://docs.wonderchat.io/integration-guides/microsoft-sharepoint.md): Guide on How to Integrate Wonderchat with Microsoft Sharepoint
- [Microsoft Teams](https://docs.wonderchat.io/integration-guides/microsoft-teams.md): How to bring your Wonderchat AI chatbot into Microsoft Teams channels.
- [Facebook Messenger](https://docs.wonderchat.io/integration-guides/facebook-messenger.md): How to set up Wonderchat to reply to your questions on Facebook Messenger
- [Discord](https://docs.wonderchat.io/integration-guides/discord.md): How to set up Wonderchat to reply to your community on Discord channels
- [Instagram](https://docs.wonderchat.io/integration-guides/instagram.md): How to set up Wonderchat to reply to your questions on Facebook Messenger
- [Phone Calls](https://docs.wonderchat.io/integration-guides/phone-calls.md): How to set up Wonderchat to handle phone calls with AI voice assistant


---

# 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.wonderchat.io/integration-guides.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.
