# Gmii Vision 視覺 機械手臂編程軟體

- [任務](https://gmii.gitbook.io/gmii-tw/gmii-vision/mission.md)
- [裝置](https://gmii.gitbook.io/gmii-tw/gmii-vision/device.md)
- [相機](https://gmii.gitbook.io/gmii-tw/gmii-vision/device/camera.md)
- [機械手臂](https://gmii.gitbook.io/gmii-tw/gmii-vision/device/arm.md)
- [Dobot Magician](https://gmii.gitbook.io/gmii-tw/gmii-vision/device/arm/dobot-magician.md)
- [Dobot M1](https://gmii.gitbook.io/gmii-tw/gmii-vision/device/arm/dobot-m1.md)
- [視覺](https://gmii.gitbook.io/gmii-tw/gmii-vision/vision.md)
- [檢測模板](https://gmii.gitbook.io/gmii-tw/gmii-vision/vision/template.md)
- [分類器](https://gmii.gitbook.io/gmii-tw/gmii-vision/vision/classifier.md)
- [裝置座標轉換](https://gmii.gitbook.io/gmii-tw/gmii-vision/coordinate.md)


---

# 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://gmii.gitbook.io/gmii-tw/gmii-vision.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.
