# Plugin Playground

## What is the Plugin Playground?

The Plugin Playground is an out-of-the-box feature that lets you quickly develop and test plugins in FormIt. It's a great concept-modeling environment where you can make your 3D ideas reality in no time. You don't need any additional software, so there's no need to leave the FormIt app. It comes with a sample plugin, so you don't need to set up your plugin from scratch. Simply test your code and save your project to your GitHub account, all in the Playground panel.

Here are some of the benefits of developing in the Plugin Playground:

* No additional installation required
* Develop, test, and run plugins within the FormIt desktop or web app
* Fast and easy file setup with sample code included
* Save your project to your own GitHub account
* Use the recording feature

![](/files/DRM9tGz0532EoYEMS1MY)

## Installing the Plugin Playground

You can think of the Plugin Playground as a plugin that makes plugins. This is because you install it as you would install any other plugin. Open the Plugin Manager, and you will find the Plugin Playground under the Recommended list. Use the toggle to install the Plugin Playground.

![](/files/XG4GveSwmLeLAZCleRdi)

Once it's installed, you can access the Plugin Playground through the ![](/files/CXexeArgahIkLx63bHY5) icon in the right menu.

![](/files/omTiMtjUG1PEs2ENEYEw)


---

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