> 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/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/7eab3467f375ab4ee712dd3a619016b0862b845f" %}
[要件](/on-premises/ja/hajimeni/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/ja/sapto/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/ja/hajimeni/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.
