# Page Not Found

The URL `files/rm3531e6WIEpd2LKAD4c` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [MR STEMer - micro:bit AI編程大賽2023比賽介紹](https://activities.kittenbot.hk/eitp2023/eitp2023.md)
- [口罩佩戴AI模型訓練與辨認 (機器學習)示範](https://activities.kittenbot.hk/aimask/aimasktechnicalsupport.md)
- [MR STEMer - micro:bit AI編程大賽2021比賽介紹](https://activities.kittenbot.hk/eitp2021/eitp2021.md)
- [比賽細節與規則2023](https://activities.kittenbot.hk/eitp2023/details2023.md)
- [借用器材清單 (25/4/2023更新)](https://activities.kittenbot.hk/eitp2023/equipmentlist.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://activities.kittenbot.hk/eitp2023/eitp2023.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.

### Option 2 — Browse the documentation index

Full index: https://activities.kittenbot.hk/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://activities.kittenbot.hk/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/eitp2023/eitp2023.md`).

You may also use `Accept: text/markdown` header for content negotiation.
