# Twoja pierwsza wtyczka

Zacznijmy od utworzenia i edytowania prostej wtyczki za pomocą środowiska Plugin Playground. Obejmuje to następujące kroki:

* Konfigurowanie środowiska [Plugin Playground](/pl/plugins/how-to-develop-plugins/your-first-plugin/plugin-playground.md)
* [Uruchamianie przykładowej wtyczki](/pl/plugins/how-to-develop-plugins/your-first-plugin/launching-the-sample-plugin.md)
* [Dodawanie własnych funkcji](/pl/plugins/how-to-develop-plugins/your-first-plugin/adding-your-own-features.md)
* [Zapisywanie pracy w serwisie GitHub](/pl/plugins/how-to-develop-plugins/your-first-plugin/saving-your-work-to-github.md)
* [Publikowanie projektu](/pl/plugins/how-to-develop-plugins/your-first-plugin/publishing-your-project.md)

![](/files/B4MdiNN8qLxYvYcoI9ht)


---

# 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/pl/plugins/how-to-develop-plugins/your-first-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.
