> For the complete documentation index, see [llms.txt](https://help.reekolect.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.reekolect.ai/reekolect-resource-center/how-reekolect-works/inbox/creating-segments.md).

# Creating Groups

### **Understanding Groups:**

Groups are an invaluable tool for executing marketing broadcast campaigns efficiently. They allow you to send messages to a selected group of customers all at once.

### **Managing Groups:**

1. **Accessing Groups:**
   * Navigate to the "Groups" tab under the inbox section.
2. **Viewing and Editing Groups:**
   * In the Groups tab, you'll see a list of all your existing groups.
   * You can edit or delete groups as needed to maintain your lists.
3. **Downloading Contacts:**
   * From the actions column, you have the option to download all contacts of a specific group. This can be useful for further analysis or targeted communication.
4. **Creating a New Group:**
   * To create a new group, click on "Create Group."\
     \\

     <figure><img src="/files/pCVYVtr7kJHNO0szqrCc" alt=""><figcaption></figcaption></figure>
   * Name your group accordingly to distinguish it from others.
   * Apply relevant filters to specify the criteria for this group.\
     \\

     <figure><img src="/files/qQ9GdsHBxUFYc1IZBRlS" alt=""><figcaption></figcaption></figure>
   * Once filters are applied, proceed with the creation process.
   * Your new group will be created and ready for use in your marketing campaigns.

That's it! You're now equipped to effectively manage your groups within the Reekolect application. Should you have any further questions or need assistance, please don't hesitate to contact our support team.


---

# 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.reekolect.ai/reekolect-resource-center/how-reekolect-works/inbox/creating-segments.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.
