> 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/workflow-blocks.md).

# Workflow Blocks

Workflows는 Blocks로 구성됩니다. 여러 Blocks를 함께 연결하여 컴퓨터 비전 애플리케이션을 구축할 수 있습니다.

Roboflow 문서의 이 섹션에서는 다음 내용을 다룹니다:

1. 각 Block이 하는 일
2. 각 Block을 사용하는 방법
3. Block이 유용할 수 있는 경우
4. Block이 반환하는 응답

이 섹션은 Workflow를 구축하는 동안 참고 자료로 사용하도록 만들어졌습니다. Workflows editor에서 특정 Block을 사용하는 방법에 대해 궁금한 점이 있을 때마다 이곳을 방문하시길 권장합니다.

여러 범주의 Blocks를 사용할 수 있습니다:

| 카테고리       | 설명                                                                        |
| ---------- | ------------------------------------------------------------------------- |
| 모델         | 파인튜닝된 모델 또는 foundation model을 실행합니다.                                      |
| 시각화        | 모델의 출력을 시각화합니다.                                                           |
| 로직 및 분기    | Workflow의 흐름을 제어합니다.                                                      |
| 데이터 저장     | Roboflow dataset 또는 외부 데이터베이스에 데이터를 저장합니다.                                |
| 알림         | SMS 메시지나 이메일과 같은 알림을 전송합니다.                                               |
| 비디오 처리     | 추적 알고리즘, 구역 내 체류 시간 분석, 선 교차 확인을 사용하여 비디오 내용을 분석합니다.                      |
| 변환         | 이미지 및 예측 데이터를 조작합니다.                                                      |
| 클래식 컴퓨터 비전 | 엣지 검출, 템플릿 매칭, 크기 측정과 같은 클래식 컴퓨터 비전 작업을 실행합니다.                            |
| Enterprise | MQTT 또는 Modbus TCP를 사용하는 것과 같이 Roboflow를 Enterprise 시스템에 연결합니다.           |
| 고급         | PASS/FAIL 분석, 데이터 캐싱, embedding similarity와 같은 특정 사용 사례를 위한 고급 Blocks입니다. |
| 사용자 지정     | Python으로 사용자 지정 Blocks를 만들고 실행합니다                                         |


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-ko/workflows/workflow-blocks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
