# Ideas map

De *ideas map* biedt een kaartweergave van de inzendingen die zijn ingestuurd.

{% hint style="info" %}
HIER EEN SCREENSHOT TOEVOEGEN VAN IDEAS MAP?
{% endhint %}

## Configuratie-opties

De *ideas map* heeft een aantal instellingen die configureerbaar zijn.

{% hint style="info" %}
HIER EEN SCREENSHOT TOEVOEGEN VAN 'EDIT IDEAS MAP'?
{% endhint %}

### Map

| Instelling                 | Toelichting                                                                                                                                                                                                                    |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Flag links to details page | <p><strong>Yes</strong>: als de gebruiker klikt op de locator in de kaart, dan opent de detailpagina van die inzending.</p><p><strong>No</strong>: als de gebruiker klikt op de locator in de kaart, dan gebeurt er niets.</p> |
| Enable auto center         | <p><strong>Yes</strong>: de positie van de kaart is gecentreerd op basis van de polygoon en locators </p><p><strong>No</strong>: de positie van de kaart is willekeurig</p>                                                    |

### Call-To-Action Button

| Instelling         | Toelichting                                                                                                              |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------ |
| Display CTA button | <p><strong>Yes</strong>: CTA button toont op de kaart.</p><p><strong>No</strong>: CTA button toont niet op de kaart.</p> |
| CTA url            | Kies de url waarnaar de call to action moet verwijzen. Bijvoorbeeld /inzending-insturen                                  |
| CTA text           | Kies de tekst voor de call to action. Bijvoorbeeld 'Stuur je inzending in'.                                              |

### Counter

| Instelling      | Toelichting                                                                                                        |
| --------------- | ------------------------------------------------------------------------------------------------------------------ |
| Display counter | <p><strong>Yes</strong>: counter toont op de kaart.</p><p><strong>No</strong>: counter toont niet op de kaart.</p> |
| Counter text    | Kies de tekst die achter het aantal van de counter toont. Bijvoorbeeld 'inzendingen'                               |

### Content

| Instelling                           | Toelichting                                                                                                                                                                                          |
| ------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Show only following ideas            | Voer de id's van specifieke inzendingen in als je alleen die inzendingen wilt tonen. Gebruik bij meerdere inzendingen altijd een komma als scheidingsteken. Bijvoorbeeld: 887, 901, 944, 957         |
| Exclude ideas with this theme        | Voer de naam van een thema in als je de inzendingen van een specifiek thema niet wilt tonen. Gebruik bij meerdere thema's altijd een komma als scheidingsteken. Bijvoorbeeld: fysiek, sociaal, sport |
| Only show idea including this theme: | Voer de naam van een thema in als je alleen inzendingen van een specifiek thema wilt tonen. Gebruik bij meerdere thema's altijd een komma als scheidingsteken. Bijvoorbeeld: fysiek, sociaal, sport  |


---

# 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/idea-map.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.
