# Workflow Blocks

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

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

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

이 섹션은 Workflow를 구축할 때 참고용으로 사용하도록 구성되어 있습니다. Workflows editor에서 특정 Block을 어떻게 사용하는지 궁금할 때 언제든지 이곳을 찾아오시길 권장합니다.

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

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


---

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