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

# 機器人

- [機器人介紹](https://docs.dmflow.chat/chatbot/introduction.md): DMflow.chat為您打造智能聊天機器人的強大平台。透過直觀的圖形化設計，輕鬆創建個性化對話體驗。多場景支援、靈活調用資源，助您提升用戶互動效率。
- [流程介紹](https://docs.dmflow.chat/chatbot/flow.md): DMflow.chat智能聊天機器人平台提供直觀的圖形化節點設計，讓您輕鬆創建複雜對話流程。支援多種渠道、靈活資源調用，助您打造個性化用戶互動體驗，提升溝通效率。
- [回覆節點](https://docs.dmflow.chat/chatbot/flow/reply-node.md): 透過DMflow.chat簡單回覆個渠道訊息
- [廣播功能](https://docs.dmflow.chat/chatbot/broadcast.md): DMflow.chat聊天機器人平台提供強大廣播功能，助您精準推送訊息。透過智能標籤過濾和用戶自主訂閱，實現高效率行銷推廣，提升用戶互動與轉化率。打造個性化通訊體驗，輕鬆掌握客戶需求。
- [機器人統計](https://docs.dmflow.chat/chatbot/statistics.md): DMflow.chat智能分析看板助您掌握關鍵指標。輕鬆追蹤總用戶、新增用戶、活躍度及訊息量。深入分析各情境對話輪次，優化互動流程。助您制定精準策略，提升用戶體驗與轉化率。
- [文字模板測試](https://docs.dmflow.chat/chatbot/render_text.md): 函數模板教學
- [AI 代理人](https://docs.dmflow.chat/chatbot/ai-agent.md)
- [發布](https://docs.dmflow.chat/chatbot/publish.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/chatbot.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.
