# Learner's Block

## Learner's Block

- [Learner's Block](https://docs.learnersblock.org/master.md): In this documentation you can find everything from how to get started with building your own Block, to the principles that guide it.
- [About us](https://docs.learnersblock.org/about-us.md)
- [Why we make the Learner's Block](https://docs.learnersblock.org/about-us/why-we-make-the-learners-block.md)
- [How we are funded](https://docs.learnersblock.org/about-us/how-we-are-funded.md)
- [Quickstart](https://docs.learnersblock.org/how-to-build-one/quickstart.md)
- [Picking hardware](https://docs.learnersblock.org/how-to-build-one/quickstart/picking-hardware.md)
- [Picking a Micro SD card and SD card reader](https://docs.learnersblock.org/how-to-build-one/quickstart/picking-a-micro-sd-card-and-sd-card-reader.md)
- [Picking a power supply](https://docs.learnersblock.org/how-to-build-one/quickstart/picking-a-power-supply.md)
- [Picking a case](https://docs.learnersblock.org/how-to-build-one/quickstart/buying-vs-printing-your-own-case.md)
- [Installation](https://docs.learnersblock.org/how-to-build-one/quickstart/installation.md)
- [Connecting to the Block](https://docs.learnersblock.org/how-to-use-it/how-to-connect.md)
- [Setting the language](https://docs.learnersblock.org/how-to-use-it/setting-the-language.md)
- [Setting your password](https://docs.learnersblock.org/how-to-use-it/setting-your-password.md)
- [Enabling components](https://docs.learnersblock.org/how-to-use-it/enabling-your-required-features.md)
- [Adding content](https://docs.learnersblock.org/how-to-use-it/adding-resources.md)
- [Using the Application Store](https://docs.learnersblock.org/how-to-use-it/installing-from-the-application-store.md)
- [Connecting to a Wi-Fi network (Optional)](https://docs.learnersblock.org/how-to-use-it/connecting-to-a-wi-fi-network-optional.md)
- [Advanced Features](https://docs.learnersblock.org/how-to-use-it/advanced-features.md)
- [Checking the Remaining Space](https://docs.learnersblock.org/how-to-use-it/advanced-features/checking-the-remaining-space.md)
- [Updating the Block](https://docs.learnersblock.org/how-to-use-it/advanced-features/updating-the-device.md): Automatic updates means your Block will keep going as long as you do.
- [Using an ethernet connection](https://docs.learnersblock.org/how-to-use-it/advanced-features/using-an-ethernet-connection.md): Connecting with an ethernet cable avoids relying on the Wi-Fi chip in your Block, and will significantly increase the number of simultaneous users that can use the Block.
- [Automatically Opening Files](https://docs.learnersblock.org/how-to-use-it/advanced-features/automatically-opening-files.md): Specify a file to automatically open when a user accesses its folder through the File Manager.
- [Changing the Default Loading Page](https://docs.learnersblock.org/how-to-use-it/advanced-features/changing-the-default-loading-page.md): Choose the first page you want users to see when accessing the Block to make it easy for users to find your resource, website or app.
- [Changing the Wi-Fi SSID and URL](https://docs.learnersblock.org/how-to-use-it/advanced-features/change-your-devices-hostname.md): You can choose your own Wi-Fi SSID and URL
- [Using Portainer](https://docs.learnersblock.org/how-to-use-it/advanced-features/using-portainer.md): Portainer allows technical experts to deploy an infinite number of possibilities to their Learner's Blocks
- [Pruning System Files](https://docs.learnersblock.org/how-to-use-it/advanced-features/pruning-system-files.md)
- [Reset System Database](https://docs.learnersblock.org/how-to-use-it/advanced-features/reset-system-database.md)
- [What is the Library?](https://docs.learnersblock.org/library/what-is-the-library.md): The Learner's Block Library is a central repository for open source education materials made by the larger education community.
- [How can I contribute?](https://docs.learnersblock.org/contributing/how-can-i-contribute.md)
- [Technical details](https://docs.learnersblock.org/additional-info/technical-details.md)
- [Security & Privacy](https://docs.learnersblock.org/additional-info/security-and-privacy.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.learnersblock.org/master.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.
