# 샘플 플러그인 시작

### 샘플 플러그인 실행

샘플 플러그인은 플러그인 플레이그라운드와 함께 로드됩니다. 재생 버튼을 클릭하여 플러그인을 실행합니다.

![Step 1](/files/XlxUKiuV2pyTBbO0uKjf)

이렇게 하면 숫자를 입력해야 하는 3개의 필드와 블록 작성 버튼이 있는 플러그인이 표시됩니다. 계속 진행하면서 제공된 입력 값을 기준으로 큐브를 작성하는 플러그인을 테스트합니다.

### 코드 보기 및 편집

이 플러그인의 기반이 되는 코드를 보려면 편집 버튼을 클릭합니다.

![Step2](/files/klVNNUnOSFxlOZCIZTDq)

그러면 FormIt 플러그인의 모든 기본 부분(HTML, JavaScript 및 CSS)이 포함된 대화상자가 시작됩니다.

![](/files/M47pZ7LLudJHxXSQGQAB)


---

# 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/launching-the-sample-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.
