> For the complete documentation index, see [llms.txt](https://push-help.sare.pl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://push-help.sare.pl/campaigns/audience/sending-to-particular-segments.md).

# Send to particular segments

You can create custom segments in order to filter your audience when you send the campaigns. You can choose multiple conditions to create a segment (e.g. systems, browsers, devices, countries, sessions count, last visit, subscription date, sent messages count, delivered messages count, clicked messages count).

By default, every website has two built-in segments: **All subscribers** and **Test subscribers.**

1. Go to SAREpush platform
2. Go to **Subscribers** section
3. Click **Create segment** in top right corner

![](/files/-Ln8Qmn1FFj1VFNJAKJD)

After you have created a segment, you can see the number of subscribers included in that segment in bottom of modal.

{% hint style="info" %}
When you choose multiple conditions to create a segment then AND operator is used.
{% endhint %}

{% hint style="info" %}
If a segment has no filters added, the segment will contain all subscribers.
{% endhint %}

When creating the campaign you can send to all your subscribers or select the segments that interest you. That give you the ability to target subscribers with more personalized and more engaging web push notifications.

![](/files/-Ln8QP8y8OzqE5hTQUCT)

{% hint style="info" %}
If one subscriber is in many segments in sending moment, we ensure that the notification will be delivered only once.
{% endhint %}


---

# 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://push-help.sare.pl/campaigns/audience/sending-to-particular-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.
