> For the complete documentation index, see [llms.txt](https://docs.societallabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.societallabs.com/integrations/our-integrations/mailerlite/setting-up-groups.md).

# Setting Up Groups

Groups in Mailer Lite are individual lists you create to help organize your contacts. Using groups allows you to target your emails to a smaller list of subscribers based on their interests. Groups are often referred to as tags, lists, or audiences in other email marketing platforms. Whenever you create a form, landing page, website or schedule a campaign, you will be asked to select the target group.

When using Societal Labs, we recommend you set up a Group for every Community, whether private or public, you have in your platform. This allows you to target users based on what community they belong to.&#x20;

Of course, this isn't the only way you can use Groups but it's the one we imagine would serve you better.

Other ways you can use Groups are:

* Onboarding
* Waitlist
* Paying vs Non-Paid Customers
* Language
* Location
* Re-engage

Here are the step-by-step instructions for setting up groups in Mailer Lite:

1. Navigate to the **Subscribers** page.
2. Click on the **Groups** tab.
3. Click **Create Group**
4. Enter the name of your new group.
5. Click **Create**

<br>


---

# 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://docs.societallabs.com/integrations/our-integrations/mailerlite/setting-up-groups.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.
