> For the complete documentation index, see [llms.txt](https://docs.myrspoven.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.myrspoven.com/ai-features/overview.md).

# Overview

myCoreAI runs a continuous optimization loop on every building: it trains a model from the building's own data, predicts how setpoint changes affect indoor climate and energy use, and writes setpoints to the Building Management System (BMS) that reduce consumption while staying within agreed comfort bounds. The pages in this chapter document the individual features that shape that loop. Which ones are active depends on contract scope and on what the BMS exposes for reading and writing.

**Asset and facility management:** myCoreAI lowers heating and electricity consumption without capital expenditure, while keeping comfort within contractual limits — improving operating costs and supporting energy management obligations under ISO 50001 and EPBD.

**Technical operations:** myCoreAI provides a transparent optimization layer over the existing BMS. Setpoint writes, comfort bounds, and the energy/comfort trade-off are all configurable per building and per zone.

**Integrators:** myCoreAI consumes BMS datapoints over the standard integrations (BACnet, Modbus, vendor APIs) and writes back through the same channels. No parallel control system is introduced.

## Core behavior

The optimization loop — model training, comfort-vs-energy trade-off, setpoint writing — is always on for any building under myCoreAI control. The features below tune or extend it.

1. **Model.** myCoreAI trains a building-specific model from historical sensor and setpoint data.
2. **Predict.** It forecasts indoor climate and energy response to candidate setpoint moves over the optimization horizon.
3. **Decide.** It selects the operating point that minimizes energy or cost under the active comfort bounds.
4. **Write.** It pushes the resulting setpoints to the BMS at the configured cadence.

## Features

* [**Adaptive min/max**](/ai-features/adaptive-min-max.md) — Heating Circuit setpoints freedom around the baseline.
* [**AI Freedom**](/ai-features/ai-freedom.md) — Setting that lets the myCoreAI get full freedom to ensure energy savings.
* [**Comfort schedule**](/ai-features/comfort-schedule.md) — Relaxes comfort bounds and ventilation during scheduled or learned unoccupied hours.
* [**AI Penalty**](/ai-features/ai-penalty.md) — The trade-off function that balances energy use against comfort deviations.
* [**Draught control**](/ai-features/draught-control.md) — Prevents Heating Circuit conditions that cause perceived draught in occupied zones.
* [**Groupings**](/ai-features/groupings.md) — Logical grouping of sensors for control and reporting.
* [**Indoor climate baseline**](/ai-features/indoor-climate-baseline.md) — Reference comfort bounds that myCoreAI will determine from the historical data.
* [**Loadshift**](/ai-features/loadshift.md) — myLoadshift shifts energy use across the day in response to spot electricity prices, while keeping comfort.
* [**Mixed circuit control**](/ai-features/mixed-circuit-control.md) — Control logic for buildings where heating and cooling share circuits or sources.


---

# 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.myrspoven.com/ai-features/overview.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.
