> For the complete documentation index, see [llms.txt](https://webingate.gitbook.io/webingate-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://webingate.gitbook.io/webingate-docs/basics/markdown/playhub/groups.md).

# Groups

The **Groups** feature allows users to create and manage communities for organizing games, events, and communication. Users can create private or public groups, invite members, schedule events, and track activity within the group.

## Groups List

The **Groups** screen displays all groups related to the user.

**Tabs:**

* **My Groups** – Groups created or joined by the user.
* **Public** – Public groups available for users to explore and join.
* **Archived** – Groups that are no longer active.
* **Others** – Additional groups that may not fall into the above categories.

**Group Card Information:**

Each group card displays:

* Group name
* Group owner
* Country indicator
* Visibility status (Public / Private)
* Total number of group members

Users can tap a group card to open the **Group Hub**.

To create a new group, tap the **"+" icon** at the top right corner.

## Create Group

The **Create Group** screen allows users to create a new group and configure its basic details.

**Fields:**

* **Group Name**\
  Enter the name of the group.
* **Description**\
  Provide a short description about the group’s purpose or activities.
* **Group Visibility**
  * **Public** – Anyone can find and join the group.
  * **Private** – Only invited members can join.
* **Active Toggle**\
  Enables or disables the group. When inactive, group activities may be restricted.

**Actions:**

* **Submit** – Creates the group with the entered details.
* **Save** – Saves the group configuration.
* **Close (X)** – Cancels the creation process.

## Group Hub

The **Group Hub** is the central dashboard for managing a specific group.

It displays the group information and provides quick access to various management features.

**Group Information:**

* Group Name
* Active / Inactive status
* Visibility (Public / Private)
* Group owner details

**Management Options:**

* **Members**\
  Add, remove, and manage group members.
* **Events**\
  Create, view, and manage events scheduled within the group.
* **Chat**\
  Communicate with group members through the group messaging feature.
* **Updates**\
  Share announcements, news, or important updates with members.
* **Stats**\
  View statistics and activity insights of group members.

{% columns %}
{% column %}

<figure><img src="/files/kINQhUXx15XT89zWHbw3" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/y796t7BX8xQ9h7MSTXQs" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

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


---

# 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, and the optional `goal` query parameter:

```
GET https://webingate.gitbook.io/webingate-docs/basics/markdown/playhub/groups.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
