# 서버단 명령

포건시는 서버단 명령을 정의한 후 페이지에 계산 논리를 배치하는 대신 서버 쪽에서 실행되는 서버 쪽 명령을 정의할 수 있도록 지원합니다. 이렇게 하면 동적 데이터 수집 및 계산의 논리를 더 잘 수행할 수 있습니다.


---

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