# Counter

Een *counter* widget kan een paar verschillende dynamische elementen tellen, zoals het aantal ideen of plannen die zijn ingestuurd op een website.&#x20;

![Voorbeeld counter](https://lh5.googleusercontent.com/e4Yb-6jrTeT9WS04gZjA3rvnSlVbQPN7JsOts7oilXUMDG_ob94_tADqeMv7bVmzEemCm7jaRo_Hv2369Wz2MnHLMbR3eFTx1jKOkNJSqy8p2Clt5cU7sLbIhSFVmwirY0m3Z1eM)

Met *counter* heb je maar een paar instellingen:

* *Label*: De tekst die verschjint naast de counter, zoals 'plannen'.
* *Url*: Optioneel kan je een url toevoegen, waar gebruikers naar toe worden geleid als ze de counter klikken.
* *Select dynamic counter*: Hier selecteer je wat geteld en getoond wordt.&#x20;
  * *Idea count*: het aantal [ingestuurde inzendingen](/openstad/manual/how-tos/upload-ideas.md)&#x20;
  * *Vote count*: het totaal aantal stemmen die binnen zijn. (Als gebruikers bijvoorbeeld op meerdere inzendingen mogen stemmen, en 1 persoon stemt op 3 inzendingen, dan telt dat als 3 stemmen).&#x20;
  * *Voted user count*: het aantal gebruikers die een stem hebben uitgebracht (Als 1 persoon op 3 inzendingen stemt, dan telt het als 1 *voted user*).
  * *Static count*: TODO&#x20;
  * *Choices guide count*: TODO&#x20;
* 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/counter.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.
