> For the complete documentation index, see [llms.txt](https://enless.gitbook.io/centre-aide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enless.gitbook.io/centre-aide/guides-installation/documentation-en/products/editor-6/use/control-modes.md).

# Control modes

The Enless thermostatic valve can be used in three operating modes:&#x20;

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th></th></tr></thead><tbody><tr><td><h4><i class="fa-temperature-high">:temperature-high:</i></h4></td><td><h4>Temperature</h4></td><td>You send a setpoint temperature to the valve; it uses its built-in temperature sensor and internal algorithm to maintain the desired temperature.</td><td><i class="fa-book-open-cover" style="color:$success;">:book-open-cover:</i> <a href="/pages/03bfa22dcb8594f50dc9a1f1d926c1bd10e6ae65"><mark style="color:$success;">Learn more</mark></a></td></tr><tr><td><h4><i class="fa-percent">:percent:</i></h4></td><td><h4>Motor position</h4></td><td>You send an opening command (in %) to the valve. The internal algorithm is not used; the control scenarios are determined by the BMS and the valve applies an opening percentage.</td><td></td></tr><tr><td><h4><i class="fa-face-sunglasses">:face-sunglasses:</i></h4></td><td><h4>Summer mode</h4></td><td>The valve is in sleep mode; it sends a heartbeat frame every day, but its motor is not controlled and remains in the closed position.</td><td></td></tr></tbody></table>


---

# 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://enless.gitbook.io/centre-aide/guides-installation/documentation-en/products/editor-6/use/control-modes.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.
