# Create Things Group

**Things Groups** contain several Things that can be associated to each other in various ways. For example, a group may contain Gas Meters, Water Meters, or Mobile Phones that belong to a specific department in an enterprise. Each group has different definitions such as Network, Security, Authorized Access, Alerts, etc. All settings apply to all devices within the Things Group.

### Step 1 – Access the Advanced Console

1. Log in to the Monogoto Hub.
2. Click the blue “Advanced Console” button in the upper-right corner.

<figure><img src="/files/3383fHB4wc1zgAlKZaHR" alt=""><figcaption></figcaption></figure>

### Step 2 – Navigate to Groups

1. In the left-hand menu, select “Things Group.”
2. Click “Add New Group” in the top-right corner.

<figure><img src="/files/eluUB10JKoFeXI0Q28OK" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/cxqgfMJJoRMgqa1HLpGo" alt=""><figcaption></figcaption></figure>

### Step 3 – Define Group Details

On the group creation page:

* Group Name: Enter a clear, descriptive name (e.g. project name or customer name).
* Description (optional): Add any relevant notes about the purpose of this group.

<figure><img src="/files/YcCXh6aSyyeBmAZbFdDx" alt=""><figcaption></figcaption></figure>

### Step 4 – Required Group Settings

✅ Telephony Profile (Mandatory)

* You must select a Telephony Profile to proceed.
* This defines the SIM capabilities (voice/SMS/data) and network rules.

<figure><img src="/files/4Iav9OqSYXHIwOBwPds0" alt=""><figcaption></figcaption></figure>

🌐 Networks & APNs (Critical Setting)

* Under Networks, select the APNs for this group.
* go.mono APN must be included and set as Default.
* If go.mono APN is not selected, devices in this group will not connect to the network.
* You may also add partner APNs (e.g., for fallback scenarios), but go.mono APN is required.

<figure><img src="/files/kbMDzvJAeQwu1k18WYkP" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/wVidNuAfpv6D1107VZu2" alt=""><figcaption></figcaption></figure>

### Step 5 – Save & Close

* Select Save & Close to complete the creation of the new Thing Group.

### Step 6 – Group Policy Considerations

Be cautious when moving SIMs into a new group, especially production devices:

* APN Differences: If a device was using a partner APN, and it is not included in the new group, it may lose connectivity.
* Roaming / Carrier Overrides: If you’ve customized carrier blocks or roaming policies, moving SIMs may cause them to attach to different networks—or fail to attach at all.

### Recommended Best Practice – Test First

Before moving a large number of devices:

* Move one test SIM into the new group.
* Confirm it connects successfully

{% embed url="<https://youtu.be/6zVFMbiN6XU>" %}
How to Create a Ting Group
{% endembed %}


---

# 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.monogoto.io/advanced-console/things-groups/create-things-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.
