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

# Integrations

- [Zendesk](https://docs.eesel.ai/legacy/integrations/zendesk.md): AI agents and copilot to streamline support
- [Zendesk Messaging Widget Integration](https://docs.eesel.ai/legacy/integrations/zendesk/zendesk-messaging-widget-integration.md)
- [Freshdesk](https://docs.eesel.ai/legacy/integrations/freshdesk.md): AI agents and copilot to streamline support
- [Intercom](https://docs.eesel.ai/legacy/integrations/intercom.md): AI agents and copilot to streamline support
- [Front](https://docs.eesel.ai/legacy/integrations/front.md)
- [Gorgias](https://docs.eesel.ai/legacy/integrations/gorgias.md): AI agents and copilot to streamline support
- [Jira Service Management](https://docs.eesel.ai/legacy/integrations/jira-service-management.md): AI agents and copilot to streamline support
- [HubSpot](https://docs.eesel.ai/legacy/integrations/hubspot.md): AI agents and copilot to streamline support
- [Website](https://docs.eesel.ai/legacy/integrations/website.md): Use your website as a source of knowledge for the bot to use
- [Shopify](https://docs.eesel.ai/legacy/integrations/shopify.md): Integrate Shopify actions with your AI bot
- [Magento](https://docs.eesel.ai/legacy/integrations/magento.md): Integrate Magento actions with your AI bot
- [Picqer](https://docs.eesel.ai/legacy/integrations/picqer.md): Integrate Picqer actions with your AI bot
- [Slack](https://docs.eesel.ai/legacy/integrations/slack.md): Chat with the bot in Slack
- [Teams](https://docs.eesel.ai/legacy/integrations/teams.md): Chat with the bot in Teams and train it on conversations
- [Confluence](https://docs.eesel.ai/legacy/integrations/confluence.md): Instant AI answers based on your company wiki
- [Troubleshooting: AI for Confluence App Not Indexing Content](https://docs.eesel.ai/legacy/integrations/confluence/troubleshooting-ai-for-confluence-app-not-indexing-content.md): Common troubleshooting steps for indexing issues with AI for Confluence app
- [Notion](https://docs.eesel.ai/legacy/integrations/notion.md): AI agents and insights for your Notion workspace
- [Google Drive](https://docs.eesel.ai/legacy/integrations/google-drive.md): Instant AI answers based on your Docs, Sheets, and Slides
- [PDFs](https://docs.eesel.ai/legacy/integrations/pdfs.md): Upload a PDF to train the bot
- [YouTube](https://docs.eesel.ai/legacy/integrations/youtube.md): How to use YouTube videos as a source of knowledge
- [Sharepoint](https://docs.eesel.ai/legacy/integrations/sharepoint.md): Information about our Sharepoint integration
- [New or custom integration](https://docs.eesel.ai/legacy/integrations/new-or-custom-integration.md)
- [Custom Actions/APIs](https://docs.eesel.ai/legacy/integrations/new-or-custom-integration/custom-actions-apis.md): Custom web requests for your bot to use.


---

# 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:

```
GET https://docs.eesel.ai/legacy/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.
