> 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/formqa/how-to-use-formqa.md).

# 如何使用表單問答

根據前面已經了解了觸發器以及表單的內容，那此處介紹它的應用。

### 串接日曆

* 你可以根據新增、刪除、修改同步更新Google Calendar，如果你公開給別人看此表單，別人只能看到你新增的日期事件在DMflow，而不用將Google Calender全部公開。

### 預約系統

* 你可以根據Reserve元件，創建預約系統。

### 創建工作流

* 觸發器一般用於row創建、修改、刪除，但也可以添加非建立於表單的觸發器，你可以根據觸發器的內容自行創接服務。
* row的修改在同一個步驟都是加鎖，假設你設定產品為Apple，數量為五，每點擊一次數量減少一，然後不得低於零。

### 其他

* 潛在客戶保存
* 通知訊息
* 上傳檔案
* 等等


---

# 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/formqa/how-to-use-formqa.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.
