# How does it work?

{% hint style="success" %}
All communication that contains user data is secured by HTTPs.\
The insecure ws connection will keep inside your local network and will not be accessible from the outside.
{% endhint %}

![](/files/-LWBrdMANt3bZeHpftvp)

Unfortunately it is not possible to server the webpage over HTTPs, because then all local requests to the ESPs would be blocked by the browsers security policy which disallows mixed content. That is why the actual website is served over HTTP. To use HTTPs, a completly different architecture would be required that exposes the ESPs to the world wide web. With the current architecture, all communication to the ESPs is 100% local and the network traffic will never leave your home network.


---

# Agent Instructions: 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:

```
GET https://docs.smartlight.hackedit.de/about/how-does-it-work.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
