# 例

このセクションでは、次の順でサンプル プラグインの実装について説明します。

* [ストリング ライトを生成する](/ja/plugins/example-1/generate-string-lights.md)
* [Manage Cameras プラグイン](/ja/plugins/example-1/manage-cameras-plugin.md)
* [Properties Plus プラグイン](/ja/plugins/example-1/properties-plus-plugin.md)
* [3D Context Creator](/ja/plugins/example-1/3d-context-creator.md)

また、「[FormIt プラグインのコミュニティ](/ja/plugins/example-1/formit-plugin-community.md)」セクションを確認することをお勧めします。このセクションでは、他の開発者が作成したプラグインの例や、幅広い FormIt コミュニティにプラグインを送信して紹介する方法に関するガイドラインを確認できます。

![](/files/ZkA1zAycSBVqJkWeK0IH)


---

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