# Welcome

### Overview of Overleaf

Overleaf is a collaborative LaTeX editor loved by researchers and tech teams. Their cloud version is available at [overleaf.com](https://www.overleaf.com/). It provides a full-featured online LaTeX editor. Howevery, Overleaf Common (SaaS version) has numerous feature limitations, and you have to tolerate *<mark style="color:red;">**10-second compilation times limit**</mark>* and expensive membership fees.

Although Overleaf offers an open-source community version (available on [GitHub: Overleaf](https://github.com/overleaf/overleaf)), it also has many limitations, for example:

{% hint style="warning" %}
Overleaf Community Edition is intended for use in environments where **all** users are trusted. Community Edition is **not** appropriate for scenarios where isolation of users is required because Sandbox Compiles are not available.

Without sandboxing, LaTeX compiles run with the same privileges as the container, allowing access to its filesystem, network, and environment variables. This creates a risk of data exposure or system compromise. Non-sandboxed compiles should only be used in fully trusted environments; for multi-user or production deployments, Sandbox Compiles are strongly recommended.

For more information on Sandbox Compiles see: [Sandboxed Compiles](/on-premises/configuration/overleaf-toolkit/sandboxed-compiles.md)
{% endhint %}

### Information about Server Pro

The Overleaf website only provides an entrance to contact support for Server Pro, so information about Server Pro is very limited. But based on the information we have collected in the community, the **quota for Server Pro is**:&#x20;

* You need to purchase licenses for *at least* 10 people.
* A 10-person license costs about €3,477.61. (2024)
* For educations, 20 user 2640 Euro per year, 50 user 6050 Euro, 100 user 9963 Euro.
* Server Pro is only available in select regions (e.g., excluding mainland China).

### Why Overleaf Pro?

Overleaf Pro is an enhanced implementation of the Overleaf Community Edition, offering *<mark style="color:green;">**all**</mark>**&#x20;**<mark style="color:green;">**free premium**</mark>* features from server pro. Unlike Overleaf Common available at <https://www.overleaf.com/>, or commercial edition server pro, we have

* ***no limitations*** on compilation time
* ***no license*** requirements on the number of users
* ***all features*** unlocked from server pro

And you can fully self-host your own data, ensuring absolute security! To find out more, see:

{% content-ref url="/spaces/yLFrF2L1FakWXkhqpOnS/pages/BI1vIvH9Q0DHZ5hNXgEM" %}
[Features and Copyright](/on-premises/readme/features-and-copyright.md)
{% endcontent-ref %}

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


---

# Agent Instructions: 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:

```
GET https://overleaf-pro.ayaka.space/on-premises/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
