> 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/launching-the-sample-plugin.md).

# サンプル プラグインを起動する

### サンプル プラグインを実行する

サンプル プラグインは Plugin Playground と一緒にロードされています。\[Play]ボタンをクリックしてプラグインを実行します。

![Step 1](https://1042687263-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi2QoKYmxiErmbCIxIwlZ%2Fuploads%2Fgit-blob-c378e835dfd57176336cceee77a37001a875ee23%2Frun%20a%20plugin.png?alt=media)

3 つの数値入力と\[Create Block]ボタンのあるプラグインが表示されます。そのままプラグインをテストすると、指定された入力値に基づいて立方体が作成されます。

### コードを表示および編集する

このプラグインを動かすコードを確認する場合は、\[Edit]ボタンをクリックします。

![Step2](https://1042687263-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi2QoKYmxiErmbCIxIwlZ%2Fuploads%2Fgit-blob-174b164d86d2934bd53316209ec7fcb6d38a5584%2Fedit%20a%20plugin.png?alt=media)

HTML、JavaScript、CSS など、FormIt プラグインの主要部分をすべて含むダイアログが起動します。

![](https://1042687263-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi2QoKYmxiErmbCIxIwlZ%2Fuploads%2Fgit-blob-fd371f3cc9a1af386e5caccba623d6dc98e3146b%2F02-view%20and%20edit%20playground%20code.gif?alt=media)
