# List

Gebruik een lijst als je dingen wilt opsommen. Het brengt overzicht.

![Voorbeeld van een lijst-item met vinkjes](/files/GbUoPelZXhabB62wwCeo)

* Ga naar de sectie waar je de lijst wilt invoegen
* Klik op +
* Kies List
* Je komt bij General
* Klik op Edit items
* Voeg elk lijstitem afzonderlijk toe
  * Kies of je een ordered list (1, 2, 3) of een unordered list (bullets) wilt
  * Kies je soort bullets (streepjes, blauwe bollen, vinkjes, enz)

### 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: 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/list.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.
