> 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/producten-publiceren/datastation/algemene-rondleiding-datastation.md).

# Algemene rondleiding Datastation

Zo ziet een [datastation](https://datastation.multitenant.dmi.informationgrid.io/login/) eruit:

<figure><img src="/files/vtvdbWVM9fJMXOysGc56" alt=""><figcaption></figcaption></figure>

&#x20;In het midden zie je een grafiek met de datasets die je hebt geüpload en hoevaak deze zijn aangevraagd.

Links vind je hoe je snel en laagdrempelig bestanden een dataspace inkrijgt, en hier voorwaarden aan hangt. Zie hiervoor [Documenten](/support-dexes/producten-publiceren/dataset/documenten.md).

<figure><img src="/files/8oGFx8YGjSRJvt6mvVAZ" alt=""><figcaption></figcaption></figure>

In het menu linksboven zie je de vier mogelijkheden die je hebt, naast bestanden snel uitwisselen zoals we beschreven in [Documenten](/support-dexes/producten-publiceren/dataset/documenten.md).

De overige vier mogelijkheden zijn:

1. [**Databestanden**](/support-dexes/producten-publiceren/dataset/databestanden.md) **(Datasets)**
2. **Contracts** (overeenkomsten): hier zie je de overeenkomsten die je hebt met partijen die je data hebben geconsumeerd.
3. **Transfers**: hier zie je hoevaak je dataset is geconsumeerd.
4. **API tokens:** hier kan je toegang regelen tot datasets voor je collega's. Verdere uitleg vind je in [API Tokens](/support-dexes/producten-publiceren/datastation/algemene-rondleiding-datastation/api-tokens.md).

#### Om data uit een geïmporteerde (consumed) dataset op te halen moet je het volgende doen:<br>

1. Maak een token aan die toegang geeft tot de dataset, dit doe je in de [API Tokens app](/support-dexes/producten-publiceren/datastation/algemene-rondleiding-datastation/api-tokens.md),
2. Maak een call naar het retrieve endpoint met het token in de bearer token header.

\
Het retrieve endpoint is: [https://api.datastation.multitenant.dmi.informationgrid.io/consumer/retrieve/](https://api.datastation.multitenant.dmi.informationgrid.io/consumer/retrieve/24d305f4-d569-4542-8da1-1fb4d264c8b6/) agreement id.\
Het agreement id vindt je in de imported datasets app, dan de dataset openen, hij staat dan onderaan.

<figure><img src="/files/LvCsdGWq9KJZxvcFRL3U" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/vxthuemaHwH1ekEQyfJT" alt=""><figcaption></figcaption></figure>


---

# 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/producten-publiceren/datastation/algemene-rondleiding-datastation.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.
