# プラグイン

![](/files/din8gkZA34pFA5p8MGNf)

プラグインを使用すると、モデリング ツールセットの機能を拡張して、Autodesk FormIt® の操作性を改善できます。FormIt のツール ライブラリに含まれていない特定の設計ニーズに対応できます。

この手引の「プラグイン」セクションには、次の章があります。

1. [プラグインの概要](/ja/plugins/introduction.md): プラグインについて知っておく必要がある基本情報です。
2. [プラグインの使用方法](/ja/plugins/how-to-use-plug-ins.md): FormIt ユーザ向けに、プラグインをインストールして使用するプロセスを解説しています。
3. [プラグインの開発方法](/ja/plugins/how-to-develop-plugins.md): スキル アップを目指す開発者向けに、FormIt プラグインの開発に必要な手順を解説しています。
4. [FormIt API](/ja/plugins/useful-links.md): FormIt の API ドキュメントへのリンクが用意されています。
5. [例](/ja/plugins/example-1.md): 既存のプラグインと、その解説へのリンクが用意されています。既存のプラグインを試す際にご利用ください。


---

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