# Exclude measures

### Measures to exculde table

| Measure code | Description                 | Type                |
| ------------ | --------------------------- | ------------------- |
| 1002         | Matig                       | Wall insulation     |
| 1003         | Goed                        | Wall insulation     |
| 1004         | Zeer goed                   | Wall insulation     |
| 2002         | Matig                       | Floor insulation    |
| 2003         | Goed                        | Floor insulation    |
| 2004         | Zeer goed                   | Floor insulation    |
| 3002         | Matig                       | Roof insulation     |
| 3003         | Goed                        | Roof insulation     |
| 3004         | Zeer goed                   | Roof insulation     |
| 4002         | Dubbel glas                 | Windows living room |
| 4003         | HR++ glas                   | Windows living room |
| 4004         | Drievoudig glas             | Windows living room |
| 5004         | HR combi                    | Installation        |
| 5005         | HR combi met zonneboiler    | Installation        |
| 5006         | Elektrishe lucht-water WP   | Installation        |
| 5008         | Hybride WP                  | Installation        |
| 8002         | Mechanische afzuiging       | Ventilation         |
| 8003         | Balansventilatie met wtw    | Ventilation         |
| 8004         | Decentrale balansventilatie | Ventilation         |

#### **Example query**

```
{
  "postcode": "3024XL",
  "housenumber":227,
  "houseaddition": "B",
  "position": 3,
  "floors": 1,
  "exclude_measures": [1003,5004]
}
```


---

# 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/sustainability/sustainability-api-v2-apartments/exclude-measures.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.
