# 3. 硬幣收藏家

![](https://kittenbothk.readthedocs.io/en/latest/_images/coin3.jpg)

### 教材資源包下載

包括說明書： [資源包下載地址](https://drive.google.com/drive/folders/16T0mfS0QbxXfHf4GvNz62Xd2x8dvOq4m?usp=sharing)

### 參考接線

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

### 參考程式

{% embed url="<https://makecode.com/_MFFLfW0RUKuX>" %}

[硬幣收藏家參考程式](https://makecode.com/_MFFLfW0RUKuX)

### 模型玩法

這是一個錢箱，能夠幫助你儲錢。將硬幣放在錢箱的手上，它就會把硬幣吞下。直至錢箱裏儲夠20個硬幣才可以按A鍵打開錢箱將錢幣拿出來。


---

# 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.kittenbot.hk/kits/meowbit_inventor/info/coinbox.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.
