> 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-ko/workflows/what-is-workflows.md).

# Workflows란 무엇인가요?

Roboflow Workflows를 사용하면 브라우저에서 여러 단계로 구성된 컴퓨터 비전 애플리케이션을 만들 수 있습니다. 그런 다음 직접 만든 애플리케이션을 자신의 하드웨어에 배포할 수 있습니다.

Roboflow Cloud에 Workflow를 배포하거나 자신의 하드웨어 및 엣지 디바이스에 self-host할 수 있습니다. 동일한 workflow는 이미지, 비디오 파일, 라이브 RTSP 스트림에서 우리의 [Roboflow Inference](https://github.com/roboflow/inference) 패키지.

이 문서 섹션에서는 Workflow를 생성, 빌드, 테스트하고 배포하는 방법을 안내합니다.

영상으로 배우고 싶으신가요? 첫 번째 Workflow를 만드는 방법을 단계별로 안내하는 전체 튜토리얼이 있습니다:

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


---

# 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-ko/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.
