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

# 領域

- [領域介紹](https://docs.dmflow.chat/domain/introduction.md): 領域代表機器人能使用到的技能組。
- [領域管理](https://docs.dmflow.chat/domain/introduction/management.md)
- [文檔問答](https://docs.dmflow.chat/domain/docqa.md): DMflow.chat聊天機器人支持多種文件格式上傳，自動分析保存內容。具備sitemap.xml抓取、內容過期設置和反饋管理功能，提供一致且迅速的多語言回答。減少客服工作量，提升服務質量和客戶滿意度。立即體驗！
- [如何使用文檔問答](https://docs.dmflow.chat/domain/docqa/how-to-use-docqa.md): 如何快速使用DMflow.chat實行文檔問答
- [如何優化文檔問答](https://docs.dmflow.chat/domain/docqa/improved-doc.md): 除了自己調整文檔內容，如何能添加已經有確定答案的回答呢，在此篇你將會得到解答。
- [閒聊](https://docs.dmflow.chat/domain/chat.md): 透過DMflow.chat平台的預設Prompt和小樣本對話，機器人能準確回答問題。支持翻譯、潤色等技能，並提供SQL查詢工具。具備查詢、建立、搜尋和更新文檔功能。語音辨識和圖片辨識模型現已開放。提高客服效率，提升客戶滿意度。
- [如何使用閒聊](https://docs.dmflow.chat/domain/chat/how-to-use-gossip.md): 如何快速使用DMflow.chat實行閒聊
- [閒聊工具](https://docs.dmflow.chat/domain/chat/gossip-tools.md): 何謂閒聊，閒聊可以整合文檔問答以及表單問答。
- [產品列表](https://docs.dmflow.chat/domain/chat/product-list.md): 產品列表是什麼? 簡單說如果搜尋表單是透過價格跟文字去做搜尋，產品列表代表著可以用RAG的方式搜尋產品。
- [表單問答](https://docs.dmflow.chat/domain/formqa.md): 提供表單給使用者填表。
- [觸發器](https://docs.dmflow.chat/domain/formqa/trigger.md): DMflow.chat聊天機器人支持LINE訊息、OpenAI的Chat、Image、Audio、SendGrid郵件、Telegram訊息、Openrouter以及Google Calendar和Google Drive整合。
- [LINE](https://docs.dmflow.chat/domain/formqa/trigger/line.md): 可以透過觸發器自動寄出訊息
- [Gmail](https://docs.dmflow.chat/domain/formqa/trigger/gmail.md): 目前不開放任何受限制的權限目前皆不開放，此項目僅供使用自己的ClientID以及Secret
- [Google Calendar](https://docs.dmflow.chat/domain/formqa/trigger/google-calendar.md): 可以透過觸發器新增、刪除、修改事件
- [Google Drive](https://docs.dmflow.chat/domain/formqa/trigger/google-drive.md): 目前僅供查詢到由DMflow.chat處理過的文件，若需要自己原本的文件需自備ClientID以及Secret
- [OpenAI](https://docs.dmflow.chat/domain/formqa/trigger/openai.md): 支援OpenAI 包含文字、影像(DALL·E 3)，以及語音(t2s、s2t)
- [SendGrid](https://docs.dmflow.chat/domain/formqa/trigger/sendgrid.md): 支援寄出模板訊息以及一般訊息
- [Telegram](https://docs.dmflow.chat/domain/formqa/trigger/telegram.md): 可透過Telegram寄送消息
- [Instagram](https://docs.dmflow.chat/domain/formqa/trigger/instagram.md): 注意該上傳檔案到container以及container發布必須在不同觸發器上，此呼叫是通用型，並非專為Instagram處理，若需要排程上傳等功能，請查詢其他廠商或產品提供。
- [Facebook](https://docs.dmflow.chat/domain/formqa/trigger/facebook.md)
- [Threads](https://docs.dmflow.chat/domain/formqa/trigger/threads.md): 目前未開放
- [HTTP](https://docs.dmflow.chat/domain/formqa/trigger/http.md)
- [表單](https://docs.dmflow.chat/domain/formqa/form.md): DMflow.chat表單允許創建各類組件，包括文字框、標籤、Markdown顯示的文本框、勾選框、單選框、日期時間選擇器、日期選擇器、多選/單選框、Email驗證、檔案上傳、數字驗證、密碼加密、隱藏欄位、預約時間段和段落，並可以跟表單對話。
- [如何使用表單問答](https://docs.dmflow.chat/domain/formqa/how-to-use-formqa.md): 如何快速使用DMflow.chat實行表單問答


---

# 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/domain.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.
