# Advanced Features

- [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)


---

# 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/how-to-use-it/advanced-features.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.
