# Built-in Tracking: Common Items

### MakeCode Programming Tutorial

#### Extension link: [**https://github.com/KittenBot/pxt-koi2**](https://github.com/KittenBot/pxt-koi2)

Search for KOI2 in the search bar, select KOI 2.(KOI 2 has been approved by Microsoft)

<figure><img src="/files/Sw7BOOSrTSX5zHmVemsd" alt=""><figcaption></figcaption></figure>

The extension will be imported into your project.

### Coding Blocks

<figure><img src="/files/VpckLOTVINMoeP4D0J65" alt=""><figcaption></figcaption></figure>

### Sample Program

{% hint style="info" %}
The model can recognize these common items:

Plane, Bicycle, Bird, Boad, Bottle, Bus, Car, Cat, Chair, Cow, Desk, Dog, Horse, Motorcycle, Person, Plant, Sofa, Train, Monitor
{% endhint %}

{% hint style="info" %}
Armourbit users need to use the corresponding initialization block
{% endhint %}

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6uJvpXC43onNIIwhMlWo%2Fuploads%2FPGyECwlPd2M3JqUBLDfO%2Fimage.png?alt=media&#x26;token=662ace3f-a8eb-4fbf-8a10-1d9643c88b1e" alt=""><figcaption></figcaption></figure>

{% embed url="<https://makecode.microbit.org/_K8xdVpR0x6dj>" %}

[Sample Program](https://makecode.microbit.org/_K8xdVpR0x6dj)

#### Sample Program Operations

1. KOI will track items automatically, corresponding icons will be displayed on the Micro:bit.
2. Press Button A on the Micro:bit to show the name of the item


---

# 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/airelated/ai-camera-koi-2/makecode-programming/built-in-tracking-common-items.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.
