> For the complete documentation index, see [llms.txt](https://docs.voordemensen.nl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voordemensen.nl/dashboard/evenementen/overige-paginas.md).

# Overige pagina's

## De pagina 'Gearchiveerd'

Hier staan alle evenementen die je gearchiveerd hebt

## De pagina 'Combiticket-prijzen'

Hier staan alle combitickets die je hebt aangemaakt en definieer je de inhoud van de tickets: welke voorstelling zit voor welke prijs in het ticket.

## De pagina 'Producten'

Je kan naast tickets ook producten verkopen: bijvoorbeeld merchandise. Ook passe-partouts vallen hieronder.&#x20;

{% hint style="info" %}
Passe-partouts in VoordeMensen zijn speciale producten: ze bieden niet zozeer toegang tot één evenement maar **ze genereren een kortingscode** die de klant vervolgens kan gebruiken **om onder vooraf gestelde voorwaarden** andere tickets te kopen.\
\
De definitie van de kortingscode bepaalt hoe het passe-partout zich gedraagt. Je kan dus een passe-partout-product maken dat €100 kost en met de code toegang gratis toegang geeft tot álle evenementen. Of dat 90% korting geeft. Op alleen bepaalde evenementen. Onder bepaalde condities. Of alleen 10x waardoor het ineens een strippenkaart is.&#x20;

\
Door passe-partouts te benaderen als dynamische korting -met voor elke besteller een eigen unieke code- ben je dus superflexibel.
{% endhint %}


---

# 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://docs.voordemensen.nl/dashboard/evenementen/overige-paginas.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.
