# KittenBlock

Kittenblock is a coding platform designed for kids and teenagers, not only does it support programming for the Canvas and microcontrollers such as Micro:bit and Arduino, it also supports programming for Kittenbot’s products such as AI Camera KOI. Programs can be uploaded to the hardware to run without connecting to the computer, or you can connect the hardware to the computer for more interesting interactions.

Kittenbot has always strived to improve the user experience, putting enormous effort into providing Artificial Intelligence(AI) and Internet of Things(IoT) functions, including many plugins for Machine Learning, Computer Vision or Voice Recognition, satisfying the needs for both educational and personal purposes.

Kittenbot was among the first companies to develop AI software in China thus the technology and know-how are mature, Kittenblock has achieved an active userbase of 17 million in China.

{% content-ref url="/pages/pU8oHa2E6U81SxiN6Cr9" %}
[Installing KittenBlock](/programming-platforms/kittenblock/installing-kittenblock.md)
{% endcontent-ref %}

{% content-ref url="/pages/yvYOivZcfWfV4cgMrCxf" %}
[Uninstall KittenBlock 1.88 Completely](/programming-platforms/kittenblock/uninstall-kittenblock-1.88-completely.md)
{% endcontent-ref %}

{% content-ref url="/pages/d8PB7d1Y68UjJr2F84O6" %}
[Kittenblock User Interface](/programming-platforms/kittenblock/kittenblock-user-interface.md)
{% endcontent-ref %}

{% content-ref url="/pages/HCNxyAB6h3s0YXYBeGqn" %}
[KittenBlock & Micro:bit](/programming-platforms/kittenblock/kittenblock-and-micro-bit.md)
{% endcontent-ref %}

{% content-ref url="/pages/QykJrDmPtVNLTtnGvtgG" %}
[KittenBlock Functions & Features](/programming-platforms/kittenblock/kittenblock-functions-and-features.md)
{% endcontent-ref %}


---

# 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/kittenblock.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.
