> For the complete documentation index, see [llms.txt](https://windows.help.formit.autodesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://windows.help.formit.autodesk.com/zh-cn/plugins/how-to-develop-plugins/your-first-plugin/launching-the-sample-plugin.md).

# 启动样例插件

### 运行样例插件

“插件乐园”附带了一个样例插件。单击“播放”按钮以运行插件。

![Step 1](/files/6tNPguxRKC4a439SgIsJ)

这将显示一个插件，其中包含 3 个数值输入和一个“创建块”按钮。继续测试插件，该插件将基于提供的输入值创建一个立方体。

### 查看和编辑代码

如果要查看此插件背后的代码，请单击“编辑”按钮。

![Step2](/files/sgvkeQzRtPMpuJHy13Jg)

这将启动一个对话框，其中包含 FormIt 插件的所有主要部分：HTML、JavaScript 和 CSS。

![](/files/BSXTNMPzPncEeNnQMWUq)


---

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