> 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/es/plugins/how-to-develop-plugins/your-first-plugin/plugin-playground.md).

# Plugin Playground

## ¿Qué es Plugin Playground?

Plugin Playground es una función predefinida que permite desarrollar y probar rápidamente módulos de extensión en FormIt. Es un excelente entorno de modelado conceptual en el que puede dar vida a sus ideas 3D en poco tiempo. No necesita ningún software adicional, por lo que no es necesario salir de la aplicación FormIt. Incluye un módulo de extensión de ejemplo, por lo que no es necesario configurar el módulo de extensión desde cero. Solo tiene que probar el código y guardar el proyecto en la cuenta de GitHub, todo desde el panel de Plugin Playground.

A continuación, se indican algunas de las ventajas de desarrollar módulos de extensión en Plugin Playground:

* No se requiere instalación adicional.
* Desarrolle, pruebe y ejecute módulos de extensión en la aplicación web o de escritorio de FormIt.
* Configuración rápida y sencilla de archivos con código de ejemplo incluido.
* Guarde el proyecto en su propia cuenta de GitHub.
* Utilice la función de grabación.

![](/files/hZhliXPeKcUYNt6OYDxe)

## Instalación de Plugin Playground

Puede considerar Plugin Playground como un módulo de extensión que crea módulos de extensión. Esto se debe a que se instala como lo haría cualquier otro módulo de extensión. Abra Plugin Manager; encontrará Plugin Playground en la lista de módulos de extensión recomendados. Utilice el conmutador para instalar Plugin Playground.

![](/files/Augugd1YEwAB2QRR64hm)

Una vez que se haya instalado, puede acceder a Plugin Playground a través del icono ![](/files/4oRZSYCt7JjoIK3Qu1q9) en el menú de la derecha.

![](/files/064ZW5VBvuo1eqL74Aq1)


---

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