# Security & Privacy

Learner's Blocks are designed to be used offline, which reduces security risks significantly. Yet we still build towards making them secure enough to be used in other more public environments just to be sure. All of the code running on the devices is available on our [GitHub page](https://github.com/LearnersBlock) for your own review.&#x20;

We use [Balena Cloud](https://www.balena.io/cloud) to provide device updates and device management services. Therefore, by using a Learner's Block you are also a user of Balena Cloud. Subsequently, the Balena Cloud privacy policy applies: <https://www.balena.io/privacy-policy/>.&#x20;

More information on security steps provided by Balena can be found here: <https://www.balena.io/docs/learn/welcome/security/>


---

# 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.learnersblock.org/additional-info/security-and-privacy.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.
