# Workflow Environment

Workflow app (UI) は、あるものに接続します [Inference Server](https://inference.roboflow.com/) 次へ:

* 利用可能な Workflow Blocks を取得します（IO 定義、アイコンなどを含む）
* Workflow を実行します（ `Run` ボタンを使用）。その場合、UI は workflow 定義と入力（例: 動画ファイル）をサーバーに送信し、サーバーが workflow を実行して結果を UI に返します。

デフォルトでは、Workflow app (UI) は [Serverless API](/roboflow/roboflow-jp/deploy/serverless-hosted-api-v2.md)に接続します。これは Workflow editor の左上隅にあります:

<figure><img src="/files/e8cd7e497456cefbdf01999cbb0c2efb76f61074" alt=""><figcaption></figcaption></figure>

"Serverless API" のテキストをクリックすると、接続先の Infernece Server を選択できます:

<figure><img src="/files/37cbbd0db3fd460c01378072af4de4855b1193c7" alt=""><figcaption></figcaption></figure>

### トラブルシューティング

#### Local Device

inference server を `localhost` でセルフホストしている場合、"Error connecting" メッセージが表示されることがあります。これが起こると確認している理由:

* Brave ブラウザを使用していて、localhost リクエストがブロックされている場合。この場合、Brave Shields（URL の横にあるライオンのボタン）をオフにしてください
* NoScript のようなプライバシー拡張機能
* 企業向けブラウザポリシー


---

# 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.roboflow.com/roboflow/roboflow-jp/workflows/workflow-environment.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.
