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

# Plugin Playground

## Was ist Plugin Playground?

Plugin Playground ist eine sofort einsatzfähige Funktion, mit der Sie schnell Plugins in FormIt entwickeln und testen können. Es handelt sich um eine großartige Umgebung für die Konzeptmodellierung, in der Sie Ihre 3D-Ideen im Handumdrehen in die Realität umsetzen können. Sie benötigen keine zusätzliche Software, daher müssen Sie die FormIt-App nicht verlassen. Sie enthält ein Beispiel-Plugin, sodass Sie das Plugin nicht von Grund auf neu erstellen müssen. Testen Sie einfach Ihren Code, und speichern Sie Ihr Projekt in Ihrem GitHub-Konto, alles in der Gruppe Playground.

Hier sind einige der Vorteile der Entwicklung in Plugin Playground:

* Keine zusätzliche Installation erforderlich
* Entwickeln, Testen und Ausführen von Plugins in der FormIt Desktop- oder Web-App
* Schnelle und einfache Dateieinrichtung mit enthaltenem Beispielcode
* Speichern Ihres Projekts in Ihrem eigenen GitHub-Konto
* Verwenden der Aufzeichnungsfunktion

![](/files/ErZSxFyAb89Dzt6M2fLL)

## Installieren von Plugin Playground

Sie können sich Plugin Playground als Plugin vorstellen, mit dem Plugins erstellt werden. Dies liegt daran, dass Sie es wie jedes andere Plugin installieren. Öffnen Sie den Plugin Manager. Dort finden Sie Plugin Playground unter der Liste der empfohlenen Plugins. Verwenden Sie den Schalter, um Plugin Playground zu installieren.

![](/files/MS6PRHTzv0GRrPXbnBj7)

Nach der Installation können Sie über das Symbol ![](/files/cKdWoTdpmw2QSMq0GT44) im rechten Menü auf Plugin Playground zugreifen.

![](/files/FeHZ8HXCsig1jkgzm52B)


---

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