# FutureBoard & MicroPython Quick Start Guide

FutureBoard runs on MicroPython, KittenBot recommends KittenCode or KittenBlock for programming your FutureBoard with Micropython.

### Using FutureBoard on KittenCode

It is recommended to use the online version of KittenCode.

[KittenCode Online](https://codebeta.kittenbot.net/en/home)

### 1. Create a Project and set to Futureboard Mode

<figure><img src="/files/2U0iMbYT7ioYhgFpcd21" alt=""><figcaption></figcaption></figure>

### 2. Connect the FutureBoard using the USB Cable and press the connect button

<div><figure><img src="/files/9YoqeLwggibLhcSc1TKR" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Cvrfl7f4ryK87kRQRghr" alt=""><figcaption></figcaption></figure></div>

### 3. Wait for the status to change to "Connected", the REPL will become available

<div><figure><img src="/files/Dw9DExtlAas3M4Qn1xGt" alt=""><figcaption></figcaption></figure> <figure><img src="/files/MzTrTEt1lFXzFmovoIoB" alt=""><figcaption></figcaption></figure></div>


---

# 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://sharinghub-eng.kittenbot.hk/main-controllers/futureboard/futureboard-micropython-programming-tutorial/futureboard-and-micropython-quick-start-guide.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.
