# 支援與示範教學

### 🚩網上支援工作坊

參賽者成功報名後，大會將會安排 Zoom 網上工作坊，詳細講解比賽內容及注意事項。

### 🎬示範影片

#### 🎞比賽示範

* <https://youtu.be/gUcXjmxuQjg>

#### 🎞機械車組裝流程

* 影片：<https://youtube.com/playlist?list=PL5ITDrrFisheb08T0mbUnwh6dnRDOd4An>

#### 🎞程式範例與解說 (搖控、打開閘門、發送解密訊息﹑KOI 圖像識別)

* 機械小車
  * 程式解說：<https://youtu.be/iMsAjTkgm24>
  * 範例程式：<https://makecode.microbit.org/_7WvLxfEXXhiP>
* 搖控器
  * 程式解說：<https://youtu.be/JIvqC-Yqeig>
  * 範例程式：<https://makecode.microbit.org/_2tb63hfrqDc0>
* 答案展示 與 開啟閘門
  * 程式解說：<https://youtu.be/I_2L0XMDLoA>
  * 範例程式：<https://makecode.microbit.org/_bkkJcY1k75KX>
* KOI AI 鏡頭圖像識別
  * 程式示範：<https://youtu.be/kQh_T_hAY7c>
  * 範例程式：<https://makecode.microbit.org/_AmUfMW0hoJJo>

👨‍🏫投影片：<https://bit.ly/3gEmfJe>

### 象形密碼咭圖樣

參賽隊伍需要使用KOI AI鏡頭的機器學習功能訓練模型並辨認象形密碼，比賽提供的象形密碼可以參考以下文件。

<http://bit.ly/MRSTEMer2021DecodeTable>


---

# 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://activities.kittenbot.hk/eitp2021/resources.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.
