# Programming the Arduino

This section takes you through the programming process, from downloading the code, to flashing it to the Arduino.

Follow these steps in order:

1. [Download the eChook Arduino Code](/programming-the-arduino/download-the-echook-arduino-code.md)
2. [Install Arduino IDE](/programming-the-arduino/install-arduino-ide.md)
3. [Programming the Arduino](/programming-the-arduino/programming-the-arduino.md)

New kits typically use the Arduino Nano Every. Any clone-specific requirements are covered in the step pages above.

After upload is complete, continue to [Setting up the Bluetooth](/setting-up-the-bluetooth.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.echook.uk/programming-the-arduino.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.
