> 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/zh-cn/ru-men/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/3b596e83a0a52018d5b06cc198697c935a2a8d07" %}
[要求](/on-premises/zh-cn/ru-men/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/zh-cn/zhi-chi/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/zh-cn/ru-men/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.
