> For the complete documentation index, see [llms.txt](https://docs.openstad.org/openstad/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openstad.org/openstad/manual/modules/accordeon.md).

# Accordeon

Met een *accordeon* kun je stukken tekst in-/uitklapbaar maken om ruimte te besparen op de pagina. Een *accordeon* wordt bijvoorbeeld vaak gebruikt voor ‘Veelgestelde vragen’-pagina’s.

![Accordeon](/files/z2zMayJWjVfmr8nBw8xL)

Wil je uitgebreidere content kunnen in- en uitklappen? Gebruik dan de instelling *Toggle-section* van de widget [columns](/openstad/manual/modules/section-columns.md).

## Configuratie-opties

### General

* **Edit items:** Je voegt tekst toe aan het *accordeon* door items toe te voegen. Voor elk item vul je een *title* en *description* in. De *title* is altijd zichtbaar en bevat de titel of vraag. De *description* is alleen zichtbaar als je het accordeon uitklapt en bevat de omschrijving of het antwoord. &#x20;

### Styling

* **Styles for the container:** Deze module beschikt over de standaard CSS styling mogelijkheden, zie [styles for the container.](/openstad/manual/miscellaneous/styles-for-the-container.md)


---

# 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:

```
GET https://docs.openstad.org/openstad/manual/modules/accordeon.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.
