# Digia Engage

Digia Engage is Digia's Customer Engagement Platform (CEP) rendering engine. It connects your app to a CEP tool (MoEngage, CleverTap, etc.) so that when a campaign fires, the experience — nudge or inline content — is rendered using a layout you designed in Digia Studio. No campaign UI code. No app release required.

***

## SDK Support

| Platform         | Package                                                                                          | Status             | Supported CEP Plugins                                                                                                                                                                                                                                                                                                                       |
| ---------------- | ------------------------------------------------------------------------------------------------ | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Flutter**      | [`digia_engage`](https://pub.dev/packages/digia_engage)                                          | ✅ Available        | MoEngage ([`digia_moengage_plugin`](https://pub.dev/packages/digia_moengage_plugin)), CleverTap ([`digia_engage_clevertap`](https://pub.dev/packages/digia_engage_clevertap)), WebEngage ([`digia_webengage_plugin`](https://pub.dev/packages/digia_webengage_plugin))                                                                      |
| **Android**      | [`tech.digia:engage`](https://central.sonatype.com/artifact/tech.digia/engage)                   | ✅ Available (Beta) | MoEngage ([`tech.digia:engage-moengage`](https://central.sonatype.com/artifact/tech.digia/engage-moengage)), CleverTap ([`tech.digia:engage-clevertap`](https://central.sonatype.com/artifact/tech.digia/engage-clevertap)), WebEngage ([`tech.digia:engage-webengage`](https://central.sonatype.com/artifact/tech.digia/engage-webengage)) |
| **React Native** | [`@digia-engage/core`](https://www.npmjs.com/package/@digia-engage/core)                         | ✅ Available (Beta) | MoEngage ([`@digia-engage/moengage`](https://www.npmjs.com/package/@digia-engage/moengage)), CleverTap ([`@digia-engage/clevertap`](https://www.npmjs.com/package/@digia-engage/clevertap)), WebEngage (Coming Soon)                                                                                                                        |
| **iOS (Swift)**  | [`DigiaEngage`](https://swiftpackageindex.com/Digia-Technology-Private-Limited/digia_engage_iOS) | ✅ Available (Beta) | MoEngage ([`DigiaMoEngage`](https://swiftpackageindex.com/Digia-Technology-Private-Limited/digia_moengage_iOS)), CleverTap ([`DigiaEngageCleverTap`](https://swiftpackageindex.com/Digia-Technology-Private-Limited/digia_engage_clevertap_iOS)), WebEngage (Coming Soon)                                                                   |

Support for additional CEP plugins is in development.

***

## Get Started

* [**Digia CleverTap Integration**](https://docs.digia.tech/engagement-sdk/digia-engage/clevertap-integration) — Connect CleverTap (In-App and Native Display) across Flutter, Android, iOS (Swift), and React Native.
* [**Digia MoEngage Integration**](https://github.com/Digia-Technology-Private-Limited/digiaDocs/blob/main/docs/engagement/digia-moengage-integration.md) — Connect MoEngage (In-Apps) across Flutter, Android, iOS (Swift), and React Native. Unified guide for all frameworks.
* [**Digia WebEngage Integration**](https://docs.digia.tech/engagement-sdk/digia-engage/webengage-integration) — Connect WebEngage (In-App Notifications) across Flutter and Android, with iOS (Swift) and React Native coming soon.


---

# 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.digia.tech/engagement-sdk/digia-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.
