# 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       |
| 3102         | Matig                       | Roof sloped insulation |
| 3103         | Goed                        | Roof sloped insulation |
| 3104         | Zeer goed                   | Roof sloped insulation |
| 3202         | Matig                       | Roof flat insulation   |
| 3203         | Goed                        | Roof flat insulation   |
| 3204         | Zeer goed                   | Roof flat insulation   |
| 4102         | Dubbel glas                 | Windows living room    |
| 4103         | HR++ glas                   | Windows living room    |
| 4104         | Drievoudig glas             | Windows living room    |
| 4202         | Dubbel glas                 | Windows bedroom        |
| 4203         | HR++ glas                   | Windows bedroom        |
| 4204         | Drievoudig glas             | Windows bedroom        |
| 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**

```
{
    "postcode": "2771DS",
    "housenumber": 87,
    "houseaddition": "",
    "exclude_measures": [2004,5006]
}
```


---

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