# Halocode

- [Introduction](https://learn.pakronics.com.au/halocode-1/introduction.md)
- [Get Started](https://learn.pakronics.com.au/halocode-1/untitled.md)
- [Upload Mode](https://learn.pakronics.com.au/halocode-1/upload-mode.md)
- [Speech Recognition](https://learn.pakronics.com.au/halocode-1/speech-recognition.md)
- [User Cloud Message](https://learn.pakronics.com.au/halocode-1/user-cloud-message.md)
- [Use Python with HaloCode](https://learn.pakronics.com.au/halocode-1/use-python-with-halocode.md)
- [Code with Mu A Simple Python Editor](https://learn.pakronics.com.au/halocode-1/code-with-mu-a-simple-python-editor.md)
- [Examples](https://learn.pakronics.com.au/halocode-1/code-with-mu-a-simple-python-editor/examples.md)
- [Basic Project](https://learn.pakronics.com.au/halocode-1/code-with-mu-a-simple-python-editor/examples/basic-project.md)
- [Color Mixer](https://learn.pakronics.com.au/halocode-1/code-with-mu-a-simple-python-editor/examples/basic-project/color-mixer.md)
- [Compare Strength](https://learn.pakronics.com.au/halocode-1/code-with-mu-a-simple-python-editor/examples/basic-project/compare-strength.md)
- [Connect Wi-Fi](https://learn.pakronics.com.au/halocode-1/code-with-mu-a-simple-python-editor/examples/basic-project/connect-wi-fi.md)
- [Control Multiple HaloCodes via LAN](https://learn.pakronics.com.au/halocode-1/code-with-mu-a-simple-python-editor/examples/basic-project/untitled-4.md)
- [Energy Ring](https://learn.pakronics.com.au/halocode-1/code-with-mu-a-simple-python-editor/examples/basic-project/energy-ring.md)
- [Make a Smiling Face with the LED Ring](https://learn.pakronics.com.au/halocode-1/code-with-mu-a-simple-python-editor/examples/basic-project/make-a-smiling-face-with-the-led-ring.md)
- [Make a Volume Detector](https://learn.pakronics.com.au/halocode-1/code-with-mu-a-simple-python-editor/examples/basic-project/make-a-volume-detector.md)
- [Press the Button to play LED Animation Meteor](https://learn.pakronics.com.au/halocode-1/code-with-mu-a-simple-python-editor/examples/basic-project/press-the-button-to-play-led-animation-meteor.md)
- [Rainbow Button](https://learn.pakronics.com.au/halocode-1/code-with-mu-a-simple-python-editor/examples/basic-project/rainbow-button.md)
- [Level Up](https://learn.pakronics.com.au/halocode-1/code-with-mu-a-simple-python-editor/examples/level-up.md)
- [Control HaloCode's LEDs via Voice Command](https://learn.pakronics.com.au/halocode-1/code-with-mu-a-simple-python-editor/examples/level-up/control-halocodes-leds-via-voice-command.md)
- [Remote Control](https://learn.pakronics.com.au/halocode-1/code-with-mu-a-simple-python-editor/examples/level-up/remote-control.md)
- [Make HaloCode the Steering Wheel of the Car on Stage](https://learn.pakronics.com.au/halocode-1/code-with-mu-a-simple-python-editor/examples/level-up/make-halocode-the-steering-wheel-of-the-car-on-stage.md)
- [HaloCode's Remote Control Deck](https://learn.pakronics.com.au/halocode-1/code-with-mu-a-simple-python-editor/examples/level-up/halocodes-remote-control-deck.md)
- [Emotion Detector](https://learn.pakronics.com.au/halocode-1/code-with-mu-a-simple-python-editor/examples/level-up/emotion-detector.md)
- [Deep Learning and Facial Recognition](https://learn.pakronics.com.au/halocode-1/code-with-mu-a-simple-python-editor/examples/level-up/deep-learning-and-facial-recognition.md)
- [Use Global Variable to Interact with Sprites](https://learn.pakronics.com.au/halocode-1/code-with-mu-a-simple-python-editor/examples/level-up/use-global-variable-to-interact-with-sprites.md)
- [Workshop](https://learn.pakronics.com.au/halocode-1/code-with-mu-a-simple-python-editor/examples/workshop.md)
- [A Kitten with Blinking Eyes and a Waving Tail](https://learn.pakronics.com.au/halocode-1/code-with-mu-a-simple-python-editor/examples/workshop/a-kitten-with-blinking-eyes-and-a-waving-tail.md)
- [Pedometer](https://learn.pakronics.com.au/halocode-1/code-with-mu-a-simple-python-editor/examples/workshop/pedometer.md)
- [Smart Home](https://learn.pakronics.com.au/halocode-1/code-with-mu-a-simple-python-editor/examples/workshop/smart-home.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://learn.pakronics.com.au/halocode-1.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.
