> For the complete documentation index, see [llms.txt](https://documentatie.sbr-wonen.nl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentatie.sbr-wonen.nl/readme.md).

# Home

<h2 align="center">SBR-Wonen documentatie</h2>

<p align="center">Deze website bevat de documentatie van SBR-wonen, bedoeld voor woningcorporaties, softwareontwikkelaars en andere belanghebbenden rondom de dPi, dVi en ABM (Aedes Benchmark).</p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-traffic-light-go" style="color:$warning;">:traffic-light-go:</i></h4></td><td><strong>dPi</strong></td><td>De dPi2026 kan worden aangeleverd van 1 oktober 2026 t/m 14 december 2026.</td><td><a href="/pages/BCnRfeReK1KXqzUMIIvY">/pages/BCnRfeReK1KXqzUMIIvY</a></td><td><a href="/spaces/xUcqv5rC6hsTBcWrWNIL/pages/GIrfnd8XasrSuKEvhQ77">/spaces/xUcqv5rC6hsTBcWrWNIL/pages/GIrfnd8XasrSuKEvhQ77</a></td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td><h4><i class="fa-traffic-light-go" style="color:$success;">:traffic-light-go:</i></h4></td><td><strong>dVi</strong></td><td>De dVi2025 kan worden aangeleverd van 1 april 2026 t/m 30 juni 2026.</td><td><a href="/pages/xE0dwoBiFlxdxuQ6iarc">/pages/xE0dwoBiFlxdxuQ6iarc</a></td><td><a href="/pages/EYeHBtyein1jFAwho2Jl">/pages/EYeHBtyein1jFAwho2Jl</a></td><td><a href="/pages/SXFjd34uOM2pQDvtYBWY">/pages/SXFjd34uOM2pQDvtYBWY</a></td><td><a href="/pages/AYaQ9FLL5HBx4UiAiH5C">/pages/AYaQ9FLL5HBx4UiAiH5C</a></td><td><a href="/spaces/xUcqv5rC6hsTBcWrWNIL/pages/HZ3O6Wrkdt2nwTDNb708">/spaces/xUcqv5rC6hsTBcWrWNIL/pages/HZ3O6Wrkdt2nwTDNb708</a></td><td><a href="/spaces/xUcqv5rC6hsTBcWrWNIL/pages/BRCkFBBCyFtQYYmubY6B">/spaces/xUcqv5rC6hsTBcWrWNIL/pages/BRCkFBBCyFtQYYmubY6B</a></td><td></td><td></td></tr><tr><td><h4><i class="fa-traffic-light-go" style="color:$success;">:traffic-light-go:</i></h4></td><td><strong>ABM</strong></td><td>De Aedes Benchmark kan worden aangeleverd van 1 april 2026 t/m 31 juli 2026.</td><td><a href="/spaces/xUcqv5rC6hsTBcWrWNIL/pages/TMqx0cm9vX5JIERGickP">/spaces/xUcqv5rC6hsTBcWrWNIL/pages/TMqx0cm9vX5JIERGickP</a></td><td><a href="/pages/x3g1V41aOeeTp06a4Ffg">/pages/x3g1V41aOeeTp06a4Ffg</a></td><td><a href="/pages/kYUYMHEFfCPMOemd8bH9">/pages/kYUYMHEFfCPMOemd8bH9</a></td><td></td><td></td><td></td><td></td><td></td></tr></tbody></table>

{% columns %}
{% column %}

<figure><img src="/files/TYoRFw3RcOSJ4ocxExfZ" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

### Heb je vragen?

Gebruik het zoekformulier bovenaan deze pagina om je vraag te stellen. Je antwoordt wordt door AI geformuleerd op basis van de officiële documentatie. Verdere vragen of liever contact met iemand van SBR-wonen? Klik op de knop hieronder.

<a href="https://servicedesk.sbr-wonen.nl/support/tickets/new" class="button primary" data-icon="comment-arrow-up">Servicedesk</a>
{% endcolumn %}
{% endcolumns %}


---

# 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://documentatie.sbr-wonen.nl/readme.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.
