# 外掛程式

![](/files/DZzWJ3SOEUts9fs7l6D9)

外掛程式可擴充您的塑型工具集，以改善您的 Autodesk FormIt® 體驗。您可以應付 FormIt 工具資源庫中未包含的特定設計需求。

本入門手冊的外掛程式章節有四章：

1. [外掛程式簡介](/zh-tw/plugins/introduction.md)：您需要了解的外掛程式基本資訊。
2. [如何使用外掛程式](/zh-tw/plugins/how-to-use-plug-ins.md)：如果您是 FormIt 使用者，想要試用外掛程式，本節將引導您完成安裝和使用外掛程式的程序。
3. [如何開發外掛程式：](/zh-tw/plugins/how-to-develop-plugins.md)如果您是開發人員，想要更進一步了解，本節將引導您完成開發 FormIt 外掛程式所需的步驟。
4. [FormIt API](/zh-tw/plugins/useful-links.md)：FormIt 的 API 文件連結。
5. [範例：](/zh-tw/plugins/example-1.md)如果您想要試用既有的外掛程式，本節包含某些可用外掛程式的描述。


---

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