# Workflows とは？

Roboflow Workflowsを使うと、ブラウザ内でマルチステップのコンピュータービジョンアプリケーションを作成できます。その後、作成したアプリケーションを自分のハードウェアにデプロイできます。

WorkflowはRoboflow Cloudにデプロイすることも、自分のハードウェアやエッジデバイスでセルフホストすることもできます。同じworkflowを、画像、動画ファイル、ライブRTSPストリーム上で、私たちの [Roboflow Inference](https://github.com/roboflow/inference) パッケージを使って実行できます。

このドキュメントのこのセクションでは、Workflowの作成、ビルド、テスト、デプロイの方法を説明します。

動画で学ぶほうがよいですか？最初のWorkflowの作り方を解説する完全チュートリアルがあります：

{% embed url="<https://youtu.be/r3Ke7ZEh2Qo>" %}


---

# 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/what-is-workflows.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.
