> For the complete documentation index, see [llms.txt](https://help.twinr.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.twinr.dev/engage.md).

# Engage

- [Overview](https://help.twinr.dev/engage/overview.md): Create timely, automated, and personalized push notification campaigns right from your Twinr dashboard.
- [Engage Dashboard](https://help.twinr.dev/engage/engage-dashboard.md)
- [One Time Campaigns](https://help.twinr.dev/engage/one-time-campaigns.md)
- [Event Triggered Campaigns](https://help.twinr.dev/engage/event-triggered-campaigns.md)
- [Order Created](https://help.twinr.dev/engage/event-triggered-campaigns/order-created.md)
- [Order Status Change](https://help.twinr.dev/engage/event-triggered-campaigns/order-status-change.md)
- [Product Created](https://help.twinr.dev/engage/event-triggered-campaigns/product-created.md)
- [Product Re-stock](https://help.twinr.dev/engage/event-triggered-campaigns/product-re-stock.md)
- [Product Out-of-stock](https://help.twinr.dev/engage/event-triggered-campaigns/product-out-of-stock.md)
- [Product Low Stock](https://help.twinr.dev/engage/event-triggered-campaigns/product-low-stock.md)
- [Coupon Created](https://help.twinr.dev/engage/event-triggered-campaigns/coupon-created.md)
- [Welcome Push Notification](https://help.twinr.dev/engage/welcome-push-notification.md): Welcome Push Notifications are a great way to greet your app users with personalized messages or offers right after they install your app.
- [Inactivity Push Notification](https://help.twinr.dev/engage/inactivity-push-notification.md): Re-engage inactive users with automated, timely push notifications to boost retention and app usage.
- [In App Message](https://help.twinr.dev/engage/in-app-message.md): The In-App Messaging feature allows you to create and deliver targeted messages directly inside your application. Unlike push notifications, these messages appear when users are actively using the app


---

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

```
GET https://help.twinr.dev/engage.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.
