> 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/it/per-iniziare/requirements.md).

# Requisiti

Assicurati di leggere attentamente questa sezione prima di procedere con qualsiasi installazione di Overleaf.

### Requisiti per l'installazione di Server Pro e dell'Edizione Community

{% hint style="warning" %}
Consigliamo vivamente di eseguire Server Pro su una versione recente di Ubuntu con una versione recente di Docker. Eseguire Server Pro su altri sistemi è possibile, ma renderà molto più difficile per noi offrire supporto per configurazioni Ubuntu/Docker non predefinite. Non possiamo inoltre offrire supporto per problemi relativi a Docker stesso.
{% endhint %}

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Immagine di copertina</th></tr></thead><tbody><tr><td><i class="fa-user-check">:user-check:</i> <a href="/pages/c464e71937e37578974001918ac9f919b618fe83">Competenze richieste</a></td><td><a href="/files/fc4b280b53602180e1a8c226b60b70e95d73806c">/files/fc4b280b53602180e1a8c226b60b70e95d73806c</a></td></tr><tr><td><i class="fa-server">:server:</i> <a href="/pages/4a6b3cb2c5119fbc0aa227a8ee24103d212686c0">Requisiti hardware</a></td><td><a href="/files/32061ae5b09cef3d29af4abc200c3fc15545561f">/files/32061ae5b09cef3d29af4abc200c3fc15545561f</a></td></tr><tr><td><i class="fa-list-check">:list-check:</i> <a href="/pages/04c6a71c8d0f51d1afb94e6f3e28df30ac483814">Requisiti software</a></td><td><a href="/files/c7b81fc747f03e837acf13cd1fda93e31474b015">/files/c7b81fc747f03e837acf13cd1fda93e31474b015</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/it/per-iniziare/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.
