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

# 渠道

- [Web](https://docs.dmflow.chat/channel/web.md): DMflow.chat網頁版提供多樣化整合選項。從可自訂外觀的外掛視窗到全頁面聊天界面，靈活適應各種網站需求。JavaScript SDK支持高度定制，還可輕鬆實現與其他客服系統的無縫切換。連結視窗功能更開創多元應用可能，助您打造獨特的用戶互動體驗。
- [Instagram](https://docs.dmflow.chat/channel/instagram.md): DMflow.chat: 一站式聊天機器人平台，無縫整合LINE、Messenger、Instagram和Telegram。輕鬆打造跨平台智能對話，提供統一管理介面，助您高效拓展客戶觸達範圍，提升用戶體驗與互動效率。
- [Telegram](https://docs.dmflow.chat/channel/telegram.md): DMflow.chat: 一站式聊天機器人平台，無縫整合LINE、Messenger、Instagram和Telegram。輕鬆打造跨平台智能對話，提供統一管理介面，助您高效拓展客戶觸達範圍，提升用戶體驗與互動效率。
- [LINE](https://docs.dmflow.chat/channel/line.md): DMflow.chat: 一站式聊天機器人平台，無縫整合LINE、Messenger、Instagram和Telegram。輕鬆打造跨平台智能對話，提供統一管理介面，助您高效拓展客戶觸達範圍，提升用戶體驗與互動效率。
- [Messenger](https://docs.dmflow.chat/channel/messenger.md): DMflow.chat: 一站式聊天機器人平台，無縫整合LINE、Messenger、Instagram和Telegram。輕鬆打造跨平台智能對話，提供統一管理介面，助您高效拓展客戶觸達範圍，提升用戶體驗與互動效率。
- [Whatsapp](https://docs.dmflow.chat/channel/whatsapp.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.dmflow.chat/channel.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.
