# Integrations

- [Overview](https://help.twinr.dev/integrations/overview.md)
- [Firebase Push Notification](https://help.twinr.dev/integrations/firebase-push-notification.md)
- [Enable Push Notification](https://help.twinr.dev/integrations/firebase-push-notification/enable-push-notification.md): Enable push notification capabilities for your app.
- [Send Push Notification](https://help.twinr.dev/integrations/firebase-push-notification/send-push-notification.md)
- [Push Permission Reminder](https://help.twinr.dev/integrations/push-permission-reminder.md): The Push Permission Reminder feature in Twinr allows app owners to remind users who initially declined push notifications to enable them again.
- [Personalized Push Notification](https://help.twinr.dev/integrations/personalized-push-notification.md): Send personalized push notifications to your users by maintaining a list of device IDs associated with each user within your database.
- [Abandoned Cart Push Notification](https://help.twinr.dev/integrations/abandoned-cart-push-notification.md): Setup Abandoned cart notification to reduce cart abandonments. Send  notifications with custom title and description. Schedule multiple notifications to remind users multiple times about items in the
- [Native Notification Screen](https://help.twinr.dev/integrations/native-notification-screen.md)
- [AdMob](https://help.twinr.dev/integrations/google-admob.md): Google AdMob is a mobile advertising platform developed by Google that allows app owners to monetize their mobile apps by displaying ads.
- [Create Android & iOS Apps](https://help.twinr.dev/integrations/google-admob/create-android-and-ios-apps.md)
- [Create Ads on AdMOb](https://help.twinr.dev/integrations/google-admob/create-ads-on-admob.md)
- [Setup AdMob Integration](https://help.twinr.dev/integrations/google-admob/setup-admob-integration.md)
- [Firebase Analytics](https://help.twinr.dev/integrations/firebase-analytics.md): Provide you a way to know the analytics of the apps, allowing you to make informed decisions to enhance your app's success.
- [Auto Tracked Analytics](https://help.twinr.dev/integrations/firebase-analytics/auto-tracked-analytics.md)
- [Custom Analytics](https://help.twinr.dev/integrations/firebase-analytics/custom-analytics.md)
- [How to check Analytics in Firebase?](https://help.twinr.dev/integrations/firebase-analytics/how-to-check-analytics-in-firebase.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://help.twinr.dev/integrations.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.
