> For the complete documentation index, see [llms.txt](https://windows.help.formit.autodesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://windows.help.formit.autodesk.com/ja/plugins/how-to-develop-plugins/your-first-plugin/plugin-playground.md).

# プラグインの操作環境

## 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://windows.help.formit.autodesk.com/ja/plugins/how-to-develop-plugins/your-first-plugin/plugin-playground.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
