> 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/readme.md).

# Benvenuto

### Panoramica di Overleaf

Overleaf è un editor LaTeX collaborativo amato da ricercatori e team tecnici. La loro versione cloud è disponibile su [overleaf.com](https://www.overleaf.com/). Offre un editor LaTeX online completo di funzionalità. Tuttavia, Overleaf Common (versione SaaS) presenta numerose limitazioni funzionali e bisogna tollerare *<mark style="color:rosso;">**limite di tempi di compilazione di 10 secondi**</mark>* e costose quote di iscrizione.

Sebbene Overleaf offra una versione comunitaria open source (disponibile su [GitHub: Overleaf](https://github.com/overleaf/overleaf)), presenta anche molte limitazioni, ad esempio:

{% hint style="warning" %}
Overleaf Community Edition è destinata all'uso in ambienti in cui **all** gli utenti sono attendibili. Community Edition è **non** adatta a scenari in cui è richiesta l'isolamento degli utenti, perché non sono disponibili le compilazioni in sandbox.

Senza sandboxing, le compilazioni LaTeX vengono eseguite con gli stessi privilegi del container, consentendo l'accesso al suo filesystem, alla rete e alle variabili d'ambiente. Questo crea un rischio di esposizione dei dati o di compromissione del sistema. Le compilazioni senza sandbox dovrebbero essere usate solo in ambienti completamente fidati; per implementazioni multiutente o di produzione, le compilazioni in sandbox sono fortemente raccomandate.

Per ulteriori informazioni sulle compilazioni in sandbox, vedere: [Compilazioni in sandbox](/on-premises/it/configurazione/overleaf-toolkit/compilazioni-in-sandbox.md)
{% endhint %}

### Informazioni su Server Pro

Il sito web di Overleaf fornisce solo un punto di accesso per contattare l'assistenza per Server Pro, quindi le informazioni su Server Pro sono molto limitate. Ma in base alle informazioni che abbiamo raccolto nella comunità, la **quota per Server Pro è**:&#x20;

* È necessario acquistare licenze per *almeno* 10 persone.
* Una licenza per 10 persone costa circa 3.477,61 €. (2024)
* Per l'istruzione, 20 utenti 2640 euro all'anno, 50 utenti 6050 euro, 100 utenti 9963 euro.
* Server Pro è disponibile solo in alcune regioni selezionate (ad es. esclusa la Cina continentale).

### Perché Overleaf Pro?

{% hint style="info" %}
Overleaf Pro è ***non*** affiliato a Overleaf, Inc. o alla sua società madre, Digital Science. È anche *non Server Pro* Edition, che è un prodotto commerciale offerto da Overleaf, Inc. Overleaf Pro è un progetto indipendente sviluppato e mantenuto da [ayaka-notes](https://github.com/ayaka-notes).
{% endhint %}

Overleaf Pro è un'implementazione migliorata di Overleaf Community Edition, che offre *<mark style="color:verde;">**all**</mark>**&#x20;**<mark style="color:verde;">**funzionalità premium gratuite**</mark>* funzionalità di Server Pro. A differenza di Overleaf Common disponibile su <https://www.overleaf.com/>, o della versione commerciale Server Pro, abbiamo

* ***nessuna limitazione*** sui tempi di compilazione
* ***nessun requisito di licenza*** sul numero di utenti
* ***tutte le funzionalità*** sbloccate da Server Pro

E puoi ospitare completamente in autonomia i tuoi dati, garantendo una sicurezza assoluta! Per saperne di più, vedi:

{% content-ref url="/spaces/SjaUk5aLrCK3iKWt3sy9/pages/b81c706c2d2d77f57207370682820b5488746c27" %}
[Funzionalità e copyright](/on-premises/it/readme/features-and-copyright.md)
{% endcontent-ref %}

{% content-ref url="/spaces/SjaUk5aLrCK3iKWt3sy9/pages/52f5ac2eea653bf491404f5719cf615221bb46d9" %}
[Overleaf Pro vs. Server Pro](/on-premises/it/readme/community-edition-vs-server-pro.md)
{% endcontent-ref %}


---

# 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/readme.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.
