# 文書分析補助

AIが文書の分析を補助する機能です。複数、または単一の文書ファイルに対して分析を指示することができます。

弁護革命のタブビューを立ち上げると、右側にAIのウインドウが開きます。

[タブビューの立ち上げ方](/guide/document-db/view.md#kinadeworutabu)

## 利用方法

* 上部のコマンド（年表作成や要約などのボタン）をクリックすると処理が開始され、AIが結果を出力します。
* 自由対話を選択した状態で画面下にある入力欄にテキストを入力して送信すると、任意の質問や指示が可能です。
* ウインドウ上部のアイコンをクリックすることにより、内容のクリアやコピーなどが可能です。
* 画面上部の「AI」ボタンを押すと、ウインドウをオンオフできます。
* 「感想・要望」のボタンから、ご意見等を送信できます。是非ご感想等をお寄せください。
* 機能名一覧　年表を作る、Q＆Aで要約、陳述化する、事案解析

【参照文書の選択】

* 「参照文書を追加」をクリックし、参照させたい文書を選択
* 検索ボックスで絞り込みが可能です
* 参照可能な文書は同一プロジェクト内の文書になります。
* 出力には参照元が明記されます。参照箇所が記載されている青いボタンをクリックすると、該当箇所を開くことができます。

<figure><img src="/files/yD0bMfiFCEPOO23NoDOn" alt="" width="375"><figcaption></figcaption></figure>

## よくある質問

### AIの出力は履歴に残りますか？&#x20;

いいえ。ウインドウをとじると、出力は直ちに破棄されます。PCにもクラウドにも残りません。

### 事案解析機能とは？

指定した文書にAIが高度な分析を加え、隠れた事実関係の推定、矛盾の検出、客観証拠の示唆、新たな視点の提示などをおこないます。


---

# 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.bengo-kakumei.jp/guide/ai/document-analysis.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.
