> 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/de/erste-schritte/requirements.md).

# Anforderungen

Stellen Sie sicher, dass Sie diesen Abschnitt gründlich lesen, bevor Sie mit einer Installation von Overleaf fortfahren.

### Voraussetzungen für die Installation von Server Pro und Community Edition

{% hint style="warning" %}
Wir empfehlen dringend, Server Pro auf einer aktuellen Version von Ubuntu mit einer aktuellen Version von Docker zu betreiben. Der Betrieb von Server Pro auf anderen Systemen ist möglich, macht es für uns jedoch erheblich schwieriger, Support für nicht standardmäßige Ubuntu/Docker-Setups anzubieten. Außerdem können wir keinen Support für Probleme mit Docker selbst anbieten.
{% endhint %}

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Titelbild</th></tr></thead><tbody><tr><td><i class="fa-user-check">:user-check:</i> <a href="/pages/5a5a9fb97e40a706eaa4b1e6a00eb8514072bfb6">Erforderliche Kenntnisse</a></td><td><a href="/files/312ca2a87ad07c892ebc8a91f3e85d93ee7e2f05">/files/312ca2a87ad07c892ebc8a91f3e85d93ee7e2f05</a></td></tr><tr><td><i class="fa-server">:server:</i> <a href="/pages/7949581e495e21e4926582c69eff7b38d7813fc2">Hardwareanforderungen</a></td><td><a href="/files/283dd431cf351ee6c612aa16f413a1c0a1780f79">/files/283dd431cf351ee6c612aa16f413a1c0a1780f79</a></td></tr><tr><td><i class="fa-list-check">:list-check:</i> <a href="/pages/c0bea337daad7b2ecea64b216bb58b11bda60814">Softwareanforderungen</a></td><td><a href="/files/f42b8626f416750c3e2543fe3b2c9aee61b285c6">/files/f42b8626f416750c3e2543fe3b2c9aee61b285c6</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/de/erste-schritte/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.
