# Przykłady

W tej sekcji znajdują się przykładowe implementacje wtyczek, które można prześledzić:

* [Generate String Lights (Generuj ciągi świateł)](/pl/plugins/example-1/generate-string-lights.md)
* [Wtyczka Manage Cameras (Zarządzaj kamerami)](/pl/plugins/example-1/manage-cameras-plugin.md)
* [Wtyczka Properties Plus (Właściwości Plus)](/pl/plugins/example-1/properties-plus-plugin.md)
* [3D Context Generator (Generator kontekstu 3D)](/pl/plugins/example-1/3d-context-creator.md)

Zalecamy również zapoznanie się z sekcją [Społeczność poświęcona wtyczkom programu FormIt](/pl/plugins/example-1/formit-plugin-community.md), w której można znaleźć przykłady wtyczek od innych programistów, jak również wskazówki dotyczące przesyłania i prezentowania wtyczek dla szerszej społeczności programu FormIt.

![](/files/4PnsKaGFCW9XPK4xrVvi)


---

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