# Kittenbot & MakeCode

<figure><img src="https://kittenbothk.readthedocs.io/en/latest/_images/RE25mkU.png" alt=""><figcaption></figcaption></figure>

MakeCode is the recommended programming platform for using kittenbot products.

MakeCode:

<https://makecode.microbit.org/>

### KittenBot Products on MakeCode

![](https://kittenbothk-eng.readthedocs.io/en/latest/_images/mcbanner.png)

Open MakeCode’s webpage and create a new project.

<figure><img src="https://kittenbothk.readthedocs.io/en/latest/_images/02_01.png" alt=""><figcaption></figcaption></figure>

#### Loading Extensions

Most Kittenbot products require an extension to function properly.

**In this demonstration, we will take a look at how to add the extension for "Sugar".**

Search for "Sugar" in the search bar. Click the icon to load the extension.

<figure><img src="https://kittenbothk.readthedocs.io/en/latest/_images/sugar_search.gif" alt=""><figcaption></figcaption></figure>


---

# 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/programming-platforms/makecode-tutorial/kittenbot-and-makecode.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.
