# Create a Group 📲

A group in Keet is a space for secure communication where you can chat, make calls, and share files.&#x20;

You can create and join as many groups as you want. They can be [completely private](/file-sharing-and-messages/personal-group.md), for a small company, family or friends, or they can grow into a large and vibrant community with thousands of members. 💫

{% hint style="success" %}
Keet uses peer-to-peer (P2P) messaging, which means your data travels directly between users. \
No servers, no middlemen.
{% endhint %}

***

### How do I start a chat in Keet?

Create a group and invite members. Here's how:

{% tabs %}
{% tab title="Desktop" %}

1. Click '**Start chat**' \[📝] button:<br>

   <figure><img src="/files/6JatDg6vCu0aLcryZAiJ" alt="" width="398"><figcaption></figcaption></figure>
2. Select '**New group chat**' : <br>

   <figure><img src="/files/oM9qLt4aKEFm2xQt3Ivd" alt="" width="322"><figcaption></figcaption></figure>
3. Enter a group name and optionally add a description and an avatar: <br>

   <figure><img src="/files/Uw5sCaWqrDV2r1cTh0Z3" alt="" width="436"><figcaption></figcaption></figure>
4. Click '**Create group chat**'.
   {% endtab %}

{% tab title="Mobile" %}

1. Tap '**Start chat**' \[📝] button:

   <figure><img src="/files/iTBgPAc6OxyOYCl9LIxz" alt="" width="375"><figcaption></figcaption></figure>
2. Select '**New group chat**' :&#x20;

<figure><img src="/files/55E8N0EwICFrWKJvUXy9" alt="" width="288"><figcaption></figcaption></figure>

3. Enter group chat name, description (optional):

<figure><img src="/files/iR6wA6aRHpNCYwneFgfq" alt="" width="288"><figcaption></figcaption></figure>

4. Click '**Create group chat**'. \
   You can also set a group chat avatar now.
   {% endtab %}
   {% endtabs %}

The group will appear on the chat list, and you will be the <mark style="color:$success;">**Administrator**</mark>.&#x20;

<figure><img src="/files/hS44A8Y7gYHF2Rj8CXwr" alt="" width="375"><figcaption></figcaption></figure>

Now you can invite peers to [join your group](/keet-groups/joining-groups.md#joining-with-an-invite-link).

***

### Group Settings

As a group administrator, you control the content and activity within your group. You can manage permissions for calls, messages, links, and file sharing — all settings can be changed at any time.

To access these options, open your group and go to **Group Options / Group Settings**.

Here you can:

* **Enable messages** \
  Toggle the ability for <mark style="color:$info;">Peers</mark> to send text messages and files. <mark style="color:$success;">Admins</mark> and <mark style="color:violet;">Moderators</mark> can still post.
* **Show group activity**\
  Toggle system messages in the chat, such as when users join or leave the group, or when the group name changes.
* **Enable link sharing**\
  Disable this to prevent members from sending or forwarding messages that contain links <mark style="color:orange;">for all group members</mark>.
* **Enable file sharing**\
  Disable this to restrict sending and forwarding of files, media, and voice messages <mark style="color:orange;">for all group members</mark>.
* **Enable calls** \
  Toggle the ability to make calls. Disable this to turn off calling <mark style="color:orange;">for all group members</mark>.

<div><figure><img src="/files/7v4fGijXgyq0FcyT7Bm3" alt="" width="386"><figcaption></figcaption></figure> <figure><img src="/files/u5pVS6THNWOgrtZLp6l2" alt="" width="394"><figcaption></figcaption></figure></div>

***

### How to create a broadcast feed and invite subscribers?

You can create a **read-only group chat (channel)** where only you and selected moderators can post, and then invite as many members as you like.

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

{% hint style="info" %}
Learn more about [member roles](/keet-groups/group-member-roles.md).
{% endhint %}

When setting up the group, toggle '**Broadcast Feed'** to make it a read-only channel:

{% tabs %}
{% tab title="Desktop" %}

<figure><img src="/files/WIXEGi92BVS30atR55Fu" alt="" width="436"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Mobile" %}

<figure><img src="/files/pRj5J0qpB6r6aHnXUbG5" alt="" width="288"><figcaption></figcaption></figure>

{% endtab %}
{% endtabs %}

### How big a public group could be?

There’s no limit to the number of peers a group can have.\
For example, our public [**Keet Welcome**](/community-and-support.md#pear-community-room) group has over **20,000 members**, and the [**Keet News**](/keet-groups/groups-to-join.md#official-broadcast-rooms) broadcast feed has more than **52,000 peers**.

***

{% hint style="success" %}
🎉 Jump into Keet today! Start chat, invite friends, and keep the conversation flowing.
{% endhint %}


---

# 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://support.keet.io/keet-groups/create-a-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.
