> For the complete documentation index, see [llms.txt](https://support.dexes.eu/support-dexes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.dexes.eu/support-dexes/clearing/5-stappen-van-het-clearing-proces.md).

# 5 Stappen van het Clearing proces

## 1) Aanbod gepubliceerd met offer policies

Er is een product (bijv. een [dienst](/support-dexes/producten-publiceren/dienst.md) of [dataset](/support-dexes/producten-publiceren/dataset.md)) gepubliceerd, met daaraan [offer policies](/support-dexes/policies/type-offer-policies.md); de voorwaarden die vooraf gecontroleerd moeten worden.

## 2) Toegang aangevraagd

Een andere partij vraagt toegang aan, zoals [hier](/support-dexes/clearing/clearing-house.md).

## 3) Toegangscontrole

Bepaalde offer policies worden automatisch gecontroleerd, zoals die van het DMI's [Afsprakenstelsel](/support-dexes/policies/type-offer-policies/the-afsprakenstelsel-policy.md) of het [Gericht aanvragers toestaan](/support-dexes/policies/gericht-aanvragers-toestaan.md). Als deze automatische check positief is, wordt er direct toegang verleend in stap 5. Indien een handmatige check noodzakelijk is, bijvoorbeeld bij de [prijs offer policy](/support-dexes/policies/type-offer-policies/eenmalige-prijs.md), ga je naar stap 4.

## 4) Aanbiedende partij levert feiten aan

Hier moet de aanbiedende partij feiten aanleveren, die als bewijs dienen dat er voldaan is aan de gestelde voorwaarden. Als er een prijs is gesteld als voorwaarde, geeft de verkoper aan: Ja, er is betaald. In dat geval wordt er toegang verleend in stap 5.

## 5) Toegang wordt goedgekeurd/afgewezen

Afhankelijk van het resultaat van het Clearing proces wordt toegang goedgekeurd. Blijven er ontbrekende feiten, is er geen voldoende bewijs aanwezig om toegang te verlenen en wordt het verzoek afgewezen.


---

# 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://support.dexes.eu/support-dexes/clearing/5-stappen-van-het-clearing-proces.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.
