# Anti-epidemic Supplies Commander

It is important to prepare the necessary anti-epidemic supplies, this model identifies different anti-epidemic supplies.

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

### Building Instructions

[Building Instructions Resource Pack Download](https://bit.ly/AIHealthCareSetBuildingGuide)

### Sample Wiring

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

### Sample Programs

#### Model Training

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

[Training Program](https://makecode.microbit.org/_EjpT6g34pdke)

#### Anti-epidemic Supplies Commander

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

[Anti-epidemic Supplies Commander](https://makecode.microbit.org/_4gJP3XVeTb5s)

### Model Instructions

#### Training Program:

1. Wait 10 seconds after turning on the power.
2. Press Button A to train the model on the first item, repeat for at least 3 times.
3. Press Button B to train the model on the second item, repeat for at least 3 times.
4. Press Button A+B to save the model.

#### Anti-epidemic Supplies Commander

1. Wait 10 seconds after turning on the power.
2. Press Button A to load the model.
3. The machine will turn slowly and wave its arms when it detects a trained 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/educational-kit-sets/health-care-educational-ai-kit/health-care-educational-ai-kit-instructions-koi-2/anti-epidemic-supplies-commander.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.
