# What are Workflows?

Roboflow Workflows let you create a multi-step computer vision application in your browser. You can then deploy the application you build to your own hardware.

You can deploy a Workflow on the Roboflow Cloud or self-host on your own hardware and edge devices. The same workflow can be run on images, video files, and live RTSP streams using our [Roboflow Inference](https://github.com/roboflow/inference) package.

In this section of the documentation, we walk through how to create, build, test, and deploy a Workflow.

Prefer to learn with video? We have a full tutorial that walks through how to build your first 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/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.
