# 서버알림&#x20;

프런트엔드와 백엔드 인스턴트 통신 문제를 해결하기 위해 포건시수준의 로우 코드 개발 플랫폼은 서버단 알림(WebSocket) 메커니즘을 도입하여 효율적인 메시지 전달을 달성합니다.

서버 측 알림을 통해 워크플로 사이트의 정보 알림, 채팅 시스템의 인스턴트 메시징, 온라인 고객 서비스 및 목록 데이터의 활성 업데이트를 실현할 수 있습니다. 동시에 외부 타사 WebSocket과 통신하여 시스템의 데이터 수신 및 서비스 기능을 확장할 수도 있습니다.

<figure><img src="/files/vXzpLzTjPKeGAusQRI2D" 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/supportcmd/alert.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.
