# 서버단 명령

서버 명령에서 아래 그림과 같이 새로운 서버 알림 명령 세트가 추가되었습니다.

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

### 알림 메시지 명령&#x20;

선택 명령은 서버 알림을 보내는 명령으로, 서버 알림의 이름을 선택하고 보낼 개체를 선택해야 합니다.

보내기 개체에는 다음이 포함됩니다.

* 모든 온라인 사용자
* 메시지를 받은 사용자
* 메시지를 받을 그룹

서버 알림에 매개변수가 있는 경우 이름을 선택하면 모든 매개변수가 나열되며 매개변수를 설정할 수 있습니다.

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

### 알림 그룹 가입 명령&#x20;

그룹 가입 명령을 사용하여 현재 사용자를 지정된 그룹에 추가하려면 그룹 이름을 설정해야 합니다. 그룹 가입 후 서버 알림 발송 시 메시지를 받을 그룹을 선택하여 알림 메시지를 정확하게 보낼 수 있습니다.

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

### 알림 그룹 나가기 명령&#x20;

알림  그룹  나가기  명령을 사용하여 현재 사용자를 지정된 그룹에서 탈퇴시킬 때 그룹 이름을 설정해야 합니다. 그룹 탈퇴 후 메시지를 수신하도록 지정된 그룹에 서버 알림을 보내면 그룹에 없는 사용자는 알림 메시지를 받을 수 없습니다.

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

### 사용자 구독 확인 알림 명령&#x20;

명령이 "사용자 구독 확인 알림 명령" 선택된 경우 지정된 사용자가 지정된 서버 알림을 구독했는지 여부를 얻기 위해 사용자 이름, 알림 이름 및 결과 매개변수 이름을 설정해야 합니다.

<figure><img src="/files/MLZX2zBgZRtZHAKMjjof" 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/forguncy-v9/command/severcmd/supportcmd/alert/server.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.
