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

# Inleiding

Moeite met het maken van een LaTeX-tabel? Hulp nodig bij het opmaken van figuren? Dan ben je hier aan het juiste adres. Van de basis van LaTeX tot geavanceerde technieken, Overleaf helpt je op weg.

## Inleiding tot LaTeX

Begin met onze nieuwe [online LaTeX-cursus](https://learn.overleaf.com/path/novice-learning-path) ontworpen voor absolute beginners bij het [Overleaf Learning Center](https://learn.overleaf.com).

Meld je aan voor gratis livewebinars over Overleaf en andere onderwerpen — bekijk onze [Kalender met live-evenementen](https://learn.overleaf.com/calendar) om aan de slag te gaan.

Zie [De documentatie van Overleaf](https://docs.overleaf.com/) voor extra [suggesties voor tutorials](https://docs.overleaf.com/getting-started/latex-tutorials).

## Overleaf-gidsen

* [Overleaf-gebruikersdocumentatie](https://docs.overleaf.com/)
* [Overleaf-groepbeheer](https://docs.overleaf.com/groups)
* [Overleaf Commons-beheer](https://docs.overleaf.com/commons)
* [Overleaf on-premises](https://docs.overleaf.com/on-premises)
* [Overleaf Learning Center](https://learn.overleaf.com/)

## LaTeX-basisprincipes

Bekijk onze [uitgebreide lijst met LaTeX-onderwerpen](https://www.overleaf.com/learn/latex/Contents). Enkele van de populairste pagina's in onze verzameling zijn:

* [Tabellen](/latex/nl/afbeeldingen-en-tabellen/01-tables.md)
* [Afbeeldingen en tabellen plaatsen](/latex/nl/afbeeldingen-en-tabellen/02-positioning-images-and-tables.md)
* [Tekstuitlijning](/latex/nl/opmaak/06-text-alignment.md)
* [Lijst van Griekse letters en wiskundige symbolen](/latex/nl/wiskunde/11-list-of-greek-letters-and-math-symbols.md)
* [Lijsten](/latex/nl/latex-basis/04-lists.md)
* [Fouten](/latex/nl/latex-basis/05-errors.md)
* [Kleuren gebruiken in LaTeX](/latex/nl/opmaak/13-using-colors-in-latex.md)
* [Vergelijkingen uitlijnen](/latex/nl/wiskunde/06-aligning-equations-with-amsmath.md)
* [Regeleinden en witruimte](/latex/nl/opmaak/05-line-breaks-and-blank-spaces.md)

[Meer onderwerpen](https://www.overleaf.com/learn/latex/Contents)

## Geavanceerde TeX/LaTeX

Overleaf heeft een breed scala aan [uitgebreide technische artikelen](/latex/nl/geavanceerde-tex-latex/01-articles.md) voor lezers die geïnteresseerd zijn in het gedrag op laag niveau van TeX-engines.


---

# 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/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.
