# 플러그인 개발 방법

FormIt은 팅커러 및 개발자가 플러그인을 개발하는 데 사용할 수 있는 유용한 도구입니다. 개발 역량 및 실행하려는 프로젝트의 복잡성에 따라 두 가지 개발 모드 중에서 선택할 수 있습니다.

* [첫 번째 플러그인](/ko/plugins/how-to-develop-plugins/your-first-plugin.md) 섹션부터 시작하는 것이 좋습니다. 첫 번째 섹션에서는 플러그인 플레이그라운드를 사용하여 간단한 플러그인을 작성하는 과정을 안내합니다.
* 보다 복잡한 프로젝트를 개발하려면 [고급 개발](/ko/plugins/how-to-develop-plugins/advanced-development.md) 섹션을 참고하는 것이 좋습니다.
* 기타 유형의 플러그인 개발에 대한 자세한 내용은 [추가 개발 옵션](/ko/plugins/how-to-develop-plugins/additional-development-options.md) 섹션을 참고하십시오.
* 문서 링크에 대해서는 [FormIt API](/ko/plugins/useful-links.md) 페이지를 참고하십시오.

![](/files/3xbDAL2BuKf9oecMnQl0)


---

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