# 啟動範例外掛程式

### 執行範例外掛程式

範例外掛程式會隨 Plugin Playground 一起載入。按一下「播放」按鈕可執行外掛程式。

![Step 1](/files/amekqQPdttg91akB6wVT)

這會顯示一個包含 3 個數值輸入和「Create Block」按鈕的外掛程式。繼續測試外掛程式，它會根據提供的輸入值建立一個立方體。

### 檢視和編輯程式碼

如果您要查看此外掛程式的程式碼，請按一下「編輯」按鈕。

![Step2](/files/DLA1JrkJxDOAB9F5BMDZ)

這會啟動一個對話方塊，其中包含 FormIt 外掛程式的所有主要部分：HTML、JavaScript 和 CSS。

![](/files/cTzPFxpKjET9vffDuRsB)


---

# 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://windows.help.formit.autodesk.com/zh-tw/plugins/how-to-develop-plugins/your-first-plugin/launching-the-sample-plugin.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.
