> For the complete documentation index, see [llms.txt](https://help.aglive.com/aglive/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aglive.com/aglive/archived/work-with-groups-mobs/existing-group.md).

# Manage an Existing Group

### Aim

‌Select an existing group and add data to the entire group.

### Benefits

Work with a group that has already been created so your treatment, traits, and joining records can be updated for all the members of the group with just one entry instead of an individual entry for each animal, plant or item.

### Steps

* Add
* Remove
* Delete
* Share

{% tabs %}
{% tab title="Add items to Group" %}

#### Camera Scan

| Steps | Action                                                |
| ----- | ----------------------------------------------------- |
| 1     | On the **Welcome** homepage, click **Activity**       |
| 2     | Click **Group Selection**                             |
| 3     | Make sure the **Existing Group** tab is selected      |
| 4     | Select group to edit                                  |
| 5     | Click **Edit**                                        |
| 6     | Click **Add Items**                                   |
| 7     | Enter **Number of Items**                             |
| 8     | Under Scan Option, select **Camera Scan**             |
| 9     | Click **Start**                                       |
| 10    | Camera will be activated to scan the QR code          |
| 11    | A progress bar indicates when each scan is successful |
| 12    | Click **Save**                                        |
| 13    | A **"Saved"** popup will display. Click **Close**     |

#### Bluetooth

| Steps        | Action                                                       |
| ------------ | ------------------------------------------------------------ |
| 1            | On the **Welcome** homepage, click **Activity**              |
| 2            | Click **Group Selection**                                    |
| 3            | Make sure the **Existing Group** tab is selected             |
| 4            | Select group to edit                                         |
| 5            | Click **Edit**                                               |
| 6            | Click **Add Items**                                          |
| 7            | Enter **Number of Items**                                    |
| 8            | Under Scan Option, select **Bluetooth**                      |
| 9            | Click **Start**                                              |
| 10           | Select bluetooth device to pair and connect                  |
| 11           | Once connected, **"Bluetooth Connected"** popup will display |
| 12           | Click **Start Scanning**                                     |
| 13           | A progress bar indicates when each scan is successful        |
| 14           | Click **Save**                                               |
| 15           | A **"Saved"** popup will display. Click **Close**            |
| {% endtab %} |                                                              |

{% tab title="Remove Items from Group" %}

#### Camera Scan

| Steps | Action                                                |
| ----- | ----------------------------------------------------- |
| 1     | On the **Welcome** homepage, click **Activity**       |
| 2     | Click **Group Selection**                             |
| 3     | Make sure the **Existing Group** tab is selected      |
| 4     | Select group to edit                                  |
| 5     | Click **Edit**                                        |
| 6     | Click **Remove Items**                                |
| 7     | Enter **Number of Items**                             |
| 8     | Under Scan Option, select **Camera Scan**             |
| 9     | Click **Start**                                       |
| 10    | Camera will be activated to scan the QR code          |
| 11    | A progress bar indicates when each scan is successful |
| 12    | Click **Save**                                        |
| 13    | A **"Saved"** popup will display. Click **Close**     |

#### Bluetooth

| Steps        | Action                                                       |
| ------------ | ------------------------------------------------------------ |
| 1            | On the **Welcome** homepage, click **Activity**              |
| 2            | Click **Group Selection**                                    |
| 3            | Make sure the **Existing Group** tab is selected             |
| 4            | Select group to edit                                         |
| 5            | Click **Edit**                                               |
| 6            | Click **Remove Items**                                       |
| 7            | Enter **Number of Items**                                    |
| 8            | Under Scan Option, select **Bluetooth**                      |
| 9            | Click **Start**                                              |
| 10           | Select bluetooth device to pair and connect                  |
| 11           | Once connected, **"Bluetooth Connected"** popup will display |
| 12           | Click **Start Scanning**                                     |
| 13           | A progress bar indicates when each scan is successful        |
| 14           | Click **Save**                                               |
| 15           | A **"Saved"** popup will display. Click **Close**            |
| {% endtab %} |                                                              |

{% tab title="Delete Group" %}

| Steps         | Action                                                  |
| ------------- | ------------------------------------------------------- |
| 1             | On the **Welcome** homepage, click **Activity**         |
| 2             | Click **Group Selection**                               |
| 3             | Make sure the **Existing Group** tab is selected        |
| 4             | Select group to edit                                    |
| 5             | Click **Edit**                                          |
| 6             | Click **Delete Group**                                  |
| 7             | A **"Delete Group?"** popup will display. Click **Yes** |
| 8             | A **"Deleted"** popup will display. Click **Close**     |
| {% endtab %}  |                                                         |
| {% endtabs %} |                                                         |


---

# 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://help.aglive.com/aglive/archived/work-with-groups-mobs/existing-group.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.
