> For the complete documentation index, see [llms.txt](https://gmii.gitbook.io/gmii-tw/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gmii.gitbook.io/gmii-tw/gmii-vision/mission.md).

# 任務

使用者可以在任務中編寫自己的程序，我們提供圖形化程式語言Blockly以及Python讓使用者自行選擇想要的方式。若有更改Blockly，則會自動轉譯並更新Python的內容。

![](/files/-M2r3cnPIQA2HwJTlBe6)

## 功能

* 執行、停止：任務執行控制
* 儲存、開啟：任務檔案管理
* 清除：清空任務

![](/files/-M2r3cnO1Ca_UWL9cPKZ)

## Blockly

左邊目錄提供基本方塊以及視覺和其他設備的方塊。

![](/files/-M2r3cnNVZEFdfjGPgwp)

## Python

左邊目錄提供視覺和其他設備的API。

![](/files/-M2r3cnRGeZNOvxAEvhN)

## 輸出

* 視覺輸出：上方區域為視覺輸出，在任務中使用目標檢測或是分類會在這個區域顯示出影像。
* 文字輸出：在任務中可以輸出文字內容，Blockly使用文字分類裡面的列印方塊，Python使用`print()`API。

![](/files/-M2r3cnQ4_BZrgFBUjDH)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://gmii.gitbook.io/gmii-tw/gmii-vision/mission.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
