# Group Chats

{% hint style="info" %}
Open Beta: Group Chats are a new feature and may cause unexpected or broken behavior.
{% endhint %}

As of the `v0.2.1` release, Vector introduced end-to-end encrypted group chats by utilizing Messaging Layer Security (MLS) and Marmot Protocol. Vector Group Chats allow up to `100` members to join, with one creator that has administrative permissions to add and remove (kick/ban) members.

<figure><img src="/files/tU8xDuxay2mLMMNbYAlb" alt="" width="563"><figcaption></figcaption></figure>

***

## Creating a Group Chat

<figure><img src="/files/hnt3nFTRUznXH7LiiwEi" alt="" width="288"><figcaption><p>Group Chat Creation Demo</p></figcaption></figure>

{% stepper %}
{% step %}

### Click Group Chat Button

Click on the "Chat" Tab, Navigate to the top right to click "Group Chat".
{% endstep %}

{% step %}

### Create a Group Name

Type in a desired Group Chat name. It can be changed at a later time.
{% endstep %}

{% step %}

### Select Users to Add

Scroll down your contacts list to add or search their username. Select desired users.
{% endstep %}

{% step %}

### Click Create

Click the "Create" button and enjoy your new private Group Chat.
{% endstep %}
{% endstepper %}

***

## Adding/Removing Members

<figure><img src="/files/dVoQnJqeRe8zexPJQMpG" alt="" width="286"><figcaption></figcaption></figure>

### Adding Members

In order to add new members to the pre-existing Group Chat, you must be the creator or administrator. This is marked with a small <i class="fa-crown">:crown:</i> Crown icon next to the Group Chat creator's name. Click on the Group Chat name and it will take you to the Group Chat Profile where you can click the "Invite Member" to search through your contacts and add a new member to the Group Chat.

### Removing Members

Navigate to the Group Chat Profile by clicking on the Group Chat name at the top navigation bar. You will be given a list of all members, along with a search bar to easily locate members you wish to Kick/Ban. The current terminology used, as of `v0.2.2` , is "Kick" although it functions more as a permanent ban. Use this feature wisely for the time being and expect in future updates it will be more polished and clear.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://vector-privacy.gitbook.io/vector-privacy/vector-messenger/features/group-chats.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.
