> 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/example-1/formit-plugin-community.md).

# FormIt 插件社区

![](/files/ztxCzwiHTQD5SKD0HXxL)

## 查找插件？

如果您想要了解如何开发 FormIt 插件，请查看以下一些示例：

* [社区插件](https://github.com/topics/formit-plugin)：由 FormIt 用户和开发人员开发的插件。
* [FormIt 推荐的插件](https://github.com/search?q=org%3AFormIt3D+formit-plugin-recommended)：由社区开发并由 FormIt 团队推荐的插件。
* [FormIt 中的插件](https://github.com/FormIt3D)：由 FormIt 团队开发的官方插件。

## 希望 FormIt 推荐您的插件？

如果您开发了一个对其他 FormIt 用户有用的插件，我们希望了解更多相关信息；因此请告知我们，我们会对其进行审核并考虑将其添加到 **formit-plugin-recommended** 列表中或在我们的入门手册中将其作为[示例](/zh-cn/plugins/example-1.md)。

### 从 FormIt 和社区获取帮助

在构建或运行插件时遇到问题？[联系我们！](https://forums.autodesk.com/t5/formit-forum/bd-p/142?profile.language=zh-CN)


---

# 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/example-1/formit-plugin-community.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.
