# 插件

![](/files/BImyWMqNdUtI3JSspaNl)

插件可以通过扩展建模工具集，来改进 Autodesk FormIt® 体验。您可以解决 FormIt 工具库中未包含的特定设计需求。

本入门手册的插件部分包括以下四章：

1. [插件简介](/zh-cn/plugins/introduction.md)：您需要了解的插件基本信息。
2. [如何使用插件](/zh-cn/plugins/how-to-use-plug-ins.md)：如果您是 FormIt 用户并想要试用插件，本部分将指导您完成安装和使用插件的过程。
3. [如何开发插件](/zh-cn/plugins/how-to-develop-plugins.md)：如果您是开发人员并想要主动开发插件，本部分将指导您完成开发 FormIt 插件所需的步骤。
4. [FormIt API](/zh-cn/plugins/useful-links.md)：指向 FormIt API 文档的链接。
5. [示例](/zh-cn/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-cn/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.
