# Welcome

DMflow平台將分為兩個部分，分別是領域和機器人。

* 領域為引導機器人使用額外的技能，主要內容包含意圖型、問答對、表格問答、表單問答、閒聊、文檔問答六大類，但目前只開放表單問答、閒聊、文檔問答以及問答對提供使用。
* 機器人主要則是提供用戶設計機器人的流程，可以根據你的目的設計複雜的流程或是單純呼叫領域簡易的機器人架構。

{% embed url="<https://www.youtube.com/@dmflow-chat>" %}
教學影片
{% endembed %}

{% embed url="<https://www.dmflow.chat/>" %}
dmflow\.chat(官網)
{% endembed %}

{% embed url="<https://app.dmflow.chat/>" %}
app.dmflow\.chat(應用程式登入頁面)
{% endembed %}


---

# 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://docs.dmflow.chat/welcome.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.
