# SAREpush

## SAREpush

- [INTRODUCTION](https://push-help.sare.pl/master.md)
- [Platform Support](https://push-help.sare.pl/platform-support.md): All major browsers support Web Push. Android devices may also receive Web Push notifications.
- [Installing library on website](https://push-help.sare.pl/installation/how-to-install-library-on-a-website.md): The following steps describe how to install SAREpush on your website.
- [Installing library through GTM](https://push-help.sare.pl/installation/how-to-install-library-through-google-tag-manager.md)
- [Tagging a subscriber using library](https://push-help.sare.pl/installation/how-to-tag-a-user-using-library-on-a-website.md): The following steps describe how to manage tags in website using library.
- [Preview subscriber's tags in our platform.](https://push-help.sare.pl/installation/how-to-view-subscribers-tags-in-our-platform..md)
- [Sending shopping cart events using library](https://push-help.sare.pl/installation/sending-shopping-cart-events-using-library.md): The following steps describe how to send cart events in website using library.
- [Introduction](https://push-help.sare.pl/api/introduction-to-api.md): The following steps describe how to use our REST API
- [Retrieving a list of websites](https://push-help.sare.pl/api/retrieving-a-list-of-websites.md)
- [Retrieving JS code for specific website](https://push-help.sare.pl/api/retrieving-js-code-for-specific-website.md)
- [Creating campaign to all subscribers](https://push-help.sare.pl/api/create-campaign-to-all-subscribers.md)
- [Creating campaign to particular locations](https://push-help.sare.pl/api/creating-campaign-to-particular-locations.md)
- [Creating campaign to particular tags](https://push-help.sare.pl/api/create-campaign-to-particular-tags.md)
- [Creating campaign to particular segments](https://push-help.sare.pl/api/create-campaign-to-particular-segments.md)
- [Sending message to specific subscriber](https://push-help.sare.pl/api/sending-message-to-specific-subscriber.md)
- [Sending message to test subscribers](https://push-help.sare.pl/api/send-message-to-test-segment.md)
- [Retrieving a list of segments](https://push-help.sare.pl/api/retrieving-a-list-of-segments.md)
- [Retrieving a list of locations](https://push-help.sare.pl/api/retrieving-a-list-of-locations.md)
- [Retrieving a list of tags](https://push-help.sare.pl/api/retrieving-a-list-of-tags.md)
- [Retrieving a list of subscribers](https://push-help.sare.pl/api/retrieving-a-list-of-subscribers.md)
- [Installing WordPress plugin](https://push-help.sare.pl/plugins/wordpress-integration-plugin.md)
- [Delivery automation](https://push-help.sare.pl/campaigns/automation.md): Use triggers, conditions and actions to create a custom automation. E.g. send a few minutes after a subscriber leave the website.
- [Welcome notification](https://push-help.sare.pl/campaigns/automation/welcome-notification.md)
- [When leave website](https://push-help.sare.pl/campaigns/automation/when-leave-website.md)
- [When visit specific web page](https://push-help.sare.pl/campaigns/automation/when-visit-specific-page.md)
- [When spend X time on specific web page](https://push-help.sare.pl/campaigns/automation/when-spend-x-time-on-specific-page.md)
- [Delivery to audience](https://push-help.sare.pl/campaigns/audience.md): Sendflow offers many sending methods to different subscribers.
- [Send to all subscribers](https://push-help.sare.pl/campaigns/audience/to-all-subscribers.md): In the following sections describe how send campaigns to all subscribers.
- [Send to particular segments](https://push-help.sare.pl/campaigns/audience/sending-to-particular-segments.md): In the following sections describe how send campaigns to particular segments.
- [Send to particular tags](https://push-help.sare.pl/campaigns/audience/sending-to-particular-tags.md): In the following sections describe how send campaigns to particular tags.
- [Send to test segment](https://push-help.sare.pl/campaigns/audience/test-messages.md): In the following sections describe the how to sending web push notifications to test subscribers.
- [Delivery scheduling](https://push-help.sare.pl/campaigns/delivery-scheduling.md)
- [Send at a particular time](https://push-help.sare.pl/campaigns/delivery-scheduling/send-at-a-particular-time.md)
- [Sent recurring](https://push-help.sare.pl/campaigns/delivery-scheduling/sent-recurring.md)
- [Message personalization](https://push-help.sare.pl/campaigns/personalization.md): In the following sections describe message personalization.
- [Message preview](https://push-help.sare.pl/campaigns/message-preview.md): In the following sections describe message preview.
- [Message time to live](https://push-help.sare.pl/campaigns/message-time-to-live.md): In the following sections describe what is time to live (TTL)
- [Images and icons](https://push-help.sare.pl/campaigns/sending-with-images-icons-and-badges.md): In the following sections describe the best practices for sending web push notifications that include images and icons.
- [User Management](https://push-help.sare.pl/user-management/user-management.md): You can allow access to multiple members for your SAREpush account, each with their own login and password along with an access level.
- [Permission table](https://push-help.sare.pl/user-management/permission-table.md)
- [What is XML Product Feed?](https://push-help.sare.pl/product-feed/what-is-xml-product-feed.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://push-help.sare.pl/master.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.
