# 插件乐园

## 什么是“插件乐园”？

“插件乐园”是一种开箱即用功能，让您可以在 FormIt 中快速开发和测试插件。这是一个绝佳的概念建模环境，在其中可以立即实现三维创意。您不需要任何其他软件，因此无需离开 FormIt 应用程序。它附带了一个样例插件，因此无需从头开始设置插件。只需测试您的代码并将项目保存到您的 GitHub 帐户，所有操作都在“乐园”面板中完成。

以下是在“插件乐园”中开发的一些优势：

* 无需安装其他软件
* 在 FormIt 桌面或 Web 应用程序中开发、测试和运行插件
* 使用包含的样例代码快速轻松地设置文件
* 将项目保存到您自己的 GitHub 帐户
* 使用录制功能

![](/files/5SdI6yA9x6FFW7jPN3gu)

## 安装“插件乐园”

可以将“插件乐园”视为一个制作插件的插件。这是因为可以像安装任何其他插件一样来安装它。打开“插件管理器”，您会在“推荐”列表下找到“插件乐园”。使用开关来安装“插件乐园”。

![](/files/MpuoOEawJsy61rGhQaUO)

完成安装后，可以通过右侧菜单的 ![](/files/feQZaDjebCKmnUpTeBBi) 图标来访问“插件乐园”。

![](/files/HaOUXPAd8R6dOi70mV9R)


---

# 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/zh-cn/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.
