# Примеры

В этом разделе содержатся примеры реализации подключаемых модулей.

* [Создание гирлянд](/ru/plugins/example-1/generate-string-lights.md)
* [Подключаемый модуль Manage Cameras](/ru/plugins/example-1/manage-cameras-plugin.md)
* [Подключаемый модуль Properties Plus](/ru/plugins/example-1/properties-plus-plugin.md)
* [Генератор 3D-контекста](/ru/plugins/example-1/3d-context-creator.md)

Также рекомендуем ознакомиться с разделом [Сообщество пользователей подключаемых модулей FormIt](/ru/plugins/example-1/formit-plugin-community.md), где приведены примеры подключаемых модулей других разработчиков, а также рекомендации по отправке и демонстрации подключаемых модулей для более широкого сообщества FormIt.

![](/files/TGjxabsN8R3eubuXDwUf)


---

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