# 領域管理

分為三大部分，分別是預設回覆、API管理以及機器人管理

### **預設回覆**

例如: fallback, quit以及預設的歡迎詞由此設定，若沒設定會依照領域預設的語系做預設回覆。

<figure><img src="https://3496017944-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQmub5EsobLbLj4OPaUUl%2Fuploads%2FgE7DFOqVvNvSZKRq03js%2Fimage.png?alt=media&#x26;token=ee1bb61e-5a8b-4774-ae36-04a9cdffe187" alt=""><figcaption><p>預設回覆</p></figcaption></figure>

### **API管理**

可以透過此管理API，注意密鑰會在產生後的十五分鐘後無法再次查看，請記得儲存。

<figure><img src="https://3496017944-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQmub5EsobLbLj4OPaUUl%2Fuploads%2Ft7K0CP8FwT1zxsumubBr%2Fimage.png?alt=media&#x26;token=5f73f4c3-ad83-4edf-99c2-674ebf67b74c" alt=""><figcaption><p><strong>API管理</strong></p></figcaption></figure>

### 機器人管理

添加機器人讓該機器人可以使用領域，目前**AI代理人**不會因為**沒開放而無法調用**，而**流程式機器人**則**需要開放才可以調用**

<figure><img src="https://3496017944-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQmub5EsobLbLj4OPaUUl%2Fuploads%2FNyKim4EL7PuCdxFEfHIT%2Fimage.png?alt=media&#x26;token=45125dad-aefd-45b9-bc2d-e16976442e2e" alt=""><figcaption><p>機器人管理</p></figcaption></figure>

### 額外注意

**第一次使用領域給機器人調用要將該開發版本轉成生產版本**，機器人才可以調用該領域。**此動作操作一次即可**，由於後來設計都是即時更新，所以將不會每次重新發布成生產版本。

<figure><img src="https://3496017944-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQmub5EsobLbLj4OPaUUl%2Fuploads%2FCErYscRkazLm8HERv9LM%2Fimage.png?alt=media&#x26;token=d15fba06-437c-4831-b520-a863b113b6c9" alt=""><figcaption><p>發布</p></figcaption></figure>


---

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