# Enterprise Integrations

Workflows में कस्टम blocks होते हैं जिनका उपयोग आप अपने vision Workflow को अपने enterprise systems के साथ integrate करने के लिए कर सकते हैं।

ये blocks केवल Enterprise plan वाले ग्राहकों के लिए विशेष रूप से उपलब्ध हैं। यदि आप इस बारे में अधिक जानना चाहते हैं कि इन blocks का उपयोग आपके project के साथ कैसे किया जा सकता है, [sales team से संपर्क करें](https://roboflow.com/sales) या अपने account manager से।

### Workflow Blocks

| Block                     | उपयोगी है                                                                | Tutorial                                                                    |
| ------------------------- | ------------------------------------------------------------------------ | --------------------------------------------------------------------------- |
| OPC UA Writer             | किसी भी OPC-capable listener को data भेजना।                              | [\[Tutorial\]](https://blog.roboflow.com/integrate-roboflow-with-ignition/) |
| Ignition                  | MQTT के माध्यम से predictions को एक Ignition system में भेजना।           | [\[Tutorial\]](https://blog.roboflow.com/roboflow-ignition-mqtt/)           |
| MQTT                      | किसी भी MQTT listener को predictions भेजना।                              | [\[Tutorial\]](https://blog.roboflow.com/roboflow-ignition-mqtt/)           |
| PLC Writer                | अपनी assembly line पर PLC को data भेजना।                                 |                                                                             |
| Modbus TCP Writer         | Modbus TCP protocol का उपयोग करके अपने Workflow से data भेजना।           |                                                                             |
| Microsoft SQL Server Sink | अपने Workflow के results को Microsoft SQL Server database में save करना। |                                                                             |

आप इसका भी उपयोग कर सकते हैं [PLC Relay](broken://pages/4c5672d69bf1970dd09bd42ae1095a2c1cf23938)، एक edge container service जो PLC tags को read और write करने के लिए एक HTTP API प्रदान करता है। PLC Relay Allen-Bradley (EtherNet/IP), Modbus TCP, और Siemens S7 protocols का समर्थन करता है और इसे [Deployment Manager](/roboflow/roboflow-hi/deploy/device-manager.md).

### Cameras

आप Roboflow Workflows का उपयोग इनके साथ कर सकते हैं:

* एक USB camera
* एक Basler camera (GigE या USB 3.0)
* एक Lucid camera (GigE)
* कोई भी RTSP-capable camera

### Data Import

सभी उपयोगकर्ता AWS, GCP, और Azure से Roboflow में data import कर सकते हैं। अधिक जानकारी के लिए हमारी "[Import Data from Cloud Providers](/roboflow/roboflow-hi/datasets/adding-data/upload-data-from-aws-gcp-and-azure.md)" guide पढ़ें। हमारे पास इस बारे में भी एक tutorial है कि कैसे [Databricks से Roboflow में data upload करें](https://blog.roboflow.com/upload-images-from-databricks-to-roboflow/).


---

# 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/enterprise-integrations.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.
