# Self-Hosted Deployment

आप Roboflow Inference, हमारे edge inference server, के साथ अपने स्वयं के hardware पर models और Workflows deploy कर सकते हैं। यह तब आदर्श है जब आपको अपने models को edge पर real time में चलाना हो।

अपने hardware पर एक model set up करने के लिए आपको internet connection की आवश्यकता होगी। यदि आप devices managed by [Device Manager](/roboflow/roboflow-hi/deploy/device-manager.md).

के लिए देखें [Roboflow Inference installation guide](https://inference.roboflow.com/install/) ताकि आप जान सकें कि अपने computer पर Inference कैसे set up करें। फिर, हमारे इस guide को देखें [How to Deploy a Workflow](/roboflow/roboflow-hi/workflows/deploy-a-workflow.md) एक edge device पर।

{% hint style="info" %}
private models के लिए TensorRT-optimized model packages केवल इस पर उपलब्ध हैं [Enterprise plans](/roboflow/roboflow-hi/deploy/enterprise-deployment.md) जब Roboflow platform के बाहर Inference चलाया जा रहा हो। Public models में सभी plans पर TensorRT packages शामिल होते हैं।
{% 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-hi/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.
