# Group Chat

&#x20;

<div align="center" data-full-width="false"><figure><img src="/files/Hhnw6PS1WB1mkAnULOQf" alt="" width="375"><figcaption></figcaption></figure></div>

The Group Chat UIKit is designed to provide a complete solution for multi-user conversations within your application. It offers rich functionality for group creation, member management, and interactive messaging experiences. This component is ideal for building community spaces, team channels, or any feature requiring conversations among multiple participants.

### Key Features

* **Group Management**: Create, edit, and customize group chats with avatars, names, and privacy settings.
* **Member Controls**: Add, remove, ban, and manage member permissions with role-based access control (moderators vs. regular members).
* **Rich Messaging**: Send and receive text messages, images, videos, and files within group conversations.
* **Interactive Elements**: React to messages, reply in threads, and edit/delete your own messages.
* **Notification Management**: Configure group-level and personal notification preferences.
* **Moderation Tools**: Moderators can control who can post messages, ban disruptive users, and manage reported content.


---

# 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://docs.social.plus/social-plus-uikit/uikit-4/chat/group-chat.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.
