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

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