# Enterprise Deployment

Roboflow Enterprise customers have access to several advanced features.

As an enterprise customer, you can leverage our:

* [License server](/deploy/enterprise-deployment/license-server.md)
* [Offline mode in Inference containers](/deploy/enterprise-deployment/offline-mode.md)
* [Kubernetes deployment advice](/deploy/enterprise-deployment/kubernetes.md)

Enterprise customers also have access to the following advanced features in local Inference deployments:

1. **Active learning**: Actively collect data from your production line for use in training new, more accurate models over time.
2. **Parallel processing server**: Run requests in parallel to achieve increased throughput and lower latency when running inference on models.
3. **TensorRT model packages for private models**: When running self-hosted Inference outside the Roboflow platform, TensorRT-optimized model packages for private models are only available on Enterprise plans. Public models include TensorRT packages on all plans.
4. A license to run Inference on more than one device.

To learn more about Roboflow's enterprise offerings, [contact the sales team](https://roboflow.com/sales).

{% hint style="info" %}
Refer to the [Roboflow Licensing guidance](https://roboflow.com/licensing) to learn more about how Roboflow tools are 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/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.
