# Arguments

Met *arguments* kan je een lijst aan argumenten tonen die geplaatst zijn op een idee, bijvoorbeeld als reactie vanuit andere gebruikers.&#x20;

{% hint style="info" %}
Voorheen waren arguments gebouwd uit de widgets "Arguments form old" (typen van reacties) en "Arguments old" (tonen van reacties). Deze zijn (op moment van schrijven) nog beschikbaar in de widgets lijst, maar je kan beter deze nieuwe widget gebruiken.&#x20;
{% endhint %}

![Voorbeeld argumenten widget in gebruik](https://lh4.googleusercontent.com/_Go6JNzbc8NMHIEFaqHGfNhmoBvAsN5-D2LtP9uvtSPRrr3qPD44W8_Ve4E_4I5um2VwexhyNToqQE_ILo0hnai3WuRDe3ledVhLWe-z3rfy-b34XsSItBqKavNxc1ve5cNQJOxU)

## Configuratie-opties

### General

* Algemeen:&#x20;
  * *sentiment* pas je aan als argumenten voor/tegen aparte formuliertjes zijn. Anders gebruik je *no sentiment,* dan zijn het gewoon opmerkingen.
  * *replying* of *voting for reactions:* Hiermee kun je instellen of gebruikers kunnen reageren op een geplaatst argument, en of ze een duimpje omhoog geven.&#x20;
* Lijst:
  * *Title*: De title die boven de argumenten komt
  * *Placeholder tekst*: de tekst die verschijnt als nog geen gebruikers een opmerking hebben geplaatst.
* Formulier
  * *Form intro*: optionele introductie tekst bovenaan waar gebruikers opmerkingen kunnen plaatsen.
  * *Placeholder tekst*: de tekst die verschijnt in het invul-balkje als een gebruiker nog niks heeft geschreven.
* Info:
  * 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)

## Sluiten mogelijkheid om argumenten te plaatsen

Aan het einde van de reactietermijn, kun je arguments 'uitzetten', zodat gebruikers geen reacties meer kunnen plaatsen. Dat gaat als volgt:

* via [Adminpanel (beta)/React admin](/openstad/manual/miscellaneous/adminpanel-beta-react-admin.md) > Site settings > Arguments
* doe het schuifje aan: "Adding of arguments is closed?"


---

# 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/arguments.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.
