> 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/ja/meeting-records.md).

# 会議記録

- [会議記録機能の概要](https://docs.maiagent.ai/maiagent-user-guide/ja/meeting-records/meeting-records.md)
- [会議記録の作成](https://docs.maiagent.ai/maiagent-user-guide/ja/meeting-records/create-meeting.md)
- [リアルタイム会議記録](https://docs.maiagent.ai/maiagent-user-guide/ja/meeting-records/live-transcription.md)
- [会議記録クイックアクセス](https://docs.maiagent.ai/maiagent-user-guide/ja/meeting-records/quick-entry.md): MaiGPT ホーム画面の「オフィスアプリ」クイックアクセスパネルから録音を開始したり、最近の会議記録や要約を続けて確認したりできます
- [会議記録のバックアップ音声](https://docs.maiagent.ai/maiagent-user-guide/ja/meeting-records/backup-audio.md): リアルタイム会議記録では、ブラウザでローカルバックアップ音声を同時に録音するため、ネットワークが切断されても音声を失いません。終了後はバックアップ音声を再生したり、欠落した部分を再文字起こししたりできます。
- [オフライン会議記録](https://docs.maiagent.ai/maiagent-user-guide/ja/meeting-records/offline-transcription.md)
- [会議記録の詳細](https://docs.maiagent.ai/maiagent-user-guide/ja/meeting-records/meeting-detail.md)
- [会議アクセス権限](https://docs.maiagent.ai/maiagent-user-guide/ja/meeting-records/access-control.md): 会議記録の閲覧範囲、参加者と外部参加者のリスト管理、および「会議記録管理権限」の設定方法
- [AI 会議サマリーと Q\&A](https://docs.maiagent.ai/maiagent-user-guide/ja/meeting-records/summary.md)
- [ダウンロードとナレッジベース連携](https://docs.maiagent.ai/maiagent-user-guide/ja/meeting-records/download-and-export.md)


---

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