> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-jp/workflows/workflows-ai-assistant.md).

# Workflows AI Assistant

Workflows AI Assistant を使うと、workflow canvas の横にあるチャットインターフェースから Workflows を作成、更新、デバッグできます。

Workflow を開くと、AI チャットパネルがエディタの左側に表示されます。チャットに質問や指示を直接入力して、Workflow の作成、変更、トラブルシューティングができます。アシスタントが変更を加えると、workflow canvas はリアルタイムで更新されます。

キャンバスに集中するためにチャットパネルを折りたたんだり、ヘルプが必要なときに展開したりできます。パネルを切り替えても、キャンバスの表示位置はそのまま維持されます。

### Workflows の編集

AI Assistant に Workflow の変更を依頼できます。たとえば、次のようなことを依頼できます。

* Workflow にオブジェクト追跡を追加する。
* 現在の Workflow を、分類モデルが特定の結果を返した場合にのみ実行するようにする。
* Workflow で使用しているモデルの信頼度しきい値を変更する。

AI Assistant はキャンバス上で直接変更を行います。変更は下書きとして自動保存されますが、明示的に公開するまでは本番の Workflow には公開されません。

{% hint style="info" %}
AI Assistant によって作成されたブロックは、完全に構成されていない場合があります。任意のブロックをクリックして、プロジェクトの要件に合わせて設定を確認・調整してください。
{% endhint %}

### 会話履歴

サイドバーには、すべての Workflows にわたる会話履歴全体が表示されます。会話を選択すると、関連する Workflow とチャットコンテキストが読み込まれます。同じ Workflow で新しい会話を開始するには、「New conversation」オプションを使用できます。

### Legacy Editor

AI チャットのないスタンドアロンのエディタを代替手段として利用できます。Workflow の設定で「Use legacy editor」をクリックするとアクセスできます。


---

# 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:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/workflows/workflows-ai-assistant.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.
