# 그룹챗

## 그룹챗의 기능

* **권한 설정**\
  그룹챗 개설자(Admin)은 관리자를 지정하여 그룹챗을 공동으로 관리할 수 있습니다. \
  그룹챗의 삭제 권한은 오직 Admin에게만 부여됩니다.
* **멤버 레벨**\
  Admin은 활동유저에게 레벨을 부여할 수 있으며, 레벨별 차등 혜택을 만들 수 있습니다.
* **공지**\
  Pin 기능을 사용하여 중요한 메시지를 채널 최상단에 공지할 수 있습니다.
* **전체 푸쉬 알림**\
  Admin은 @everyone 멘션을 통해 하루에 한 번 구독자에게 중요 메시지를 전달할 수 있습니다. \
  이 기능은 구독자의 개별 알림 설정을 무시하고 메시지를 전송합니다.
* **특정 NFT/토큰 홀더 입장기능**\
  특정 NFT또는 토큰을 소유한 유저들만 입장가능하도록 설정할 수 있습니다.
* **멘션**\
  @handle을 통해서 다른 유저를 호출 할 수 있으며, 호출된 사용자에게는 푸쉬 알림이 전송됩니다.
* **비밀번호 잠금기능**\
  그룹챗은 비밀번호를 통해서 특정사용자만 접속하도록 설정 할 수 있습니다.
* **방해금지시간 설정**\
  특정 그룹챗의 방해금지 시간 설정을 통해서 업무등에 활용할 수 있습니다.

## 채널과의 연계

그룹챗은 채널 내의 하위 채팅으로 설정될 수 있으며, 대화채널에 참여자 수가 최대인 10,000명에 도달한 경우, 기존 참여자 중 누군가가 그룹챗에서 이탈 해야만 새로운 사용자가 입장할 수 있습니다.


---

# 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://wp.verylabs.io/korean/verychat/undefined-4.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.
