> 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/meer-onderwerpen/16-general.md).

# Algemeen

## Basis

* [Aan de slag](/latex/nl/latex-basis/01-learn-latex-in-30-minutes.md)
* [Compileren](/latex/nl/meer-onderwerpen/08-choosing-a-latex-compiler.md)
* [Alinea's en nieuwe regels](/latex/nl/latex-basis/02-paragraphs-and-new-lines.md)
* [Vet, cursief en onderstrepen](/latex/nl/latex-basis/03-bold-italics-and-underlining.md)
* [Lijsten](/latex/nl/latex-basis/04-lists.md)
* [Ondersteuning voor internationale talen](/latex/nl/talen/03-international-language-support.md)

## Figuren en tabellen

* [Float-objecten](/latex/nl/afbeeldingen-en-tabellen/02-positioning-images-and-tables.md)
* [Afbeeldingen](/latex/nl/readme.md)
  * [Afbeeldingen invoegen](/latex/nl/meer-onderwerpen/27-inserting-images.md)
  * [Positionering van figuren](/latex/nl/afbeeldingen-en-tabellen/02-positioning-images-and-tables.md)
  * [Bijschriften bij figuren](/latex/nl/meer-onderwerpen/27-inserting-images.md)
  * [Verwijzen naar figuren](/latex/nl/meer-onderwerpen/42-referencing-figures.md)
  * [Tekst rond figuren laten lopen](/latex/nl/meer-onderwerpen/50-wrapping-text-around-figures.md)
  * [Beheer van afbeeldingen in een groot project](/latex/nl/meer-onderwerpen/27-inserting-images.md)
* [Tabellen](/latex/nl/afbeeldingen-en-tabellen/01-tables.md)
* [Lijsten met tabellen en figuren](/latex/nl/afbeeldingen-en-tabellen/03-lists-of-tables-and-figures.md)
* [Picture-omgeving](/latex/nl/afbeeldingen-en-tabellen/04-picture-environment.md)
* [TikZ-pakket](/latex/nl/afbeeldingen-en-tabellen/05-tikz-package.md)

## Opdrachten

* [Commando's en omgevingen](/latex/nl/meer-onderwerpen/09-commands-and-environments.md)
* [Je eigen commando's definiëren](/latex/nl/meer-onderwerpen/10-defining-your-own-commands.md)

## Documentstructuur

* [Secties en hoofdstukken](/latex/nl/documentstructuur/01-sections-and-chapters.md)
* [Inhoudsopgave](/latex/nl/documentstructuur/02-table-of-contents.md)
* [Verwijzen tussen secties en vergelijkingen](/latex/nl/documentstructuur/03-cross-referencing-sections-equations-and-floats.md)
* [Indexen](/latex/nl/documentstructuur/04-indices.md)
* [Woordenlijsten](/latex/nl/documentstructuur/05-glossaries.md)
* [Beheer in een groot project](/latex/nl/documentstructuur/07-management-in-a-large-project.md)

## Verwijzingen en citaten

* [Literatuurbeheer](/latex/nl/meer-onderwerpen/05-bibliography-management-in-latex.md)
* [Literatuurstijlen](/latex/nl/referenties-en-citaten/04-bibtex-bibliography-styles.md)
* [Citatestijlen](/latex/nl/referenties-en-citaten/06-natbib-citation-styles.md)

## Aantekeningen

* [Voetnoten](/latex/nl/opmaak/14-footnotes.md)
* [Marge-notities](/latex/nl/opmaak/15-margin-notes.md)

## Klassebestanden

* [Begrijpen van pakketten en klassebestanden](/latex/nl/class-bestanden/01-understanding-packages-and-class-files.md)
* [Lijst van pakketten en klassebestanden](/latex/nl/class-bestanden/02-overleaf-and-tex-live.md)
* [Je eigen pakket schrijven](/latex/nl/class-bestanden/03-writing-your-own-package.md)
* [Tips](/latex/nl/readme.md)

## Presentaties

* [Beamer](/latex/nl/presentaties/01-beamer.md)
* [Powerdot](/latex/nl/presentaties/02-powerdot.md)

## Overig

* [Citaten opmaken](/latex/nl/talen/04-typesetting-quotations.md)

## Algemene zaken

* [Stellingen en bewijzen](/latex/nl/vakspecifiek/01-theorems-and-proofs.md)
* [Schaaknotatie](/latex/nl/vakspecifiek/05-chess-notation.md)
* [Breipatronen](/latex/nl/vakspecifiek/06-knitting-patterns.md)
* [PGFPlots-pakket](/latex/nl/vakspecifiek/08-pgfplots-package.md)
* [Tentamen](/latex/nl/vakspecifiek/09-typesetting-exams-in-latex.md)
* [LaTeX-hulpmiddelen](/latex/nl/meer-onderwerpen/30-latex-tools.md)


---

# 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/meer-onderwerpen/16-general.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.
