# Demo apps

**PushExpress -- Quckstart Demo apps**

1. [Log in to a separate account with demo apps.](https://app.push.express/auth/?logout\&type=testapp)
2. [Download the Android](https://app.push.express/template/include/app.apk), [PWA](https://demo-sdk.push.express/js/), or iOS (coming soon) app to your device.
3. Get accostomed with event statuses.

<div align="center"><img src="/files/4Px8jzENYIPLClaTYEbX" alt="" width="800"></div>

4. Enjoy your welcome push triggered by [Auto-push.](https://app.push.express/push/conversions/)

<div align="center"><img src="/files/yyVisEt7RIcsPWPoW3SY" alt="" width="800"></div>

5. [Confirm](https://app.push.express/analytics/devices/) your freshly installed device appeared in the list of devices.

<div align="center"><img src="/files/FjiUcVM0hNmFo9jLCzUf" alt="" width="800"></div>

6. Send an [instant push](https://app.push.express/push/instant/) to your device..

<div align="center"><img src="/files/plDGAAEIzHNApjNB5Pd3" alt="" width="800"></div>

7. In the [Analytics](https://app.push.express/analytics/history/beta/), you will see a record that the push has been sent. Hover over colored numbers to get insight about their meaning.

<div align="center"><img src="/files/iScs2rZMXqBR7aaEKvMu" alt="" width="800"></div>

8. What's that colors?

<div align="center"><img src="/files/siavGkzfpoWHPHrqJ6bK" alt="" width="800"></div>

9. Click on the notification on your device, then return to the [Sending history](https://app.push.express/analytics/history/beta/) page and confirm the click was recorded.

<div align="center"><img src="/files/itBNPhePF6vsPhvWJpFl" alt="" width="800"></div>

10. Click "Register" on your device, and you'll see how we instantly process the event and display it on the [Devices](https://app.push.express/analytics/devices/) page. Now your device will receive pushes intended for registered users.

<div align="center"><img src="/files/u2fTCf3nsrFHVApgq5Kx" alt="" width="800"></div>

11. Now you can experiment with the system:
    * Send a push to the Registered audience only, and you'll receive the push.
    * If you send to everyone except the registered users, you won't receive the push.

### Other possibilities

1. [Create custom segments.](https://app.push.express/postbacks/offers/) For example, divide the audience by offers, creatives, or affiliates, and send pushes to specific segments.
2. [Learn more](https://app.push.express/flow/personal/) about sending types.
3. Contact our [support team](https://t.me/pushexpress) if you have any questions or need assistance.


---

# 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://docs.push.express/quckstart/demo_apps.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.
