# Vorige volgende knoppen

Vorige volgende knoppen is een widget waar je 2 [Link or button](/openstad/manual/modules/link.md)'s tegelijkertijd kan plaatsen. Dit is een handige widget als gebruikers door bijvoorbeeld meerdere pagina's moeten klikken om een formulier in te vullen, of als je ze stapsgewijs wilt begeleiden.

![Voorbeeld Vorige volgende knoppen](/files/dNkFZTgP7snHI6jKcOGO)

## Configuratie-opties

| Instelling                    | Toelichting                                                                                                            |
| ----------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| Url achter de 'vorige' knop   | Vul hier de url in of extension waar gebruikers naartoe moeten om naar de vorige pagina te gaan. (Voorbeeld: /thema's) |
| Tekst op de 'vorige' knop     | Vul hier de tekst in die op de vorige knop moet verschijnen. (Voorbeeld: Terug)                                        |
| Url achter de 'volgende' knop | Vul hier de url in of extension waar gebruikers naartoe moeten om naar de volgende pagina te gaan. (Voorbeeld: /plan)  |
| Tekst op de 'volgende' knop   | Vul hier de tekst in die op de vorige knop moet verschijnen. (Voorbeeld: Stuur uw plan in)                             |
| Styles for the container      | Zie [Styles for the container](/openstad/manual/miscellaneous/styles-for-the-container.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.openstad.org/openstad/manual/modules/vorige-volgende-knoppen.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.
