> For the complete documentation index, see [llms.txt](https://docs.messageflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.messageflow.com/pl/kontakty/segmentacja-odbiorcow.md).

# Segmentacja odbiorców

Segmentator służy do np.:

* łączenia kilku grup w jedną nową,
* usuwania z grupy kontaktów, które znajdują się w innej grupie,
* tworzenia nowej grupy na podstawie filtrów bądź podziału procentowego.

1. Po zalogowaniu do panelu przejdź do zakładki **Kontakty -> Lista grup** i kliknij przycisk **-> Segmentacja grup**:              &#x20;

<figure><img src="https://lh7-qw.googleusercontent.com/docsz/AD_4nXf2mJsTgp4GhE4_4IceQXfgB3CWsa9aY2IRkSACMzjA_GEH_Lbl70eGNfP9TQoRsVpPvfCtVRW9JEdF2zVwLL9OsIWb_KeqBHL1HTyaL9fYaBCVe1Nss5YfNkZZAguxnV_0WPm2FGVQvsPQ1dxzOVwb_9s?key=29430_rjC6xOdADq2WVGHA" alt=""><figcaption></figcaption></figure>

2. Nazwij nowo utworzoną grupę, bądź wybierz z listy grupę już znajdującą się na koncie, na której chcesz dokonać segmentacji,
3. Wybierz  jaką operację chcesz wykonać:

<figure><img src="https://lh7-qw.googleusercontent.com/docsz/AD_4nXfu-NWzZVlnSYKDNhgLsVrke4QJIsS5TFs-bgOr5te28BAKqCMmnw-o9xI0yP_170m9r556MP6bKHbGSY98WF77LaHO9tOSMfikWXHQQg0w74Bzm3L1KksCNbIVGUg2gDjQyF2cMzHSqyRIxirEt-5NVAQ9?key=29430_rjC6xOdADq2WVGHA" alt=""><figcaption></figcaption></figure>

2. Określ parametry operacji.
3. Na poniższym przykładzie łączymy dwie grupy wcześniej zaimportowane na konto (Grupa Testowa 2 i Grupa Testowa) w nową grupę nazwaną “Nowa grupa testowa”. Dzięki tej operacji na liście grup pojawi się nowa pozycja.

<figure><img src="https://lh7-qw.googleusercontent.com/docsz/AD_4nXckSeVaP6pJX27aCMu7csKhGj-lDO7uxsSsdNdsBO0NLln2MsnbclfciVDC2C8PJeMJJLeKKN2pQE1M9LEehxLNibEqF0DPa9M0L6STiNiSspy23agLmS8frrkFVz9x-M82UF6_V01Ir6H03Z3VWmHxu_uM?key=29430_rjC6xOdADq2WVGHA" alt=""><figcaption></figcaption></figure>

<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.messageflow.com/pl/kontakty/segmentacja-odbiorcow.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.
