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

# デバイスを追加

Deployment Manager を使って Workflow をデプロイするには、まず Roboflow アカウントにデバイスを追加する必要があります。

デバイスを追加すると、次のことが行われます：

* Roboflow Inference（エッジ向けコンピュータビジョン推論サーバー）および Docker を含む、必要な依存関係がすべてインストールされます。
* デバイスが登録され、Roboflow アカウントから監視できるようになります。

:warning: 続行する前に、ぜひこちらをご確認ください [Hardware Requirements](/roboflow/roboflow-jp/deploy/device-manager/setting-up/hardware-requirements.md) 対応デバイスについて

「Deployments」ページから新しいデバイスを追加できます

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

デバイスで作成後に表示されるコマンドを、デバイス上のターミナルで実行してください。このコマンドにより、お使いのシステムに Inference がセットアップされ、デバイスが Roboflow の dashboard に登録されます。このコマンドを実行するには、エッジデバイスにインターネット接続が必要です。\
\
おめでとうございます！Roboflow の Deployment Manager がマシン上で実行されています。次のステップは、コンピュータビジョン Workflow を実行するデバイス上で stream を設定することです。

{% hint style="info" %}
エッジハードウェアに適用される企業のファイアウォールがある場合は、インストールが正常に完了するようにする方法について、アカウントマネージャーにご相談ください。Roboflow のデバイス管理ドメインである <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-jp/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.
