# Output interpretation

| Feature          | Example            | Explanation              |
| ---------------- | ------------------ | ------------------------ |
| BagID            | 0499010002023718   | VBO ID from BAG registry |
| PostCode         | 2771DS             | Zipcode                  |
| HouseNumber      | 87                 | House number             |
| HouseAddition    | A                  | Addition to house number |
| City             | Boskoop            | City name                |
| Street           | Zuidkade           | Street name              |
| HouseType        | Vrijstaand         | Type of the house        |
| BuildYear        | 1961               | Construction year        |
| InnerSurfaceArea | 891                | Square meters house      |
| OuterSurfaceArea | 1605               | Square meters parcel     |
| Longitude        | 4.65808526945334   | GPS coordinate           |
| Latitude         | 52.068393816655316 | GPS coordinate           |
| WOZ-source\_date | 2023-03-21         | Date of query            |
| wozvalue         | 417000             | The woz value            |

Possible values for the 'HouseType' feature:

* woonfunctie
* gebruiksfunctie
* industriefunctie
* logiesfunctie
* winkelfunctie
* kantoorfunctie
* bijeenkomstfunctie
* gezondheidszorgfunctie
* onderwijsfunctie
* sportfunctie
* celfunctie


---

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