> 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/self-hosted-deployment.md).

# 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 plans](/roboflow/roboflow-jp/deploy/enterprise-deployment.md) Roboflow プラットフォーム外で Inference を実行する場合。公開モデルには、すべてのプランで TensorRT パッケージが含まれます。
{% 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:

```
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.
