> 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/deploy/device-manager/setting-up/add-a-device.md).

# 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: आगे बढ़ने से पहले, हम दृढ़ता से अनुशंसा करते हैं कि आप हमारे [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 पर terminal में, अपना device बनाने के बाद प्रदान किया गया command चलाएँ। यह command आपके system पर Inference सेट 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 को सफलतापूर्वक चलाने के तरीके के बारे में मार्गदर्शन के लिए अपने account manager से संपर्क करें। आपको Roboflow के device management domains को whitelist करना पड़ सकता है, जो <https://api.roboflow.com> और <https://repo.roboflow.com> हैं।
{% endhint %}


---

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