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

# 会議記録の作成

## 新しい会議の作成 <a href="#create-new-meeting" id="create-new-meeting"></a>

1. 「会議記録」ページを開きます
2. 「会議を追加」をクリックします
3. 以下の情報を入力します：

| 項目                 | 説明                       | 必須 |
| ------------------ | ------------------------ | -- |
| **会議名**            | 会議のタイトル。後から検索・識別しやすくなります | 必須 |
| **参加者**            | 会議に参加するメンバーのリスト          | 任意 |
| **音声認識エンジン (STT)** | 音声をテキストに変換するエンジンを選択します   | 必須 |
| **認識言語**           | 会議で使用する言語（最大 3 種類）       | 必須 |

## 音声認識エンジンの選択 <a href="#select-speech-recognition-engine" id="select-speech-recognition-engine"></a>

システムは複数の STT（Speech-to-Text）エンジンを提供しており、それぞれ対応言語や認識品質が異なります：

| エンジン            | 特長                                   |
| --------------- | ------------------------------------ |
| **Deepgram**    | 高品質なリアルタイム文字起こしに対応し、多言語をサポート         |
| **Azure**       | Microsoft の音声サービス。中国語・英語の認識品質が優れています |
| **AssemblyAI**  | 高精度で、英語の利用シーンに適しています                 |
| **WhisperLive** | OpenAI Whisper をベースとし、幅広い言語をサポート     |
| **Bronci**      | カスタマイズエンジン                           |

エンジンによって対応する言語の種類や数が異なり、エンジンを選択するとシステムが自動的に選択可能な言語の一覧を表示します。

<figure><img src="/files/b4eG4MSmSbPxtuK7cSKQ" alt=""><figcaption><p>音声認識プロバイダーの選択</p></figcaption></figure>

## リアルタイム翻訳の設定（任意） <a href="#configure-live-translation" id="configure-live-translation"></a>

参加者が異なる言語を使用する場合は、リアルタイム翻訳を有効にできます：

1. 「翻訳を有効にする」スイッチをオンにします
2. 翻訳先の言語を選択します（最大 3 種類）
3. 翻訳に使用する LLM モデルを選択します

翻訳は文字起こしと同時に実行され、文字起こしには原文と翻訳結果が並べて表示されます。

<figure><img src="/files/bYO52gsWgCBxmdDPNeXE" alt=""><figcaption><p>言語選択と翻訳設定</p></figcaption></figure>

## ナレッジベースの関連付け（任意） <a href="#link-knowledge-base" id="link-knowledge-base"></a>

作成時に関連付けるナレッジベースを指定しておくことができます。これにより、会議終了後にワンクリックで文字起こしをナレッジベースへアップロードでき、Agent が会議内容を参照できるようになります。

## 会議記録の管理 <a href="#manage-meeting-records" id="manage-meeting-records"></a>

会議記録の一覧ページでは、次の操作が可能です：

* **検索**：会議名で検索します
* **絞り込み**：ステータス（開始前、録音中、処理中、完了、失敗）で絞り込みます
* **日付範囲**：期間を指定して表示します
* **編集**：会議名、言語設定、翻訳設定、ナレッジベースの関連付けを変更します
* **削除**：不要な会議記録を削除します


---

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