# 範例

在本節中，您會找到可遵循的外掛程式實施範例：

* [Generate String Lights](/zh-tw/plugins/example-1/generate-string-lights.md)
* [Manage Cameras 外掛程式](/zh-tw/plugins/example-1/manage-cameras-plugin.md)
* [Properties Plus 外掛程式](/zh-tw/plugins/example-1/properties-plus-plugin.md)
* [3D Context Creator](/zh-tw/plugins/example-1/3d-context-creator.md)

我們還建議您查看 [FormIt 外掛程式社群](/zh-tw/plugins/example-1/formit-plugin-community.md)一節，您可以在當中找到其他開發人員提供的外掛程式範例，以及有關如何提交外掛程式並展示給更廣大 FormIt 社群的指導方針。

![](/files/NjB5WVKimdACD8UkNasb)


---

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