> For the complete documentation index, see [llms.txt](https://ayakaleaf-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://ayakaleaf-pro.ayaka.space/on-premises/ko/getting-started/before-you-start.md).

# 시작하기 전에

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

### 무엇을 준비하면 되나요? <a href="#what-can-i-do-to-prepare" id="what-can-i-do-to-prepare"></a>

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

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

{% content-ref url="/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" %}
참고로 저희는 **지원하지 않습니다** 무료 커뮤니티 에디션의 로컬 설치에 대한 지원을 제공할 수 없습니다.
{% 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://ayakaleaf-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.
