# 서버단 명령의 사용범위

서버단 명령을 정의할 때 필요에 따라 사용 범위를 설정할 수 있습니다. 페이지 쪽에서 직접 요청을 전송하여 이 서버단 명령을 호출하지 않으려면 개인으로 설정할 수 있으며, 개인이 설정된 후에는 페이지 쪽에서 직접 호출할 수 없으며 다른 서버단 명령에서만 호출할 수 있습니다.

## 사용 범위를 설정&#x20;

서버단 명령을 만들 때 일반 설정 탭에서 사용 범위를 설정할 수 있으며, "비공개"를 선택하면 서버단 명령이 페이지 측에서 직접 호출되지 않으며 다른 서버단 명령에서만 호출할 수 있습니다.

명령을 비공개로 설정한 후에는 명령에 대한 사용 권한을 더 이상 설정할 필요가 없습니다.

![](/files/lMMMcwGfK4RqCBU5BDwW)

서버단 명령에서 "서버 명령 호출"으로 명령을 선택하고 서버단 명령 목록에서 비공개 서버단 명령을 선택할 수 있습니다.

<figure><img src="/files/jucaYsFWyo0ssQFpxfQf" 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/command/severcmd/rangeofuse.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.
