# Repositories

| Repository                                                                      | Beschrijving                                                                                                     |
| ------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| [Documentatie](https://github.com/nl-portal/documentation)                      | Documentatie over de NL Portal                                                                                   |
| [Frontend Template](https://github.com/nl-portal/nl-portal-frontend-template)   | Template om een nieuwe NL Portal app frontend te starten, de perfecte basis om mee beginnen                      |
| [Backend Template](https://github.com/nl-portal/nl-portal-backend-template)     | Template om een nieuwe NL Portal app backend te starten                                                          |
| [Frontend Libraries](https://github.com/nl-portal/nl-portal-frontend-libraries) | Libraries voor de frontend die gebruikt worden in de frontend template                                           |
| [Backend Libraries](https://github.com/nl-portal/nl-portal-backend-libraries)   | Libraries voor de backend die gebruikt worden in de backend template                                             |
| [Docker Compose](https://github.com/nl-portal/nl-portal-docker-compose)         | Een docker compose setup om het ZGW landschap op te zetten die gebruikt kunnen worden door de NL Portal          |
| [Helm Charts](https://github.com/nl-portal/helm-charts)                         | Kubernetes Helm charts die het makkelijker maakt om een NL Portal omgeving op te zetten op de kubernetes cluster |


---

# Agent Instructions: 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:

```
GET https://www.nl-portal.nl/support-en-resources/repositories.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
