# プラグインの開発方法

FormIt はプラグインを開発するための優れたツールです。開発スキルと実行するプロジェクトの複雑さに応じて、2 つの開発モードから選択できます。

* まずは「[初めてのプラグイン](/ja/plugins/how-to-develop-plugins/your-first-plugin.md)」セクションから開始することをお勧めします。このセクションでは、Plugin Playground を使用して単純なプラグインを作成する手順を説明します。
* より複雑なプロジェクトを開発する場合は、「[高度な開発](/ja/plugins/how-to-develop-plugins/advanced-development.md)」セクションに従うことをお勧めします。
* その他のタイプのプラグインの開発については、「[その他の開発オプション](/ja/plugins/how-to-develop-plugins/additional-development-options.md)」セクションを参照してください。
* ドキュメントのリンクについては、「[FormIt API](/ja/plugins/useful-links.md)」ページを参照してください。

![](/files/0FqSKqndR3FXHPQqSuBY)


---

# 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/how-to-develop-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.
