> 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/mobile-push.md).

# MOBILE PUSH

- [Mobile Push Overview](https://docs.messageflow.com/mobile-push/overview.md)
- [PUSH Campaigns](https://docs.messageflow.com/mobile-push/push-campaigns.md)
- [Dashboard](https://docs.messageflow.com/mobile-push/push-campaigns/dashboard.md)
- [Campaigns](https://docs.messageflow.com/mobile-push/push-campaigns/campaigns.md)
- [Creating a push campaign](https://docs.messageflow.com/mobile-push/push-campaigns/campaigns/creating-a-push-campaign.md)
- [Testing multiple campaigns](https://docs.messageflow.com/mobile-push/push-campaigns/campaigns/testing-multiple-campaigns.md)
- [Campaign report](https://docs.messageflow.com/mobile-push/push-campaigns/campaigns/campaign-report.md)
- [Booster for mobile push campaign](https://docs.messageflow.com/mobile-push/push-campaigns/campaigns/booster-for-mobile-push-campaign.md)
- [Instructions for sending a mobile push campaign with the Booster option](https://docs.messageflow.com/mobile-push/push-campaigns/campaigns/booster-for-mobile-push-campaign/instructions-for-sending-a-mobile-push-campaign-with-the-booster-option.md)
- [Reports & analytics](https://docs.messageflow.com/mobile-push/push-campaigns/campaigns/booster-for-mobile-push-campaign/reports-and-analytics.md)
- [Outgoing](https://docs.messageflow.com/mobile-push/push-campaigns/outgoing.md)
- [Segmentation](https://docs.messageflow.com/mobile-push/push-campaigns/segmentation.md)
- [PUSH API](https://docs.messageflow.com/mobile-push/push-api.md)
- [Dashboard](https://docs.messageflow.com/mobile-push/push-api/dashboard.md)
- [Outgoing](https://docs.messageflow.com/mobile-push/push-api/outgoing.md)
- [Outgoing list](https://docs.messageflow.com/mobile-push/push-api/outgoing/outgoing-list.md)
- [Export](https://docs.messageflow.com/mobile-push/push-api/outgoing/export.md)
- [Mobile Push Common settings](https://docs.messageflow.com/mobile-push/mobile-push-common-settings.md)
- [Applications](https://docs.messageflow.com/mobile-push/mobile-push-common-settings/applications.md)
- [Test contacts](https://docs.messageflow.com/mobile-push/mobile-push-common-settings/test-contacts.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 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/mobile-push.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.
