> For the complete documentation index, see [llms.txt](https://docs.coreway.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coreway.com/yoov-plus/worksheet/worksheet-design/ai-scenario-field.md).

# AI場景字段

### 什麼是 AI 場景字段？ <a href="#what-is-ai-scenario-field" id="what-is-ai-scenario-field"></a>

AI 場景字段是 YOOV PLUS 提供的一組智能字段類型，讓您在工作表中直接利用 AI 能力，自動對記錄內容進行分析、提取、分類和填充，無需編寫任何代碼或配置外部 AI 服務。

當記錄中的數據被填寫或更新時，AI 字段會自動根據配置規則生成對應的結果，幫助您大幅減少人工處理非結構化數據的時間。

在表單設計頁面，點擊左側字段面板頂部的 **「AI 場景」** 標籤頁，即可查看所有可用的 AI 字段。

將 AI 字段拖拽至表單編輯區即可添加，操作方式與普通字段一致。

| AI 字段        | 功能                | 典型應用場景               |
| ------------ | ----------------- | -------------------- |
| **AI 總結**    | 自動對指定字段內容生成摘要     | 長篇工單描述的快速摘要、會議記錄總結   |
| **AI 訊息提取**  | 從文本中自動提取關鍵資訊      | 從郵件中提取訂單號、從描述中提取聯繫方式 |
| **AI 智慧分類**  | 根據內容自動進行分類        | 客戶工單自動分類、投訴類型識別      |
| **AI 自定義填充** | 根據自定義規則由 AI 填充字段值 | 自動生成回覆建議、根據描述填充標籤    |
| **AI 圖片理解**  | 分析和理解圖片內容         | 識別產品圖片、分析現場照片        |
| **AI 文檔理解**  | 解析和理解文檔內容         | 合同摘要、報告關鍵數據提取        |

> **提示**：所有 AI 字段均支援在右側屬性面板中配置「字段權限」和「樣式設置」，與普通字段一致。

<br>


---

# 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.coreway.com/yoov-plus/worksheet/worksheet-design/ai-scenario-field.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.
