# 예제

이 섹션에서는 다음과 같은 샘플 플러그인 구현을 확인할 수 있습니다.

* [스트링 조명 생성](/ko/plugins/example-1/generate-string-lights.md)
* [카메라 플러그인 관리](/ko/plugins/example-1/manage-cameras-plugin.md)
* [특성 더하기 플러그인](/ko/plugins/example-1/properties-plus-plugin.md)
* [3D Context Generator](/ko/plugins/example-1/3d-context-creator.md)

또한 [FormIt 플러그인 커뮤니티](/ko/plugins/example-1/formit-plugin-community.md) 섹션을 확인하는 것이 좋습니다. 이 섹션에서는 다른 개발자의 플러그인 예제와 방대한 FormIt 커뮤니티에 플러그인을 제출하고 소개하는 방법에 대한 지침을 확인할 수 있습니다.

![](/files/4bYdOAlKrkAKjGUcjFZz)


---

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