# 會議記錄詳情

會議錄音處理完成後，你可以在詳情頁面檢視完整的會議內容。

## 頁面結構

詳情頁面包含以下區域：

* **音訊播放器**：播放會議錄音 MP3
* **會議資訊卡片**：會議名稱、與會人員、錄音時長、建立時間
* **內容分頁**：逐字稿、純文字、摘要、AI 問答、下載

## 逐字稿分頁

<figure><img src="https://1593648278-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fmzb5NG9GDzFP2YDKeYVl%2Fuploads%2Fgit-blob-797d356b37e89cd9834ed3df3cefbcd41456379a%2Fmeeting-detail-transcript.png?alt=media" alt=""><figcaption><p>會議詳情 — 逐字稿分頁</p></figcaption></figure>

以時間軸格式顯示完整的逐字稿內容：

* **時間戳記**：每段文字的起始時間
* **發言者名稱**：標示是誰在說話
* **語言標籤**：原始語言標示
* **翻譯內容**：若有啟用翻譯，顯示翻譯結果
* **關鍵字搜尋**：在逐字稿中搜尋特定內容

## 純文字分頁

<figure><img src="https://1593648278-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fmzb5NG9GDzFP2YDKeYVl%2Fuploads%2Fgit-blob-98c9dd2ba1ee890bbd8fa175f5652b0a44b18de0%2Fmeeting-detail-plaintext.png?alt=media" alt=""><figcaption><p>會議詳情 — 純文字稿分頁</p></figcaption></figure>

將逐字稿以純文字方式呈現，方便閱讀和複製完整的會議內容。同樣支援關鍵字搜尋。

## 會議資訊側邊欄

右側邊欄顯示：

* **基本資訊**：會議名稱、建立者、建立時間、錄音時長
* **與會人員**：參與者列表
* **翻譯設定**：是否啟用翻譯、目標語言、使用的 LLM 模型
* **檔案資訊**：音檔和逐字稿的儲存狀態


---

# 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/meeting-detail.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.
