> For the complete documentation index, see [llms.txt](https://docs.altum.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.altum.ai/english/property-valuation-and-market/interactive-reference-api/house-types.md).

# House types

### Housetype&#x20;

Possible inputs for both the feature **housetype** for the target object as well as **housetype\_to\_search** for the housetypes to be included in the search:\
\
\&#xNAN;*'Vrijstaande woning', 'Vrijstaande doelgroepwoning', 'Vrijstaande recreatiewoning', '2 onder 1 kap woning', 'Geschakelde 2 onder 1 kapwoning', 'Geschakelde woning', 'Tussen/rijwoning', 'Tussen/rij doelgroepwoning', 'Hoekwoning', 'Eindwoning', 'Galerijflat', 'Portiekflat', 'Corridorflat', 'Maisonnette', 'Benedenwoning', 'Bovenwoning', 'Portiekwoning', 'Meergezinswoning', 'Eengezinswoning'*

<details>

<summary>Expand for alle possible housetype values output</summary>

\['Tussen/rijwoning', 'Meergezinswoning', '2 onder 1 kap woning', 'Vrijstaande woning', 'Hoekwoning', 'Bovenwoning', 'Portiekwoning', 'Geschakelde woning', 'Benedenwoning', 'Bedrijf', 'Eengezinswoning', 'Garage(box)', 'Meergezins doelgroepwoning', 'Eindwoning', 'Detail/groothandel', 'Maisonnette', 'Galerijflat', 'Object in aanbouw', 'Kantoor', 'Vrijstaande recreatiewoning', 'Agrarisch met woongedeelte', 'Corridorflat', 'Tussen/rij doelgroepwoning', 'Horeca', 'Sport en recreatie', 'Bijzondere woonfunctie', 'Hoek doelgroepwoning', 'Energie en water', 'Bijzondere woonfunctie met woongedeelte', 'Agrarisch', 'Onderwijs', 'Detail/groothandel met woongedeelte', 'Transport', 'Bedrijf met woongedeelte', 'Laboratoria en praktijk', 'Bovenwoning doelgroep', 'Geschakelde 2 onder 1 kapwoning', 'Doelgroepwoning', 'Horeca met woongedeelte', 'Gemeenschapsgebouw overig', 'Woning', 'Medisch met woongedeelte', 'Niet-woning', '2 onder 1 kap doelgroepwoning', 'Medisch', 'Sport en recreatie met woongedeelte', 'Religie', 'Portiekflat', 'Recreatiewoningen', 'Benedenwoning doelgroep', '2 onder 1 kap recreatiewoning', 'Tussen/rij recreatiewoning', 'Cultuur', 'Specifiek woonobject', 'Nog te bepalen', 'Kantoor met woongedeelte', 'Geschakelde recreatiewoning', 'Vrijstaande doelgroepwoning', 'Communicatie', 'Portiekwoning doelgroep', 'Eind doelgroepwoning', 'Woonwagen/-boot recreatief', 'Woonwagen/-boot', 'Hoek recreatiewoning', 'Nutsvoorziening', 'Laboratoria en praktijk met woongedeelte', 'Geschakelde doelgroepwoning', 'Galerijflat doelgroep', 'Gemeenschappelijke voorziening', 'Woonwagen/stacaravan', 'Overig woonobject', 'Maisonnette doelgroep', 'Detailhandel/Horeca/Kantoor', 'Eind recreatiewoning', '3310', 'Defensie', 'Energie en water met woongedeelte', 'Onderwijs met woongedeelte', 'Cultuur met woongedeelte', 'Niet-woning met woongedeelte', 'Portiekflat doelgroep', 'Woonwagen/stacaravan recreatief', 'Woonboot', 'Transport met woongedeelte', 'Geschakelde 2 onder 1 kap doelgroepwoning', 'Detailhandel/Horeca/Kantoren met woongedeelte', 'Gemeenschapsgebouw overig met woongedeelte', 'Religie met woongedeelte', 'Standplaats', '1000', 'Cultuur en religie', 'Corridorflat doelgroep', 'Ligplaats', 'Communicatie met woongedeelte', 'Defensie met woongedeelte']

</details>

When the function **housetype\_to\_search** is provided, then in the ComparableHouseType output will display the given inputs by the user (as a list) and not 0, 1 or 2. If the algorithm is not able to find at least three reference objects, then this input is ignored and the "comparable\_housetype" goes to 0 in the search.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.altum.ai/english/property-valuation-and-market/interactive-reference-api/house-types.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
