# 如何开发插件

对于现场的工匠和开发人员，FormIt 是用于开发插件的绝佳工具。有两种开发模式可供选择，具体取决于您的开发技能和要执行的项目复杂性。

* 建议您从[“您的第一个插件”](/zh-cn/plugins/how-to-develop-plugins/your-first-plugin.md)部分开始。它将指导您使用“插件乐园”创建一个样例插件。
* 如果要开发更复杂的项目，建议您遵循[“高级开发”](/zh-cn/plugins/how-to-develop-plugins/advanced-development.md)部分。
* 有关开发其他类型插件的信息，请查看[“其他开发选项”](/zh-cn/plugins/how-to-develop-plugins/additional-development-options.md)部分。
* 有关文档链接，请参见 [FormIt API](/zh-cn/plugins/useful-links.md) 页面。

![](/files/k8bS71JqxXJ4riLGKDjA)


---

# 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-cn/plugins/how-to-develop-plugins.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.
