# Self-Hosted Deployment

Roboflow Inference（エッジ推論サーバー）を使用して、自前のハードウェア上にモデルと Workflows をデプロイできます。これは、モデルをエッジ上でリアルタイムに実行する必要がある場合に最適です。

ハードウェア上でモデルをセットアップするには、インターネット接続が必要です。また、以下によって管理されているデバイス上にモデルをデプロイする場合は、継続的なインターネット接続も必要です。 [Device Manager](/roboflow/roboflow-jp/deploy/device-manager.md).

次を参照してください。 [Roboflow Inference インストールガイド](https://inference.roboflow.com/install/) で、お使いのコンピュータに Inference をセットアップする方法をご確認ください。その後、以下のガイドをご覧ください。 [Workflow をデプロイする方法](/roboflow/roboflow-jp/workflows/deploy-a-workflow.md) をエッジデバイス上で。

{% hint style="info" %}
プライベートモデル向けの TensorRT 最適化済みモデルパッケージは、以下でのみ利用できます。 [Enterprise プラン](/roboflow/roboflow-jp/deploy/enterprise-deployment.md) Roboflow プラットフォーム外で Inference を実行する場合。公開モデルには、すべてのプランで TensorRT パッケージが含まれます。
{% 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-jp/deploy/self-hosted-deployment.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.
