> 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-ko/deploy/enterprise-deployment.md).

# Enterprise 배포

Roboflow Enterprise 고객은 여러 고급 기능에 접근할 수 있습니다.

Enterprise 고객으로서, 다음 기능을 활용할 수 있습니다:

* [License server](/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)

Enterprise 고객은 로컬 Inference 배포에서도 다음 고급 기능에 접근할 수 있습니다:

1. **Active learning**: 운영 라인에서 데이터를 능동적으로 수집하여 시간이 지남에 따라 새롭고 더 정확한 모델을 학습하는 데 사용할 수 있습니다.
2. **Parallel processing server**: 모델에서 inference를 실행할 때 더 높은 처리량과 더 낮은 지연 시간을 달성하기 위해 요청을 병렬로 실행합니다.
3. **비공개 모델용 TensorRT model packages**: Roboflow 플랫폼 외부에서 self-hosted Inference를 실행하는 경우, 비공개 모델용 TensorRT 최적화 model packages는 Enterprise 플랜에서만 사용할 수 있습니다. 공개 모델에는 모든 플랜에서 TensorRT packages가 포함됩니다.
4. 하나 이상의 디바이스에서 Inference를 실행할 수 있는 라이선스.

Roboflow의 enterprise offerings에 대해 자세히 알아보려면, [sales team에 문의하세요](https://roboflow.com/sales).

{% hint style="info" %}
다음을 참조하세요: [Roboflow Licensing 가이드](https://roboflow.com/licensing) Roboflow 도구의 라이선스 방식에 대해 자세히 알아보려면.
{% 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-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.
