> 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/pl/plugins/how-to-develop-plugins/your-first-plugin/launching-the-sample-plugin.md).

# Uruchamianie przykładowej wtyczki

### Uruchamianie przykładowej wtyczki

Za pomocą środowiska Plugin Playground zostaje wczytana przykładowa wtyczka. Kliknij przycisk Odtwórz, aby uruchomić wtyczkę.

![Step 1](/files/kjPZ0350qBYrLO7xWO80)

Spowoduje to wyświetlenie wtyczki z 3 pozycjami liczbowych danych wejściowych i przyciskiem Create Block (Utwórz blok). Przetestuj wtyczkę, która utworzy sześcian na podstawie podanych wartości wejściowych.

### Wyświetlanie i edytowanie kodu

Aby wyświetlić kod tej wtyczki, kliknij przycisk Edytuj.

![Step2](/files/Yd4SUurJ0OlXtd2l6wZV)

Spowoduje to otwarcie okna dialogowego zawierającego wszystkie główne elementy tej wtyczki programu FormIt: kod HTML, JavaScript i CSS.

![](/files/6vkB5q2vyZJFEhQGEtvJ)


---

# 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:

```
GET https://windows.help.formit.autodesk.com/pl/plugins/how-to-develop-plugins/your-first-plugin/launching-the-sample-plugin.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.
