# Group Manager

{% embed url="<https://youtu.be/rDmu-kMFc2A>" %}

### **Initiating an Event Campaign:**

* Begin by clicking "+ Event Campaign" to initiate a new campaign.
* Provide a descriptive name in the "Name" input field.
* Select the associated WhatsApp account from the dropdown. Only accounts in "open" status are selectable.
* Choose the group from the dropdown. It may take a few seconds to list groups with sufficient permissions.
* Select the method of importing contacts:

  * **Custom:** Manually provide contact details as required.
  * **My Contacts:** Choose from a list of contacts previously registered within the platform. (Ensure CSV format with "number" column)

**CSV Format Example:**

```
number
+591705x111x1x
+1123x456x7890
```

* Choose the event type from the "Event" dropdown:
  * **Add Members:** Add members to the group.
  * **Remove Members:** Remove members from the group.
  * **Designate Members as Admin:** Assign members as administrators of the group.
  * **Discard Members as Admin:** Revoke administrator privileges from members.

### **Launching the Campaign:**

Click "Create Campaign" to initiate the campaign. Upon successful launch, the page will refresh, displaying all previously launched campaigns. Click the eye icon for additional details, including scheduled event times for each number.

The Group Manager feature empowers you to streamline group management tasks within WhatsApp, ensuring efficient communication and organization. Explore this functionality further within BuzzChat for enhanced group administration capabilities.


---

# 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.buzzchat.click/home/product-guides/group-manager.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.
