> 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/getting-started/before-you-start.md).

# 시작하기 전에

Overleaf를 설치하기 전에 이 문서의 요구 사항, 설치 과정, 구성 옵션, 업그레이드 섹션을 먼저 숙지하는 것이 중요합니다. 또한 조직에서 Overleaf를 사용하기 위한 요구 사항과 성공적인 운영에 필요한 기반 인프라를 충분히 이해하는 것도 매우 중요합니다.

### 준비를 위해 무엇을 할 수 있나요? <a href="#what-can-i-do-to-prepare" id="what-can-i-do-to-prepare"></a>

Overleaf를 실행하기 위한 요구 사항을 이해하세요. 여기에는 조직의 기존 서버 환경, 네트워크 기능, 저장소 자원을 평가하는 것이 포함됩니다. 인프라가 이 문서에 명시된 요구 사항을 충족하거나 이를 초과하는지 확인하세요.

설치 과정을 시작하기 전에 Overleaf를 배포하려는 서버에 대한 관리 권한이 있는지 확인하세요. 이를 위해 필요한 권한과 리소스를 확보하려면 IT 팀이나 시스템 관리자와 협조해야 할 수 있습니다. 또한 설치에 영향을 줄 수 있는 보안 고려 사항이나 네트워크 정책도 검토하세요.

{% content-ref url="/spaces/pHboEFqEMx7veCRU8NeS/pages/b7dc93a4a108c505326539da0957ae60388c1d8f" %}
[요구 사항](/on-premises/ko/getting-started/requirements.md)
{% endcontent-ref %}

### 문제가 생기면 어떻게 하나요? <a href="#what-if-i-have-a-problem" id="what-if-i-have-a-problem"></a>

{% hint style="info" %}
참고로 저희는 **아니** 무료 Community Edition의 로컬 설치에 대한 지원을 제공할 수 있습니다.
{% endhint %}

문제가 발생하면 먼저 [문제 해결](/on-premises/ko/support/troubleshooting.md) 문서의 해당 섹션을 참고하시길 권장합니다. 여기에는 일반적인 문제와, 도움을 요청해야 할 경우 지원팀에 필요한 정보가 포함되어 있습니다.

이러한 단계를 따르고 문서를 꼼꼼히 읽으면, 조직의 요구 사항에 맞게 Overleaf를 설치, 구성 및 유지 관리할 준비를 충분히 갖출 수 있습니다. 인프라와 설치 과정에 대한 확실한 이해가 성공적인 배포의 핵심이라는 점을 기억하세요.


---

# 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/getting-started/before-you-start.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.
