# Device 추가

Deployment Manager로 Workflow를 배포하려면, 먼저 Roboflow 계정에 디바이스를 추가해야 합니다.

디바이스를 추가하면 다음이 수행됩니다:

* Roboflow Inference(엣지 컴퓨터 비전 추론 서버)와 Docker를 포함한 필요한 모든 종속 항목을 설치합니다.
* 디바이스를 등록하여 Roboflow 계정에서 모니터링할 수 있게 합니다.

:warning: 진행하기 전에, 지원되는 디바이스에 대해서는 다음 내용을 검토하시기를 강력히 권장합니다. [하드웨어 요구 사항](/roboflow/roboflow-ko/deploy/device-manager/setting-up/hardware-requirements.md) 지원되는 디바이스에 대해.

"Deployments" 페이지에서 새 디바이스를 추가할 수 있습니다.

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

디바이스를 만든 후 제공되는 명령어를 디바이스의 터미널에서 실행하세요. 이 명령어는 시스템에 Inference를 설정하고 Roboflow dashboard에 디바이스를 등록합니다. 이 명령어를 실행하려면 엣지 디바이스에 인터넷 연결이 필요합니다.\
\
축하합니다! 이제 Roboflow의 Deployment Manager가 머신에서 실행 중입니다. 다음 단계는 컴퓨터 비전 workflow를 실행하는 디바이스에서 스트림을 구성하는 것입니다.

{% hint style="info" %}
엣지 하드웨어에 적용되는 기업 방화벽이 있는 경우, 설치 과정이 성공적으로 진행되도록 하는 방법에 대한 안내를 받으려면 계정 관리자에게 문의하세요. Roboflow의 디바이스 관리 도메인인 <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-ko/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.
