# API & Integrations

- [Introduction](https://docs.voordemensen.nl/api/introduction.md): This part of the documentation caters to developers worldwide and explains how to integrate VoordeMensen in your own website: manually, using our WordPress plugin or by connecting to our API's.
- [WordPress plugin](https://docs.voordemensen.nl/api/wordpress-plugin.md): Our WordPress plugin connects VoordeMensen to pages and posts and provides shortcodes for buy buttons
- [Manual integration](https://docs.voordemensen.nl/api/manual-integration.md): Either link to our site or load and launch some Javascript that displays our popup or side loader.
- [Cart & Counter](https://docs.voordemensen.nl/api/manual-integration/cart-and-counter.md)
- [Customize classes](https://docs.voordemensen.nl/api/manual-integration/customize-classes.md)
- [Google Data Studio](https://docs.voordemensen.nl/api/google-data-studio.md): Interactieve dashboards en rapporten met totaalinzicht
- [Data Studio Support](https://docs.voordemensen.nl/api/google-data-studio/data-studio-support.md)
- [API public endpoints](https://docs.voordemensen.nl/api/public-endpoints.md)
- [Events](https://docs.voordemensen.nl/api/public-endpoints/api-public.md)
- [Ticket types](https://docs.voordemensen.nl/api/public-endpoints/tickettypes.md)
- [Cart](https://docs.voordemensen.nl/api/public-endpoints/cart.md)
- [Payment](https://docs.voordemensen.nl/api/public-endpoints/payment-methods.md)
- [Order](https://docs.voordemensen.nl/api/public-endpoints/order.md)


---

# 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.voordemensen.nl/api.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.
