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

# Workflow Blocks

Workflows Blocks से बने होते हैं। आप computer vision applications बनाने के लिए कई Blocks को आपस में जोड़ सकते हैं।

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

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

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

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

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