> 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/latex/nl/kennisbank/021-can-multiple-authors-edit-the-same-file-at-the-same-time.md).

# Kunnen meerdere auteurs tegelijkertijd hetzelfde bestand bewerken?

Ja! Net als Google Docs ondersteunt Overleaf gelijktijdige gezamenlijke bewerking.

Overleaf leent ook enkele ideeën van [versiebeheersystemen](https://en.wikipedia.org/wiki/Version_control), zoals [git](https://git-scm.com/): Je kunt "gelabelde versies" opslaan, die lijken op commits, zodat je er zeker van bent dat, zelfs als anderen je document bewerken, je altijd kunt teruggaan naar en [vergelijken met](https://www.overleaf.com/blog/154-a-first-look-at-the-new-version-comparison-feature) belangrijke versies, zoals een 'eerste versie' of een versie die is ingediend voor beoordeling of publicatie. Je kunt ook [je projecten via git openen](https://www.overleaf.com/blog/195), om het gemakkelijker te maken offline te werken.

De technologie die onze samenwerking bij het bewerken mogelijk maakt, heet [Operationele transformatie](https://en.wikipedia.org/wiki/Operational_transformation), of OT kortweg. Je bewerkingen in Overleaf worden om de paar seconden teruggestuurd naar de server en opgeslagen. Als twee of meer mensen het bestand tegelijkertijd bewerken, kan de server elke wijziging "rebasen" boven op de andere wijziging, zodat alle clients uiteindelijk op dezelfde versie uitkomen. Om clients op de hoogte te stellen van wijzigingen die door andere clients zijn aangebracht, gebruiken we [websockets](https://en.wikipedia.org/wiki/WebSocket), een technologie waarmee servers updates naar verbonden clients kunnen pushen.


---

# 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/latex/nl/kennisbank/021-can-multiple-authors-edit-the-same-file-at-the-same-time.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.
