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

# Integrations

- [Integrations in Ebbot](https://docs.ebbot.ai/ebbot-docs/integrations/integrations-in-ebbot.md): This page walks you through the different type of integrations in Ebbot.
- [Chat Integrations](https://docs.ebbot.ai/ebbot-docs/integrations/chat-integrations.md): Explore possible integrations in the Ebbot Chat platform.
- [Channel Integrations](https://docs.ebbot.ai/ebbot-docs/integrations/chat-integrations/channel-integrations.md): This page describe the channel integrations available in Ebbot chat platform, let your chat agent respond to end users in an external channel or receive live chats in another chat tool.
- [Dixa Channel Integration](https://docs.ebbot.ai/ebbot-docs/integrations/chat-integrations/channel-integrations/dixa-channel-integration.md): Explore the Dixa agent channel (live chat) integration in Ebbot, let your team handle conversations in Dixa while leveraging on Ebbot's AI agents for chat.
- [Zendesk Channel Integration](https://docs.ebbot.ai/ebbot-docs/integrations/chat-integrations/channel-integrations/zendesk-channel-integration.md): Explore the Zendesk agent channel (live chat) integration in Ebbot, let your team handle conversations in Zendesk still while leveraging on Ebbot's AI agents for chat.
- [Microsoft Teams Channel Integration](https://docs.ebbot.ai/ebbot-docs/integrations/chat-integrations/channel-integrations/microsoft-teams-channel-integration.md): Read about the Teams channel integration in Ebbot Chat platform on this page.
- [Messenger Channel Integration](https://docs.ebbot.ai/ebbot-docs/integrations/chat-integrations/channel-integrations/messenger-channel-integration.md): Explore the Messenger channel integration in Ebbot's Chat platform.
- [WhatsApp Channel Integration](https://docs.ebbot.ai/ebbot-docs/integrations/chat-integrations/channel-integrations/whatsapp-channel-integration.md): Explore the WhatsApp channel integration in Ebbot's Chat platform.
- [Slack Channel Integration](https://docs.ebbot.ai/ebbot-docs/integrations/chat-integrations/channel-integrations/slack-channel-integration.md): Explore the Slack channel integration in Ebbot's Chat platform.
- [Extensions](https://docs.ebbot.ai/ebbot-docs/integrations/chat-integrations/extensions.md): Extensions are native integrations used in chat conversations.
- [Knowledge Integrations](https://docs.ebbot.ai/ebbot-docs/integrations/knowledge-integrations.md): Explore available integrations to sync data from external systems and transform it into knowledge for your AI agents.
- [Automations Integrations](https://docs.ebbot.ai/ebbot-docs/integrations/automations-integrations.md): Read about what Integrations bring to workflows in Ebbot Automations.
- [Integration Setup Guides](https://docs.ebbot.ai/ebbot-docs/integrations/automations-integrations/integration-setup-guides.md): This page describes setup guides for available integrations in Ebbot Automations.
- [TOPdesk Integration in Automations](https://docs.ebbot.ai/ebbot-docs/integrations/automations-integrations/integration-setup-guides/topdesk-integration-in-automations.md): Learn how to setup the TOPdesk integration in Ebbot Automations on this page.
- [Authentication (SSO)](https://docs.ebbot.ai/ebbot-docs/integrations/authentication-sso.md): This page describes what authentication support using SSO Ebbot offers.
- [Identity Provider](https://docs.ebbot.ai/ebbot-docs/integrations/authentication-sso/identity-provider.md): Enable Single Sign-On (SSO) to allow users to log in with their corporate credentials from identity providers like Microsoft Active Directory.
- [SSO in Chat Widget](https://docs.ebbot.ai/ebbot-docs/integrations/authentication-sso/sso-in-chat-widget.md)
- [Other Integrations](https://docs.ebbot.ai/ebbot-docs/integrations/other-integrations.md): Read about other Ebbot related integrations available.
- [Zendesk Ticket Reply App](https://docs.ebbot.ai/ebbot-docs/integrations/other-integrations/zendesk-ticket-reply-app.md)


---

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