# Resultaat interpretatie

| Feature       | Voorbeeld        | Uitleg                                                                        |
| ------------- | ---------------- | ----------------------------------------------------------------------------- |
| bagid         | 0715010000037469 | De BAG\_ID. Identificeer één object op basis van de object-ID van de gemeente |
| houseaddress  | 4554LB-119-b     | Het adres in postcode plus huisnummer en optellingsformaat                    |
| city          | Westdorpe        | De plaatsnaam waar het object zich bevindt                                    |
| street        | Graafjansdijk B  | De straatnaam van waar het object zich bevindt                                |
| postcode      | 4554LB           | De postcode van het object                                                    |
| housenumber   | 119              | Het huisnummer van het object                                                 |
| houseaddition | b                | De huislettertoevoeging van het object                                        |
| province      | Zeeland          | De provincie van het object                                                   |


---

# 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.altum.ai/woningdata/auto-suggestie-api/resultaat-interpretatie.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.
