> For the complete documentation index, see [llms.txt](https://docs.betterbuilding.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.betterbuilding.io/user-guide/workflows/designer-mode/airflow-networks/airflow-network-settings.md).

# Airflow Network Settings

Under the Airflow Network settings, key inputs are available that enable the nomination of your model to be adapted from a standard energy model.

<figure><img src="/files/tFplVrELzAFsr01gcx2Z" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
To use the Airflow Network, ensure the Network Control is enabled.&#x20;
{% endhint %}

## Availability

### Rules

<figure><img src="/files/rk8bwBxXaulBWL0JoCIl" alt=""><figcaption></figcaption></figure>

Rules are the logic which grant ventilation availability to your Space. You can have one or more Rule set per Space, controlled by a Schedule to assume the overall time in which these conditions are evaluated. The following Rules are available:

* Zone Air Temperature
* Hour
* Zone Relative Humidity
* Surface Types
* Zone Occupancy
* Zone Carbon Dioxide
* Compare Temp. (1)
* Site Relative Humidity
* Compare Temp. (2)
* Site Wind Speed
* Compare RH (2)
* Compare RH (1)
* Site Wind Direction
* Site Rain
* Site Drybulb Temp.

### Rule Examples

Each Rule has a subsequent list of inputs available to control the Rule. For example, where a Zone Air Temperature is selected, The Zone Air Temperature strategy and temperatures can be selected. In the example below, the Rule states that when the Zone Air Temperature is between a Max of 25 °C and a Min of 20 °C, associated Openings will be available to Open.&#x20;

<figure><img src="/files/OpS3fjjNAmcm7b98MJAs" alt=""><figcaption></figcaption></figure>

In this second example, Zone Carbon Dioxide has been added as an additional Rule. This Rule states that when the Zone Air Temperature is between a Max of 25 °C and a Min of 20 °C AND Zone Carbon Dioxide has a Max value of 1000 ppm, associated Openings will be available to Open.&#x20;

<figure><img src="/files/ldcTyW464L74tStLOFYr" alt=""><figcaption></figcaption></figure>

### Availability Schedules&#x20;

Availability schedules control the overall time in which a Rule can be adopted. They can be set for specific periods of time, such as Design Days, Weekdays, etc. They come in two types, Availability and Openability. The Availability schedule allows a window to be opened each hour, by being either On or OFF. The Openability schedule ....

<figure><img src="/files/Uuc5P9CqfuoYPYILhyj9" alt=""><figcaption></figcaption></figure>

## Openability&#x20;

When ventilation is deemed to be available via a Rule, surfaces representing windows and doors can be opened via a Openability Schedule, the Zone Air Temperature or the Zone Thermostat.&#x20;

### Openability Schedules

Openability schedules control the overall time in which a Rule can be adopted. They can be set for specific periods of time, such as Design Days, Weekdays, etc. They come in two types, Availability and Openability.  The Openability schedule allows a window to be opened each hour, by being either On or OFF.


---

# 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.betterbuilding.io/user-guide/workflows/designer-mode/airflow-networks/airflow-network-settings.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.
