> 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/integrations.md).

# Integrations

- [Overview](https://docs.eesel.ai/integrations/overview.md)
- [Zendesk](https://docs.eesel.ai/integrations/zendesk.md)
- [Zendesk Messenger](https://docs.eesel.ai/integrations/zendesk/zendesk-messenger.md)
- [Freshdesk](https://docs.eesel.ai/integrations/freshdesk.md)
- [Fresh Chat](https://docs.eesel.ai/integrations/freshdesk/freshchat.md)
- [Intercom](https://docs.eesel.ai/integrations/intercom.md)
- [Gorgias](https://docs.eesel.ai/integrations/gorgias.md)
- [Jira Service Management](https://docs.eesel.ai/integrations/jira-service-management.md)
- [HubSpot](https://docs.eesel.ai/integrations/hubspot.md)
- [Confluence](https://docs.eesel.ai/integrations/confluence.md)
- [Troubleshooting: AI for Confluence App Not Indexing Content](https://docs.eesel.ai/integrations/confluence/troubleshooting-ai-for-confluence-app-not-indexing-content.md)
- [Notion](https://docs.eesel.ai/integrations/notion.md)
- [Slack](https://docs.eesel.ai/integrations/slack.md)
- [Microsoft Teams](https://docs.eesel.ai/integrations/microsoft-teams.md)
- [Shopify](https://docs.eesel.ai/integrations/shopify.md)
- [Magento](https://docs.eesel.ai/integrations/magento.md)
- [Google Drive](https://docs.eesel.ai/integrations/google-drive.md)
- [Website](https://docs.eesel.ai/integrations/website.md)
- [Uploading Files](https://docs.eesel.ai/integrations/uploading-files.md)
- [Gmail](https://docs.eesel.ai/integrations/gmail.md): (Some features may not yet be available out of the box in the trial just yet. Please reach out about any integrations that aren't.)
- [Asana](https://docs.eesel.ai/integrations/asana.md): AI-powered task creation and project management
- [Help Scout](https://docs.eesel.ai/integrations/help-scout.md): AI agents and copilot for your Help Scout inbox
- [Salesforce](https://docs.eesel.ai/integrations/salesforce.md): AI agents and copilot powered by your Salesforce data
- [Custom APIs](https://docs.eesel.ai/integrations/custom-apis.md)
- [Network Access](https://docs.eesel.ai/integrations/network-access.md): Allow your agent to fetch live data from external APIs using Network Access


---

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