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

# Welkom

### Overzicht van Overleaf

Overleaf is een collaboratieve LaTeX-editor die geliefd is bij onderzoekers en technische teams. Hun cloudversie is beschikbaar op [overleaf.com](https://www.overleaf.com/). Het biedt een volledig uitgeruste online LaTeX-editor. Echter, Overleaf Common (SaaS-versie) kent talrijke functiebeperkingen, en je moet tolereren *<mark style="color:rood;">**een compilatietijdlimiet van 10 seconden**</mark>* en dure lidmaatschapskosten.

Hoewel Overleaf een open-source communityversie aanbiedt (beschikbaar op [GitHub: Overleaf](https://github.com/overleaf/overleaf)), heeft het ook veel beperkingen, bijvoorbeeld:

{% hint style="warning" %}
Overleaf Community Edition is bedoeld voor gebruik in omgevingen waar **all** gebruikers worden vertrouwd. Community Edition is **niet** geschikt voor scenario's waarin isolatie van gebruikers vereist is, omdat Sandbox-compilaties niet beschikbaar zijn.

Zonder sandboxing worden LaTeX-compilaties uitgevoerd met dezelfde rechten als de container, waardoor toegang mogelijk is tot het bestandssysteem, netwerk en omgevingsvariabelen. Dit brengt een risico op gegevensblootstelling of systeemcompromittering met zich mee. Niet-sandboxed compilaties mogen alleen worden gebruikt in volledig vertrouwde omgevingen; voor multi-user- of productiedeployments worden Sandbox-compilaties sterk aanbevolen.

Voor meer informatie over Sandbox-compilaties, zie: [Geïsoleerde compilaties](/on-premises/nl/configuratie/overleaf-toolkit/geisoleerde-compilaties.md)
{% endhint %}

### Informatie over Server Pro

De website van Overleaf biedt alleen een ingang om contact op te nemen met ondersteuning voor Server Pro, dus informatie over Server Pro is zeer beperkt. Maar op basis van de informatie die we in de community hebben verzameld, is de **limiet voor Server Pro is**:&#x20;

* Je moet licenties aanschaffen voor *ten minste* 10 personen.
* Een licentie voor 10 personen kost ongeveer €3.477,61. (2024)
* Voor onderwijs: 20 gebruikers €2640 per jaar, 50 gebruikers €6050, 100 gebruikers €9963.
* Server Pro is alleen beschikbaar in geselecteerde regio's (bijv. exclusief het Chinese vasteland).

### Waarom Overleaf Pro?

{% hint style="info" %}
Overleaf Pro is ***niet*** gelieerd aan Overleaf, Inc. of het moederbedrijf, Digital Science. Het is ook *niet Server Pro* editie, een commercieel product aangeboden door Overleaf, Inc. Overleaf Pro is een onafhankelijk project ontwikkeld en onderhouden door de [ayaka-notes](https://github.com/ayaka-notes).
{% endhint %}

Overleaf Pro is een verbeterde implementatie van de Overleaf Community Edition, en biedt *<mark style="color:groen;">**all**</mark>**&#x20;**<mark style="color:groen;">**gratis premium**</mark>* functies van Server Pro. In tegenstelling tot Overleaf Common, beschikbaar op <https://www.overleaf.com/>, of de commerciële Server Pro-editie, hebben wij

* ***geen beperkingen*** op de compilatietijd
* ***geen licentie*** vereisten voor het aantal gebruikers
* ***alle functies*** ontgrendeld van Server Pro

En je kunt je eigen gegevens volledig zelf hosten, waardoor absolute veiligheid wordt gegarandeerd! Voor meer informatie, zie:

{% content-ref url="/spaces/OnzB1gY8ovNZpVDRV2lE/pages/e9f8e52e3c4ee2a575842a286bf37c91b9dbf637" %}
[Functies en auteursrecht](/on-premises/nl/readme/features-and-copyright.md)
{% endcontent-ref %}

{% content-ref url="/spaces/OnzB1gY8ovNZpVDRV2lE/pages/09c85c97ae5a1d456bd09e5f51bf3994505768ee" %}
[Overleaf Pro versus Server Pro](/on-premises/nl/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/nl/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.
