> For the complete documentation index, see [llms.txt](https://windows.help.formit.autodesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://windows.help.formit.autodesk.com/ko/plugins/how-to-develop-plugins/advanced-development.md).

# 고급 개발

이전 섹션에서는 플러그인 플레이그라운드에서 [간단한 플러그인을 빌드](/ko/plugins/how-to-develop-plugins/your-first-plugin.md)하면서 플러그인 개발에 대한 기본 사항을 살펴보았습니다. 이 섹션에서는 외부 IDE를 사용하는 고급 개발 모드에 대해 더욱 자세히 살펴보겠습니다.

![](/files/q9mOeES5gYArRIZlXYdc)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/advanced-development.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.
