> 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/ja/hajimeni/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/aa1df7f4e806ef345fba9593abc8891e389289b3">必要なスキル</a></td><td><a href="/files/36da42e1394af3b749c59f1c5faa88aad90bb904">/files/36da42e1394af3b749c59f1c5faa88aad90bb904</a></td></tr><tr><td><i class="fa-server">:server:</i> <a href="/pages/b72fcc420a56a8d751723a10f894103859cdbec5">ハードウェア要件</a></td><td><a href="/files/c501ab535792a41daa7bd5762fa7532358641a9a">/files/c501ab535792a41daa7bd5762fa7532358641a9a</a></td></tr><tr><td><i class="fa-list-check">:list-check:</i> <a href="/pages/a193d7702ddcde91075c903dbeacafdd5f459909">ソフトウェア要件</a></td><td><a href="/files/67efc80b210fce237e5a9ef5cd7c663a40717d9d">/files/67efc80b210fce237e5a9ef5cd7c663a40717d9d</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://ayakaleaf-pro.ayaka.space/on-premises/ja/hajimeni/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.
