# Enterprise Deployment

Roboflow Enterprise ग्राहकों को कई उन्नत सुविधाओं तक पहुंच प्राप्त होती है।

एक enterprise ग्राहक के रूप में, आप हमारे निम्न का लाभ उठा सकते हैं:

* [License server](/roboflow/roboflow-hi/deploy/enterprise-deployment/license-server.md)
* [Inference containers में Offline mode](/roboflow/roboflow-hi/deploy/enterprise-deployment/offline-mode.md)
* [Kubernetes deployment advice](/roboflow/roboflow-hi/deploy/enterprise-deployment/kubernetes.md)

Enterprise ग्राहकों को local Inference deployments में निम्नलिखित उन्नत सुविधाओं तक भी पहुंच प्राप्त होती है:

1. **Active learning**: अपने production line से डेटा सक्रिय रूप से एकत्र करें, ताकि समय के साथ नए, अधिक सटीक models को training देने में उसका उपयोग किया जा सके।
2. **Parallel processing server**: Models पर inference चलाते समय अधिक throughput और कम latency प्राप्त करने के लिए requests को parallel रूप से run करें।
3. **Private models के लिए TensorRT model packages**: Roboflow platform के बाहर self-hosted Inference चलाते समय, private models के लिए TensorRT-optimized model packages केवल Enterprise plans पर उपलब्ध हैं। Public models में सभी plans पर TensorRT packages शामिल होते हैं।
4. एक से अधिक device पर Inference चलाने के लिए एक license।

Roboflow की enterprise offerings के बारे में अधिक जानने के लिए, [sales team से संपर्क करें](https://roboflow.com/sales).

{% hint style="info" %}
इसके बारे में देखें [Roboflow Licensing guidance](https://roboflow.com/licensing) यह जानने के लिए कि Roboflow tools को कैसे licensed किया जाता है।
{% 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/enterprise-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.
