# Output interpretation

| Feature       | Example          | Explanation                                                               |
| ------------- | ---------------- | ------------------------------------------------------------------------- |
| bagid         | 0715010000037469 | The BAG\_ID. Identify a single object based on the municipality object ID |
| houseaddress  | 4554LB-119-b     | The address in zipcode plus house number and addition format              |
| city          | Westdorpe        | The city name of where the object is located                              |
| street        | Graafjansdijk B  | The street name of where the object is located                            |
| postcode      | 4554LB           | The postcode of the object                                                |
| housenumber   | 119              | The house number of the object                                            |
| houseaddition | b                | The house letter addition of the object                                   |
| province      | Zeeland          | The province of the 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/english/property-data/auto-suggest-api/output-interpretation.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.
