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

# Channels

- [Setting up Channels for Messages](https://orimon.gitbook.io/docs/channels/setting-up-channels-for-messages.md)
- [FaceBook Messenger](https://orimon.gitbook.io/docs/channels/facebook-messenger.md): Here are the steps to integrate your bot on Facebook Messenger:
- [WhatsApp](https://orimon.gitbook.io/docs/channels/whatsapp.md): This is a step-by-step guide on how you can use WhatsApp as a channel where you can integrate your chat-bot
- [Add Payment Method](https://orimon.gitbook.io/docs/channels/whatsapp/add-payment-method.md): This is guide on how you can add payment method for your WhatsApp channel integration.
- [DIY Website Building Tools](https://orimon.gitbook.io/docs/channels/diy-website-building-tools.md): This is a step-by-step guide on how you can deploy your chat-bot via various website building tools
- [Telegram](https://orimon.gitbook.io/docs/channels/telegram.md): Here are the step-by-step instructions to integrate your bot Telegram:
- [WordPress](https://orimon.gitbook.io/docs/channels/wordpress.md): Here are the steps to integrate your bot on WordPress:
- [Website Integration](https://orimon.gitbook.io/docs/channels/website-integration.md): Here are the step-by-step instructions to integrate your bot on a website:
- [Zapier](https://orimon.gitbook.io/docs/channels/zapier.md): This is a step-by-step guide on how to use Zapier Integration for various features on your Orimon.ai Chat-Bot.
- [Pabbly](https://orimon.gitbook.io/docs/channels/pabbly.md): This is a step-by-step guide on how to use Pabbly Integration for various features on your Orimon.ai Chat-Bot.
- [Slack](https://orimon.gitbook.io/docs/channels/slack.md): Here are the step-by-step instructions to integrate your bot with Slack
- [Discord](https://orimon.gitbook.io/docs/channels/discord.md): Here are the step-by-step instructions to integrate your bot with Slack:
- [MS Teams](https://orimon.gitbook.io/docs/channels/ms-teams.md): Here are the step-by-step instructions to integrate your bot with MS Teams:


---

# 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://orimon.gitbook.io/docs/channels.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.
