> 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/ru/nachalo-raboty/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/7c485783065b835017ba0bbd8a370cf7f9f1cccb">Необходимые навыки</a></td><td><a href="/files/440962b634d9df6ba468d725e2d575f8203b5008">/files/440962b634d9df6ba468d725e2d575f8203b5008</a></td></tr><tr><td><i class="fa-server">:server:</i> <a href="/pages/38422abf0f411d7c4adbf856ac5090862cea5e75">Требования к оборудованию</a></td><td><a href="/files/1715fa51db39c3be9ccf149b57c713da3eda4a19">/files/1715fa51db39c3be9ccf149b57c713da3eda4a19</a></td></tr><tr><td><i class="fa-list-check">:list-check:</i> <a href="/pages/8dc9ce1d7af4caa254b03850e6a56900d2bcc9b9">Требования к программному обеспечению</a></td><td><a href="/files/60585ad96dd85ede91bf3873c61b6fc5ab56f9a3">/files/60585ad96dd85ede91bf3873c61b6fc5ab56f9a3</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/ru/nachalo-raboty/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.
