# Enterprise Deployment

Roboflow Enterprise 고객은 여러 고급 기능을 이용할 수 있습니다.

엔터프라이즈 고객으로서 다음 기능을 활용할 수 있습니다:

* [라이선스 서버](/roboflow/roboflow-ko/deploy/enterprise-deployment/license-server.md)
* [Inference 컨테이너의 오프라인 모드](/roboflow/roboflow-ko/deploy/enterprise-deployment/offline-mode.md)
* [Kubernetes 배포 조언](/roboflow/roboflow-ko/deploy/enterprise-deployment/kubernetes.md)

엔터프라이즈 고객은 로컬 Inference 배포에서도 다음 고급 기능을 이용할 수 있습니다:

1. **Active learning**: 프로덕션 라인에서 데이터를 적극적으로 수집하여, 시간이 지남에 따라 더 새롭고 정확한 모델을 학습하는 데 사용합니다.
2. **병렬 처리 서버**: 요청을 병렬로 실행하여 모델에 대해 inference를 실행할 때 처리량을 높이고 지연 시간을 줄입니다.
3. **비공개 모델용 TensorRT 모델 패키지**: Roboflow 플랫폼 외부에서 자체 호스팅 Inference를 실행할 때, 비공개 모델용 TensorRT 최적화 모델 패키지는 Enterprise 플랜에서만 사용할 수 있습니다. 공개 모델에는 모든 플랜에서 TensorRT 패키지가 포함됩니다.
4. 하나 이상의 장치에서 Inference를 실행할 수 있는 라이선스.

Roboflow의 엔터프라이즈 제공 내용에 대해 더 알아보려면, [영업 팀에 문의하세요](https://roboflow.com/sales).

{% hint style="info" %}
다음을 참고하세요 [Roboflow 라이선스 안내](https://roboflow.com/licensing) Roboflow 도구에 어떤 라이선스가 적용되는지 자세히 알아보세요.
{% 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-ko/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.
