# Plug in your micro:bit

## Remove your micro:bit from the box

## Plug the micro:bit into your computer

Take the USB cable and plug the small end into in the micro:bit. Then take the bigger end and plug it into your computer

## micro:bit Hello demo

The micro:bit LED's will first flash, and then it will say "hello"

## micro:bit button demo&#x20;

Your micro:bit will then show the letter "A" and an arrow pointing to the A button. Press the A button on the micro:bit.

Your micro:bit will then show the letter "B" and an arrow pointing to the B button. Press the B button on the micro:bit.

## micro:bit shake demo&#x20;

Your micro:bit will then display the words "shake". Shake your micro:bit a few times, as you shake the micro:bit, the LED's will light up

## micro:bit chase the dot demo&#x20;

Your micro:bit will then display the words "chase the dot". It will show you a blinking light and a light that is always on. You now need to move your micro:bit so that the solid light moves towards the blinking light.

Once to chase the dot, the micro:bit will then flash with a heart. Now you are ready to start coding

## Demo Video

{% embed url="<https://youtu.be/aD8fSlBgjY4>" %}


---

# 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.kidscode.co.za/microbit-beginners/lesson-1/plug-in-your-micro-bit.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.
