> For the complete documentation index, see [llms.txt](https://ayakaleaf-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://ayakaleaf-pro.ayaka.space/on-premises/nl/readme.md).

# Welkom

### Overzicht van Overleaf

Overleaf is een samenwerkingsgerichte 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) heeft 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 vertrouwd zijn. Community Edition is **niet** geschikt voor scenario's waarin isolatie van gebruikers vereist is, omdat Sandbox Compiles niet beschikbaar zijn.

Zonder sandboxing draaien LaTeX-compilaties met dezelfde rechten als de container, waardoor toegang tot het bestandssysteem, netwerk en omgevingsvariabelen mogelijk is. Dit creëert een risico op blootstelling van gegevens of compromittering van het systeem. Compilaties zonder sandbox mogen alleen worden gebruikt in volledig vertrouwde omgevingen; voor multi-user- of productiesystemen worden Sandbox Compiles sterk aanbevolen.

Voor meer informatie over Sandbox Compiles, zie: [Sandboxed Compiles](/on-premises/nl/configuratie/overleaf-toolkit/sandboxed-compiles.md)
{% endhint %}

### Informatie over Server Pro

De website van Overleaf biedt alleen een ingang om support voor Server Pro te contacteren, dus informatie over Server Pro is zeer beperkt. Maar op basis van de informatie die we in de community hebben verzameld, is de **quota voor Server Pro is**:

* 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 euro per jaar, 50 gebruikers 6050 euro, 100 gebruikers 9963 euro.
* Server Pro is alleen beschikbaar in geselecteerde regio's (bijv. met uitzondering van het vasteland van China).

### Waarom Ayakaleaf Pro?

{% hint style="info" %}
Overleaf Pro is ***niet*** gelieerd aan Overleaf, Inc. of diens moederbedrijf, Digital Science. Het is ook *geen 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 %}

Ayakaleaf Pro is een verbeterde implementatie van de Overleaf Community Edition, met *<mark style="color:groen;">**all**</mark>* *<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 editie server pro, hebben wij

* ***geen beperkingen*** op compilatietijd
* ***geen licentie*** vereisten voor het aantal gebruikers
* ***alle functies*** ontgrendeld uit server pro

En je kunt je eigen gegevens volledig zelf hosten, wat absolute veiligheid garandeert! Lees meer, zie:

{% content-ref url="/pages/e9f8e52e3c4ee2a575842a286bf37c91b9dbf637" %}
[Functies en auteursrecht](/on-premises/nl/readme/features-and-copyright.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://ayakaleaf-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.
