# 示例

在本部分中，您将找到要遵循的样例插件实现：

* [生成灯串](/zh-cn/plugins/example-1/generate-string-lights.md)
* [管理相机插件](/zh-cn/plugins/example-1/manage-cameras-plugin.md)
* [特性+ 插件](/zh-cn/plugins/example-1/properties-plus-plugin.md)
* [三维上下文生成器](/zh-cn/plugins/example-1/3d-context-creator.md)

我们还建议您查看 [FormIt 插件社区](/zh-cn/plugins/example-1/formit-plugin-community.md)部分，在其中可以找到来自其他开发人员的插件示例，以及有关如何为更广泛的 FormIt 社区提交和展示插件的指南。

![](/files/zYW2vQYQL3A0SbFIa67I)


---

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