# 명령유형 플러그인

명령유형 플러그인은 명령 창에서 설정이 가능합니다. 명령에 대한 자세한 사용 방법은 [명령](/v7/command/command.md)에서 확인할 수 있습니다.  명령유형 플러그인에 대한 사용방법은 아래 예제를 확인하시면 됩니다.

1. 버튼을 생성한 후, 버튼을 클릭하고 "명령 편집"을 선택합니다.&#x20;

<figure><img src="/files/Aes3raLG47Dk4DVF8j25" alt=""><figcaption></figcaption></figure>

2\. 명령창을 열고, 명령선택에서 명령유형 플러그인 "리스트뷰 새로고침 명령"을 선택합니다.

<figure><img src="/files/Q41loDfZEtb7pTZtvP2m" alt=""><figcaption></figcaption></figure>

3\. 실행한 후, "리스트뷰 새로고침" 버튼을 클릭하면 리스트뷰가 새로고침되는 것을 확인할 수 있습니다.&#x20;

<figure><img src="/files/Xsl1ULDJp6khgBEhnEXy" alt=""><figcaption></figcaption></figure>


---

# 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://doc.forguncy.co.kr/v7/plugin/useplugin/commandtype.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.
