# REST API

- [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)


---

# Agent Instructions: 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:

```
GET https://push-help.sare.pl/api.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.
