# プラグインの操作環境

## Plugin Playground とは

Plugin Playground は、FormIt でプラグインをすばやく開発およびテストする機能であり、すぐに使用できます。これは、3D のアイデアをすぐに実現できる優れたコンセプトモデリング環境です。追加のソフトウェアは不要なため、FormIt アプリケーションから離れて作業を行う必要はありません。サンプル プラグインが付属しているため、プラグインを最初から設定する必要はありません。コードをテストし、プロジェクトを GitHub アカウントに保存するだけです。このすべての作業を\[Playground]パネルで行います。

Plugin Playground での開発には次のような利点があります。

* 追加のインストールが不要
* FormIt のデスクトップまたは Web アプリケーション内でプラグインを開発、テスト、実行する
* ファイル設定が高速かつ簡単で、サンプル コードが含まれている
* プロジェクトを独自の GitHub アカウントに保存する
* 記録機能を使用する

![](/files/jsOMqBhcSgoyvjOnQe8F)

## Plugin Playground をインストールする

Plugin Playground は、プラグインを作成するプラグインと考えることができます。他のプラグインと同じようにインストールするからです。Plugin Manager を開き、\[Recommended]セクションのリストで Plugin Playground を探します。切り替えスイッチを使用して、Plugin Playground をインストールします。

![](/files/Xx4sd5EShPQvkYQVNKV1)

インストールが完了したら、右側のメニューにある ![](/files/g9DXfA3NOxnsKtPKI2xx) アイコンで Plugin Playground にアクセスできます。

![](/files/lMciGh9CMqfhZXST0fWk)


---

# 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/your-first-plugin/plugin-playground.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.
