# Příklady

V této části najdete vzorové implementace zásuvných modulů, které můžete sledovat:

* [Generování světelných řetězů](/cs/plugins/example-1/generate-string-lights.md)
* [Modul plug-in Manage Cameras](/cs/plugins/example-1/manage-cameras-plugin.md)
* [Modul plug-in Properties Plus](/cs/plugins/example-1/properties-plus-plugin.md)
* [3D Context Creator](/cs/plugins/example-1/3d-context-creator.md)

Doporučujeme také, abyste si prošli část [Komunita modulů plug-in pro aplikaci FormIt](/cs/plugins/example-1/formit-plugin-community.md), kde najdete příklady modulů plug-in od jiných vývojářů, a také pokyny týkající se odesílání a prezentace modulů plug-in pro širší komunitu aplikace FormIt.

![](/files/rRh2NkhBDho8us9FMWPC)


---

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