> For the complete documentation index, see [llms.txt](https://www.nl-portal.nl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.nl-portal.nl/fundamentals/architectuur/5-lagenmodel.md).

# 5-lagenmodel

Het 5-lagenmodel van Common Ground is een architectuuraanpak ontwikkeld door de Nederlandse gemeenten om de gemeentelijke IT-architectuur te moderniseren en efficiënter te maken. Twee belangrijke aspecten zijn:

1. Het scheiden van data en applicaties. Door data in een gestandaardiseerd formaat op te slaan in een datalaag, wordt voorkomen dat dat in applicaties zit, waardoor de *lockin* op applicaties wordt verminderd én data-duplicering wordt voorkomen.
2. Het gebruik van componenten in plaats van monolitische silo-applicaties, waardoor componenten vervangbaar zijn en er minder afhankelijkheid ontstaat van één leverancier van een totaaloplossing.

NL Portal is een component binnen dit model. Hieronder weergegeven in laag 5, de 'interactielaag'.

![5-lagen-model](/files/qQ6yY9bsdxC5eoN6aMFu)*5 lagen model Common Ground*

### Scope NL Portal

NL Portal heeft als doel de communicatie met klanten (belanghebbenden) en ketenpartners te verzorgen. NL Portal voorziet in:

* Berichten
* Taken
* Inzicht in Zaakdossiers
* Inzicht in Mijn Gegevens (BRP)
* Track & trace van Zaken
* Inzicht domein-specifieke gegevens (in ontwikkeling)

### Buiten scope

* Informatieverstrekking. (CMS)
* Authenticatie. (bijv. SIAM of Keycloak)
* Notificaties (email, sms, whatsapp). (bijv. NL Notify)
* Zaakafhandeling (bijv. GZAC)


---

# 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://www.nl-portal.nl/fundamentals/architectuur/5-lagenmodel.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.
