# Deployment Manager

Roboflow Deployment Manager आपको edge devices पर computer vision models को आसानी से सेट up, deploy, और manage करने देता है। अपना model train करने और एक workflow बनाने के बाद, यह deployments को scale करने के लिए एक all-in-one solution प्रदान करता है।

आप Deployment Manager का उपयोग इन कामों के लिए कर सकते हैं:

1. नए devices को सेट up करें, [Roboflow Inference server](https://inference.roboflow.com/).
2. deployment में उपयोग के लिए camera streams configure करें।
3. Deploy [Workflows](/roboflow/roboflow-hi/workflows/what-is-workflows.md) edge पर।
4. deployed edge devices के लिए logs, stream status, और telemetry की monitor करें।

{% hint style="warning" %}
Deployment Manager केवल Enterprise customers के लिए उपलब्ध है। [Roboflow sales team से संपर्क करें](https://roboflow.com/sales) इस feature और यह आपके deployments को scale पर manage करने के लिए कैसे उपयोग किया जा सकता है, इसके बारे में अधिक जानने के लिए।
{% endhint %}

<figure><img src="/files/179ffb7cb9ebeb439b0cbd22723e17ce1ba7af9a" alt=""><figcaption></figcaption></figure>

### मुख्य आवश्यकताएँ:

Deployment Manager Roboflow-supported hardware के लिए बनाया गया है:

* समर्थित: Roboflow के माध्यम से खरीदा गया hardware
* असमर्थित (अपने जोखिम पर उपयोग करें): NVIDIA Jetson, Debian-based Linux पर चलने वाली x86 machines जिनमें NVIDIA GPUs हों
* अभी समर्थित नहीं: Mac या Windows-based systems

Setup और ongoing operation के लिए devices का internet से connected होना आवश्यक है, साथ ही remote management और monitoring के लिए Roboflow तक continuous access होना चाहिए।


---

# 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/deploy/device-manager.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.
