# Uitgangspunten in ontwikkeling

GZAC Valtimo is gebouwd voor het Zaakgericht Werken volgens Common Ground principes. Het platform wordt ingezet voor de realisatie van domein specifieke taakapplicaties en generiek zaakafhandeling.

**1. Flexibel in procesontwerp.**

Wat kan in BPMN, kan in GZAC.

**2. Open standaarden.**

Processen in BPMN, beslismodellen in DMN, formulieren in Formio, configuraties in JSON.

**3. Configuratie als Code.**

Met Configuratie als Code worden applicatieconfiguraties beheerd in files, waardoor consistentie en reproduceerbaarheid in verschillende omgevingen wordt gegarandeerd. GZAC is gebouwd voor gebruik in een modern DevOps landschap op basis van Kubernetes.

**4. No-code waar het kan, code waar het moet.**

Er kan veel in configuratie. Biedt dat onvoldoende, dan zijn de mogelijkheden eindeloos met code. Het is niet kiezen, het is aanvullen.

**5. Uitbreidbaar.**

Doormiddel van het [plugin framework](https://github.com/generiekzaakafhandelcomponent/documentatie/blob/main/overzicht/broken-reference/README.md) kan elke organisatie zelf haar eigen integraties of functionaliteit toevoegen.

**6. Sharing is Caring.**

Hoe meer we delen, hoe meer we samen versnellen. [Procesmodellen](https://github.com/generiekzaakafhandelcomponent/documentatie/blob/main/overzicht/broken-reference/README.md), [plugins](https://github.com/generiekzaakafhandelcomponent/documentatie/blob/main/overzicht/broken-reference/README.md) en [kennis](/product-management/sprint-reviews.md): delen is vermenigvuldigen.


---

# 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://docs.gzac.nl/overzicht/uitgangspunten-in-ontwikkeling.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.
