# Group Module

## Overview

The Group module is suitable for building a communication group that involves multi-directional interaction among a large number of users. It can connect users with different network protocols, and there is no limit to the number of users that can be connected.

It is well-suited for sending and receiving real-time messages among a large number of participants.

However, since there is no limit on the number of participants, if implemented in a way that a large number of users are sending data frequently, there is a possibility of unintentionally increasing the load on both the server and the clients.

Additionally, due to the Group module's nature of facilitating communication among a large number of users via inter-server communication, the round-trip time (RTT) tends to be higher compared to the Room module, which operates within the same server.


---

# 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://help.diarkis.io/en/diarkis-modules/group.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.
