> 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/uk/pochatok-roboti/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/b609af661166ce743446e56d4498f5a4a4dbdade">Потрібні навички</a></td><td><a href="/files/3055c2233a5b3003b26ecd800a0d5ddd6a851abe">/files/3055c2233a5b3003b26ecd800a0d5ddd6a851abe</a></td></tr><tr><td><i class="fa-server">:server:</i> <a href="/pages/245c1fe8520f4654a504b98e667846b1a0e59e8b">Вимоги до апаратного забезпечення</a></td><td><a href="/files/1fab5c9dbd95d4b16f765c2794e2d090cb07e065">/files/1fab5c9dbd95d4b16f765c2794e2d090cb07e065</a></td></tr><tr><td><i class="fa-list-check">:list-check:</i> <a href="/pages/591a4bb72e8a9aa7d2b1bd98848185c9246b96a1">Вимоги до програмного забезпечення</a></td><td><a href="/files/7932175a434b0fc6fdb6fc1de794bb80825a81af">/files/7932175a434b0fc6fdb6fc1de794bb80825a81af</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/uk/pochatok-roboti/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.
