# 서버단 명령의 매개변수

서버단 명령을 정의할 때 비즈니스 요구 사항에 따라 파라미터를 정의할지 여부를 선택할 수 있으며, 파라미터를 정의한 후 서버단 명령을 실행할 때 페이지 쪽 파라미의 값을 서버 쪽으로 전달할 수 있습니다. 서버 단 명령에 파라미터를 만든 후 명령 뒤에 있는 모든 명령을 사용하거나 업데이트할 수 있습니다. 이 파라미터는 모든 명령 실행이 완료될 때까지 항상 사용할 수 있습니다.

서버단 명령의 매개 변수 형식에는 기본 형식과 배열 형식이 포함됩니다.

* 기본 형식: 문자열, 숫자, 날짜 또는 기타 간단한 유형의 데이터
* 배열 유형: 테이블, 데이터 테이블 또는 기타 배열 형식의 데이터


---

# 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/command/severcmd/parameter.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.
