# Device जोड़ें

Deployment Manager के साथ किसी Workflow को deploy करने के लिए, पहले आपको अपने Roboflow account में एक device जोड़ना होगा।

एक device जोड़ने से:

* Roboflow Inference, हमारा edge computer vision inference server, और Docker सहित सभी आवश्यक dependencies install होंगी।
* device को register किया जाएगा ताकि उसे आपके Roboflow account से monitor किया जा सके।

:warning: आगे बढ़ने से पहले, हम strongly recommend करते हैं कि आप हमारी [Hardware Requirements](/roboflow/roboflow-hi/deploy/device-manager/setting-up/hardware-requirements.md) supported devices के लिए देखें।

आप "Deployments" page से एक नया device जोड़ सकते हैं

<figure><img src="/files/b626d3be11c86cb89147446586ce46b07d45c24a" alt=""><figcaption></figcaption></figure>

अपने device को create करने के बाद दिए गए command को अपने device पर terminal में execute करें। यह command आपके system पर Inference set up करेगी और आपके device को Roboflow dashboard के साथ register करेगी। इस command को चलाने के लिए आपके edge device को internet connection की आवश्यकता होगी.\
\
बधाई हो! अब Roboflow का Deployment Manager आपकी machine पर चल रहा है। अगला step device पर एक stream configure करना है जो आपका computer vision workflow चलाता है।

{% hint style="info" %}
यदि आपके edge hardware पर लागू होने वाली corporate firewall मौजूद है, तो installation process को सफलतापूर्वक चलाने के लिए guidance हेतु अपने account manager से संपर्क करें। आपको Roboflow के device management domains को whitelist करना पड़ सकता है, जो <https://api.roboflow.com> और <https://repo.roboflow.com> हैं।
{% endhint %}


---

# 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/setting-up/add-a-device.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.
