# 下載與知識庫整合

## 下載檔案 <a href="#download-files" id="download-files"></a>

會議處理完成後，你可以下載以下檔案：

| 格式          | 說明             | 用途          |
| ----------- | -------------- | ----------- |
| **MP3 音檔**  | 會議錄音的 MP3 格式音檔 | 存檔、離線播放     |
| **純文字稿**    | 完整的逐字稿純文字格式    | 複製貼上、文件存檔   |
| **SRT 字幕檔** | 含時間戳記的字幕格式逐字稿  | 搭配影片播放、字幕匯入 |

在會議詳情頁面的「下載」分頁中，點擊對應的下載按鈕即可取得檔案。純文字稿也可以在「純文字」分頁中一鍵複製。

<figure><img src="https://1593648278-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fmzb5NG9GDzFP2YDKeYVl%2Fuploads%2Fgit-blob-168dc1fdad61debd2277dffe63400e5c4e936ca8%2Fmeeting-detail-download.png?alt=media" alt=""><figcaption><p>下載分頁</p></figcaption></figure>

## 上傳至知識庫 <a href="#upload-to-knowledge-base" id="upload-to-knowledge-base"></a>

將會議逐字稿上傳至知識庫後，Agent 就能根據會議內容回答問題：

1. 在會議詳情頁面或列表頁面，選擇「上傳至知識庫」
2. 選擇目標知識庫（若建立會議時已關聯知識庫，會自動帶入）
3. 確認上傳

上傳後，逐字稿會成為知識庫中的一份文件，Agent 就能透過 RAG 檢索會議中討論的內容。

### 適用情境 <a href="#applicable-scenarios" id="applicable-scenarios"></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/download-and-export.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.
