# AI 會議摘要與問答

## 自訂摘要 Agent <a href="#custom-summary-agent" id="custom-summary-agent"></a>

會議記錄的摘要功能讓你選擇自訂的 AI 助理（Agent）來產生摘要。不同的 Agent 可以有不同的角色指令，產出不同風格的摘要：

* **通用摘要 Agent**：整理會議重點、決議、待辦事項
* **技術會議 Agent**：著重技術決策、架構討論、技術債項目
* **業務會議 Agent**：著重客戶需求、銷售進度、商機追蹤

## 自動產生摘要 <a href="#auto-generate-summary" id="auto-generate-summary"></a>

1. 進入會議詳情頁面
2. 切換到「摘要」分頁
3. 選擇用來產生摘要的 AI 助理
4. 點擊「產生摘要」

AI 會根據完整的逐字稿內容，整理出會議的重點、決議和待辦事項。

<figure><img src="https://1593648278-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fmzb5NG9GDzFP2YDKeYVl%2Fuploads%2Fgit-blob-e0be3695acd69748cc5f5c0893abcd367150640d%2Fmeeting-detail-summary.png?alt=media" alt=""><figcaption><p>會議摘要分頁</p></figcaption></figure>

## 摘要版本管理 <a href="#summary-version-management" id="summary-version-management"></a>

每次產生或編輯摘要，系統都會保留完整的版本紀錄：

* **新增摘要**：每次產生摘要都會建立一個新版本
* **編輯摘要**：可修改現有摘要內容
* **版本歷史**：查看所有摘要版本及其建立時間
* **刪除摘要**：移除不需要的摘要版本

## AI 問答 <a href="#ai-qa" id="ai-qa"></a>

除了摘要功能，你也可以直接對逐字稿內容提問：

1. 切換到「AI 問答」分頁
2. 選擇要使用的 AI 助理
3. 輸入問題（例如：「這場會議做了哪些決定？」「下一步的 action items 有哪些？」）
4. AI 會從逐字稿中找出相關內容並回答

這個功能特別適合快速回顧長時間會議的特定內容，不需要重新閱讀整份逐字稿。

<figure><img src="https://1593648278-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fmzb5NG9GDzFP2YDKeYVl%2Fuploads%2Fgit-blob-ce898c15c95c1b8c762c3798dde0e4bba8c5a1ff%2Fmeeting-detail-ai-qa.png?alt=media" alt=""><figcaption><p>AI 問答分頁</p></figcaption></figure>

## 串接 Agent 開單 <a href="#connect-agent-ticket-creation" id="connect-agent-ticket-creation"></a>

你可以將會議中產生的待辦事項或決議，透過串接的 Agent 直接建立任務或工單，讓會議結論能無縫轉化為實際行動。


---

# 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.maiagent.ai/meeting-records/summary.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.
