> For the complete documentation index, see [llms.txt](https://docs.learnersblock.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.learnersblock.org/how-to-build-one/quickstart/installation.md).

# Installation

**Installation is simple:**

1. Download the image that matches the hardware you are going to use from our [downloads page](https://downloads.learnersblock.org).&#x20;
2. Download [Etcher](https://www.balena.io/etcher/), a piece of free software that will allow you to transfer your download file to the MicroSD Card
3. Insert your MicroSD Card into your computer or [MicroSD Card Reader](/how-to-build-one/quickstart/picking-a-micro-sd-card-and-sd-card-reader.md), launch Etcher, select the image you downloaded from our website and the inserted card in the Etcher software and hit ‘Flash’.
4. When Etcher is done, put your MicroSD card into your chosen hardware, plug in the power supply and you are ready to go.

{% hint style="info" %}
As an open-source project, all of our code is available for you to use how you wish. Head over to [GitHub](https://github.com/LearnersBlock/learners-block) to see the code and a range of other installation options for more advance users.&#x20;
{% endhint %}


---

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

```
GET https://docs.learnersblock.org/how-to-build-one/quickstart/installation.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.
