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