# Workflow Blocks

Workflows Blocks से बने होते हैं। आप कंप्यूटर विज़न एप्लिकेशन बनाने के लिए कई Blocks को आपस में जोड़ सकते हैं।

Roboflow documentation के इस section में, हम कवर करेंगे:

1. हर Block क्या करता है
2. हर Block का उपयोग कैसे करें
3. कब कोई Block उपयोगी हो सकता है
4. किसी Block द्वारा लौटाया गया response

यह section आपके Workflow बनाते समय reference के रूप में intended है। हम आपको यहाँ आने के लिए प्रोत्साहित करते हैं जब भी आपके पास Workflows editor में किसी विशेष Block का उपयोग कैसे करें, इस बारे में कोई प्रश्न हो।

Blocks की कई categories उपलब्ध हैं:

| Category                  | Descriptoin                                                                                                     |
| ------------------------- | --------------------------------------------------------------------------------------------------------------- |
| Models                    | एक fine-tuned या foundation model चलाएँ।                                                                        |
| Visualizations            | किसी model के output को visualize करें।                                                                         |
| Logic और Branching        | अपने Workflow के flow को नियंत्रित करें।                                                                        |
| Data Storage              | Roboflow dataset या external database में data save करें।                                                       |
| Notifications             | SMS message या email जैसी alert भेजें।                                                                          |
| Video Processing          | tracking algorithms, time in zone analysis, और line crossing checks के साथ videos की contents का विश्लेषण करें। |
| Transformations           | image और prediction data को manipulate करें।                                                                    |
| Classical Computer Vision | edge deteciton, template matching, और size measurement जैसे classical computer vision tasks चलाएँ।              |
| Enterprise                | MQTT या Modbus TCP का उपयोग करके Roboflow को अपने Enterprise systems से connect करें।                           |
| Advanced                  | PASS/FAIL analysis, data caching, और embedding similarity जैसे specific use cases के लिए advanced blocks।       |
| Custom                    | Python के साथ custom 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-hi/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.
