# MapHubs Groups

## What is a Group?

Groups in MapHubs help you organize layers, maps, and hubs based on teams or project. How you organize your content is completely up to you, you can create as few or as many groups as you want.&#x20;

A group has members that can collaboratively edit the content of the group. Group administrators can add/remove members of the groups and edit group attributes like the name, description, and image/logo.

{% hint style="danger" %}
Groups do not limit who can **view** the content in the group, only who can **edit** that content. MapHubs can be configured as a private invite-only site if you need to restrict who can view content. [Contact us](mailto:support@maphubs.com) for more information
{% endhint %}

## Create a Group

**To create a group**

1. Click *Explore* then *Groups* from the top of the page, or click on your user name in the top right of the page and then click *My Groups*
2. Click the new group button in the bottom right of the page

#### Choose a Group ID

The group id is a unique name used to identify your group, think of it like a user name for your group. It is used to identify content from the group in MapHubs.

{% hint style="warning" %}
It is not possible to change the group ID, however you can make as many groups as you want with different IDs
{% endhint %}

#### Enter a Group Name

Enter a short descriptive name for the group

#### Enter a Description

Enter a description for the group, this will display on the group profile page.

#### Enter a Location

Enter the location of the group data, this will display on the group profile page and helps users understand where in the world the group's content is focused.

#### Upload a Group Image/Logo

Uploading a photo is optional but recommended. The logo is converted to an icon that displays on group content to help you stay organized.

## Managing Groups

To manage a group click the menu in the bottom right of the Group page, then choose the *Manage* option. You must be a group administrator to manage a group.

![Choose the Manage Group option from the menu button on the group page](/files/-LCdwE6mVRnJ1uIcz5f6)

### Adding Group Members

{% hint style="warning" %}
To add a member they must first be a member of the site, and you will need to know their user name
{% endhint %}

Beginning typing their user name, and choose it from the list of options. Optionally click the toggle to make them an administrator.&#x20;

The user will receive an email notifying them that they have been added to the group.

![Group Members](/files/-LCdwUnGlVba-WYxgtNd)

### Removing Group Members

Click the remove icon next to the user's name to remove them from the group. They will no longer have permission to edit content in group, including content they created.

![Removing Group Members](/files/-LCdwblD2zeRH2cUCdCs)

### Deleting the Group

From the menu in the bottom right of the page, choose the *Delete* option

{% hint style="danger" %}
To delete a group you must first delete all of its content. Deleting a group cannot be undone.&#x20;
{% endhint %}

{% hint style="info" %}
Site administrators can reassign layers to a different group via the *Admin* tab on the management page for a layer
{% 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://help.maphubs.com/getting-started/groups.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.
