# Workflows란 무엇인가요?

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

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

이 문서 섹션에서는 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-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.
