> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/on-premises/ko/readme.md).

# 환영합니다

### Overleaf 개요

Overleaf는 연구자와 기술 팀이 사랑하는 협업 LaTeX 편집기입니다. 클라우드 버전은 다음에서 이용할 수 있습니다 [overleaf.com](https://www.overleaf.com/). 완전한 기능을 갖춘 온라인 LaTeX 편집기를 제공합니다. 하지만 Overleaf Common(SaaS 버전)은 수많은 기능 제한이 있으며, 다음을 감수해야 합니다 *<mark style="color:빨간색;">**컴파일 시간 10초 제한**</mark>* 그리고 비싼 멤버십 비용.

Overleaf는 오픈소스 커뮤니티 버전도 제공하지만(다음에서 이용 가능 [GitHub: Overleaf](https://github.com/overleaf/overleaf)), 많은 제한도 있습니다. 예를 들면:

{% hint style="warning" %}
Overleaf Community Edition은 다음과 같은 환경에서 사용하도록 설계되었습니다 **all** 사용자가 신뢰되는 환경입니다. Community Edition은 **아닙니다** Sandbox Compiles를 사용할 수 없기 때문에 사용자 격리가 필요한 시나리오에는 적합하지 않습니다.

샌드박스 없이 LaTeX 컴파일은 컨테이너와 동일한 권한으로 실행되어 파일 시스템, 네트워크, 환경 변수에 접근할 수 있습니다. 이는 데이터 유출이나 시스템 손상 위험을 초래합니다. 샌드박스가 없는 컴파일은 완전히 신뢰할 수 있는 환경에서만 사용해야 하며, 다중 사용자 또는 운영 환경에서는 Sandbox Compiles 사용을 강력히 권장합니다.

Sandbox Compiles에 대한 자세한 정보는 다음을 참조하세요: [샌드박스화된 컴파일](/on-premises/ko/configuration/overleaf-toolkit/sandboxed-compiles.md)
{% endhint %}

### Server Pro에 대한 정보

Overleaf 웹사이트는 Server Pro 지원에 문의할 수 있는 창구만 제공하므로 Server Pro에 대한 정보는 매우 제한적입니다. 하지만 커뮤니티에서 수집한 정보를 바탕으로 보면, **Server Pro의 정원은**:&#x20;

* 다음 인원 수의 라이선스를 구매해야 합니다 *최소* 10명입니다.
* 10인 라이선스는 약 €3,477.61입니다. (2024)
* 교육용은 사용자 20명 기준 연간 2640유로, 50명 기준 6050유로, 100명 기준 9963유로입니다.
* Server Pro는 일부 지역에서만 제공됩니다(예: 중국 본토 제외).

### 왜 Overleaf Pro인가?

{% hint style="info" %}
Overleaf Pro는 ***아닙니다*** Overleaf, Inc. 또는 모회사인 Digital Science와 관련이 있습니다. 또한 *Server Pro가 아닙니다* 에디션으로, Overleaf, Inc.가 제공하는 상업용 제품입니다. Overleaf Pro는 다음이 개발하고 유지보수하는 독립 프로젝트입니다 [ayaka-notes](https://github.com/ayaka-notes).
{% endhint %}

Overleaf Pro는 Overleaf Community Edition의 향상된 구현으로, 다음을 제공합니다 *<mark style="color:녹색;">**all**</mark>**&#x20;**<mark style="color:녹색;">**무료 프리미엄**</mark>* server pro의 기능을 제공합니다. 다음에서 제공되는 Overleaf Common과 달리 <https://www.overleaf.com/>, 또는 상업용 버전 server pro와 달리, 우리는

* ***제한이 없습니다*** 컴파일 시간에
* ***라이선스가 없습니다*** 사용자 수에 대한 요구 사항이 없습니다
* ***모든 기능*** server pro에서 잠금 해제됩니다

그리고 자신의 데이터를 완전히 자체 호스팅할 수 있어 절대적인 보안을 보장합니다! 자세한 내용은 다음을 참조하세요:

{% content-ref url="/spaces/pHboEFqEMx7veCRU8NeS/pages/c57ad8c888d45ac9dbc158b22a493d2afd67df80" %}
[기능 및 저작권](/on-premises/ko/readme/features-and-copyright.md)
{% endcontent-ref %}

{% content-ref url="/spaces/pHboEFqEMx7veCRU8NeS/pages/ee3c029d12ab9732a2eb4e49a91b766eeeeffa5c" %}
[Overleaf Pro vs. Server Pro](/on-premises/ko/readme/community-edition-vs-server-pro.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://overleaf-pro.ayaka.space/on-premises/ko/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
