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

# 요구 사항

Overleaf를 설치하기 전에 이 섹션을 꼼꼼히 읽어 보시기 바랍니다.

### Server Pro 및 Community Edition 설치 요건

{% hint style="warning" %}
Server Pro는 최신 버전의 Ubuntu에서 최신 버전의 Docker와 함께 실행할 것을 강력히 권장합니다. 다른 시스템에서 Server Pro를 실행하는 것도 가능하지만, 기본 구성이 아닌 Ubuntu/Docker 설정에 대해 지원을 제공하기가 훨씬 더 어려워집니다. 또한 Docker 자체의 문제에 대해서는 지원을 제공할 수 없습니다.
{% endhint %}

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">표지 이미지</th></tr></thead><tbody><tr><td><i class="fa-user-check">:user-check:</i> <a href="/pages/4b5052dd2f527691d1014268be3839195a54a01e">필요한 기술</a></td><td><a href="/files/a4aea05c80ae95f749d3fd31d7aad61a3711c9ed">/files/a4aea05c80ae95f749d3fd31d7aad61a3711c9ed</a></td></tr><tr><td><i class="fa-server">:server:</i> <a href="/pages/a2f4fe6550d40b6264869985a2b1c40d23836fc5">하드웨어 요구 사항</a></td><td><a href="/files/99f6d9a1a7bd1ff77eba7cc5e540d23cae87b2a0">/files/99f6d9a1a7bd1ff77eba7cc5e540d23cae87b2a0</a></td></tr><tr><td><i class="fa-list-check">:list-check:</i> <a href="/pages/548b1031d8191929a4f69f535be67fa79cb34f40">소프트웨어 요구 사항</a></td><td><a href="/files/bf51ca7e6dfa26f0891025ad4a16d3207526e422">/files/bf51ca7e6dfa26f0891025ad4a16d3207526e422</a></td></tr></tbody></table>


---

# 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/requirements.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.
