# 첫 번째 플러그인

먼저 플러그인 플레이그라운드를 사용하여 간단한 플러그인을 작성하고 편집해 보겠습니다. 이러한 작업을 수행하는 단계는 다음과 같습니다.

* [플러그인 플레이그라운드](/ko/plugins/how-to-develop-plugins/your-first-plugin/plugin-playground.md) 설정
* [샘플 플러그인 시작](/ko/plugins/how-to-develop-plugins/your-first-plugin/launching-the-sample-plugin.md)
* [사용자 고유의 기능 추가](/ko/plugins/how-to-develop-plugins/your-first-plugin/adding-your-own-features.md)
* [GitHub에 작업 저장](/ko/plugins/how-to-develop-plugins/your-first-plugin/saving-your-work-to-github.md)
* [프로젝트 게시](/ko/plugins/how-to-develop-plugins/your-first-plugin/publishing-your-project.md)

![](/files/czPLxj5Mcp5OYSoLhNLX)


---

# 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/your-first-plugin.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.
