# 如何開發外掛程式

對於現場的工程師和開發人員，FormIt 是開發外掛程式的絕佳工具。您可以根據開發技能和想要執行的專案複雜性，選擇兩種開發模式。

* 我們建議您先從[您的第一個外掛程式](/zh-tw/plugins/how-to-develop-plugins/your-first-plugin.md)一節開始。它會引導您使用 Plugin Playground 建立簡單的外掛程式。
* 如果您要開發更複雜的專案，建議您遵循[進階開發](/zh-tw/plugins/how-to-develop-plugins/advanced-development.md)一節。
* 如需開發其他類型外掛程式的資訊，請參閱[其他開發選項](/zh-tw/plugins/how-to-develop-plugins/additional-development-options.md)一節。
* 請參閱 [FormIt API](/zh-tw/plugins/useful-links.md) 頁面，以取得文件連結。

![](/files/Yo2dcahItqR4ohqINwqM)


---

# 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.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.
