> 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/vragen-en-antwoorden/53-how-to-organise-and-reference-sections-in-latex-documents.md).

# Hoe je secties organiseert en ernaar verwijst in LaTeX-documenten

Dit is de achtste video in een serie van 21 van [Dr Vincent Knight](http://bit.ly/186ai3Z) van Cardiff University. Hier laten we zien hoe je secties en subsecties aan je LaTeX-documenten toevoegt, en hoe je ernaar kunt verwijzen met de \ref- en \label-commando's. Door gebruik te maken van `\label` en `\ref` commando's, wijzen de verwijzingen altijd naar de juiste sectie, zelfs als je later de volgorde van de secties wijzigt.

{% embed url="<https://www.youtube.com/embed/E2xT0xNk8EU>" %}

Deze tutorial bouwt voort op de [eerdere video](/latex/nl/vragen-en-antwoorden/74-including-titles-in-your-latex-document.md) waarin werd gedemonstreerd hoe je titel-, auteur- en datumvelden aan het begin van je LaTeX-document toevoegt.

Om je eigen versie van het bestand uit de video te maken en als sjabloon te gebruiken, klik hier om [het voorbeeld 'Secties en verwijzingen' te openen](https://www.overleaf.com/latex/examples/hello-world-example/vvqkyrsyryyq).


---

# 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/vragen-en-antwoorden/53-how-to-organise-and-reference-sections-in-latex-documents.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.
