# Welcome

Overleaf is a collaborative LaTeX editor loved by researchers and tech teams. Our cloud version is available at [overleaf.com](https://www.overleaf.com/). These docs are specifically for people interested in setting up and maintaining Overleaf Server Pro or Community Edition.

## Overview of Server Pro and Community Edition

Both Server Pro and Community Edition run in Docker containers, isolating them from other applications on the same host. This provides an additional layer of security by preventing potential cross-application attacks.&#x20;

They can run on air-gapped servers, which means they can be completely isolated from other networks, including the Internet. Docker provides tooling for transferring the application from an internet-connected to an air-gapped environment.&#x20;

After the initial download, no internet connection is required, significantly reducing the risk of external threats.

{% 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 due to Sandbox Compiles not being 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 check out our [documentation](/on-premises/configuration/overleaf-toolkit/server-pro-only-configuration/sandboxed-compiles.md).&#x20;
{% endhint %}

{% content-ref url="/pages/6FzjgfgVGHBWM4rvTjUJ" %}
[Server Pro vs. Community Edition](/on-premises/welcome/server-pro-vs.-community-edition.md)
{% endcontent-ref %}

## Stay up to date

[Subscribe to our mailing list](https://mailchi.mp/overleaf.com/community-edition-and-server-pro) to get updates on:

* New releases and features
* Enhancements
* Security patches

{% hint style="info" %}
All mailing list emails originate from the email address <weclome@overleaf.com>
{% endhint %}

## Quick links

{% content-ref url="/pages/plrb7fQjdIuTa3iVIEUa" %}
[Before you start](/on-premises/getting-started/before-you-start.md)
{% endcontent-ref %}

{% content-ref url="/pages/dDG4oebelp43htXWefJf" %}
[Release notes](/on-premises/release-notes.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://docs.overleaf.com/on-premises/welcome.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.
