> 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/tutoriels-video/tutoriels-video-en/readme.md).

# All videos

<h2 align="center">Discover our video tutorials</h2>

<p align="center"><a href="/pages/5b3773c69d832980a2d59040604fb7ea1a733c04" class="button primary">All</a><a href="/pages/93c912c9873e5aa23ef70b41afd0dc0103e1cd1e" class="button secondary">Sensors</a><a href="/pages/ab86c11d453b3920d7f15545c6b44951cc7a1633" class="button secondary">LoRaWAN Gateway</a><a href="/pages/f8c48eddcac6b9bc8525ce9112dc06e048854035" class="button secondary">Easy LoRa Receivers</a><a href="/pages/59bd075fd6f4f146a3ccc31750a5d23672e761f5" class="button secondary">Understanding LoRaWAN</a></p>

<p align="center"></p>

{% columns fullWidth="true" %}
{% column %}
{% embed url="<https://youtu.be/NAWOMwJXTIw>" %}
Thermostatic valve - First installation
{% endembed %}
{% endcolumn %}

{% column %}
{% embed url="<https://youtu.be/F2txdNBOYQE>" %}
Thermostatic valve - Control using another temperature sensor
{% endembed %}
{% endcolumn %}
{% endcolumns %}

{% columns fullWidth="true" %}
{% column %}
{% embed url="<https://youtu.be/aCkxq8RBFXo>" %}
Button combinations for room control sensors
{% endembed %}
{% endcolumn %}

{% column %}
{% embed url="<https://youtu.be/2lSvgzPK3WE>" %}
Switch positions on room control sensors
{% endembed %}
{% endcolumn %}
{% endcolumns %}

{% columns fullWidth="true" %}
{% column %}
{% embed url="<https://youtu.be/-jbrAX_v1Qc>" %}
Create a third-party sensor profile on the LoRaWAN gateway
{% endembed %}
{% endcolumn %}

{% column %}
{% embed url="<https://www.youtube.com/watch?v=gRLy9dJJaSQ>" %}
Discharge the supercap of an Enless sensor
{% endembed %}
{% endcolumn %}
{% endcolumns %}

{% columns fullWidth="true" %}
{% column %}
{% embed url="<https://youtu.be/UNadYYgjO1M>" %}
Installing sensors with the Easy LoRa BACnet receiver
{% endembed %}
{% endcolumn %}

{% column %}
{% embed url="<https://www.youtube.com/watch?v=V84mPu3gPaA>" %}
Installing sensors with the Easy LoRa Modbus receiver
{% endembed %}
{% endcolumn %}
{% endcolumns %}

{% columns fullWidth="true" %}
{% column %}
{% embed url="<https://youtu.be/pSngyYG6OkE>" %}
Actuator transmitter installation
{% endembed %}
{% endcolumn %}

{% column %}
{% embed url="<https://youtu.be/67upPpDolOs>" %}
Installation of the Modbus master transmitter
{% endembed %}
{% endcolumn %}
{% endcolumns %}

{% columns fullWidth="true" %}
{% column %}
{% embed url="<https://youtu.be/gBZMXn4wCig>" %}
Integration of Enless sensors on Multitech Conduit AP BACnet gateway
{% endembed %}
{% endcolumn %}

{% column %}
{% embed url="<https://youtu.be/FbopYTgIoGw>" %}
Integration of Enless sensors on Niagara using the Easy LoRa BACnet receiver
{% endembed %}
{% endcolumn %}
{% endcolumns %}


---

# 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/tutoriels-video/tutoriels-video-en/readme.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.
