# Inzendingen (ideas)

### Database velden

{% hint style="info" %}
Sommige database velden beginnen met `extraData.` . Je bent zelf vrij om hier eigen velden aan toe te voegen. Let wel op: deze data is **niet** zorgvuldig afgeschermd, dus zorg dat je dit niet gebruikt voor gevoelige informatie zoals persoonsgegevens.
{% endhint %}

| Database veld        | Toelichting                | Voorbeeld                                                              |
| -------------------- | -------------------------- | ---------------------------------------------------------------------- |
| id                   |                            |                                                                        |
| title                |                            |                                                                        |
| summary              |                            |                                                                        |
| description          |                            |                                                                        |
| status               |                            |                                                                        |
| budget               |                            |                                                                        |
| location             | JSON formaat               | `{"type":"Point","coordinates":[52.37307089425847,4.899129867553712]}` |
| extraData.images     | URL string(s) in een array | `["https://image.server.com/image/g46387tyg674"]`                      |
| extraData.area       |                            |                                                                        |
| extraData.theme      |                            |                                                                        |
| extraData.originalId |                            |                                                                        |
| ...                  |                            |                                                                        |

{% hint style="info" %}
*Inzendingen (ideas)* zijn één van de beschikbare *gegevensbronnen (resources)*, voor meer info zie [Resources](/openstad/manual/miscellaneous/resources.md).
{% endhint %}


---

# 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/miscellaneous/inzendingen-ideas.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.
