> 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/installation/introduction.md).

# 소개

연구자로서 신뢰하는 작업 그룹에서 Community Edition을 실행하는 데 관심이 있든, 기존 인프라에 Overleaf Pro를 통합하려는 기업 조직이든, 시작하려면 항상 우리의 [Toolkit](https://github.com/overleaf/toolkit) 기본 Community Edition 이미지와 함께 설정하는 것을 강력히 권장합니다. 그렇게 하는 것은 플랫폼의 요구 사항을 익히는 데 좋은 방법이며, Overleaf Pro로 업그레이드할지 결정할 때 원활한 경험을 보장하는 데 도움이 됩니다.

Community Edition과 마찬가지로 Overleaf Pro도 Docker 컨테이너로 제공되며 직접 대체가 가능한 드롭인 대체재이고, 추가로 LDAP 및 SAML2를 통해 제공되는 SSO, 향상된 보안, 변경 추적, 댓글, 최적화된 TeX Live 버전, 템플릿 및 관리 패널과 같은 기능을 포함합니다.

Toolkit을 사용해 Community Edition을 배포하고 애플리케이션에 익숙해진 후에는 다음 지침에 따라 Overleaf Pro로 쉽게 전환할 수 있습니다 [여기](/on-premises/ko/installation/using-the-toolkit/4.-get-overleaf-pro-images.md#switching-to-pro).


---

# 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/installation/introduction.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.
