> For the complete documentation index, see [llms.txt](https://docs.maiagent.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/meeting-records/summary.md).

# AI 会議サマリーと Q\&A

## カスタム要約 Agent <a href="#custom-summary-agent" id="custom-summary-agent"></a>

会議記録の要約機能では、カスタマイズした AI アシスタント（Agent）を選択して要約を生成できます。Agent ごとに異なる役割の指示を設定でき、異なるスタイルの要約を生成できます。

* **汎用要約 Agent**：会議の要点、決定事項、ToDo を整理します
* **技術会議 Agent**：技術的な意思決定、アーキテクチャに関する議論、技術的負債の項目に重点を置きます
* **業務会議 Agent**：顧客のニーズ、営業の進捗、商談の追跡に重点を置きます

## 要約の自動生成 <a href="#auto-generate-summary" id="auto-generate-summary"></a>

1. 会議詳細ページに移動します
2. 「要約」タブに切り替えます
3. 要約の生成に使用する AI アシスタントを選択します
4. 「要約を生成」をクリックします

AI は文字起こしの全文をもとに、会議の要点、決定事項、ToDo を整理します。

<figure><img src="/files/hXFfuZoZhs86YhHcuEr9" 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="/files/z81iU3OMrRolAR4uGPo4" alt=""><figcaption><p>AI 質疑応答タブ</p></figcaption></figure>

## Agent 連携によるチケット作成 <a href="#connect-agent-ticket-creation" id="connect-agent-ticket-creation"></a>

会議で生成された ToDo や決定事項を、連携した Agent を通じてそのままタスクやチケットとして作成できます。これにより、会議の結論をシームレスに実際のアクションへと変換できます。


---

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