> ## Documentation Index
> Fetch the complete documentation index at: https://moengage-user-guide.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Why Is the Template Backup Content Displayed Instead of the Basic Rich Push Content?

## Problem

When content is added to the basic rich push template, the template backup content appears instead of the basic rich push content.

<img alt="backup content.png" src="https://mintcdn.com/moengage-user-guide/FL-P7uwjwPpxTJrP/images/moengage_9eea00.png?fit=max&auto=format&n=FL-P7uwjwPpxTJrP&q=85&s=5976e4787b41384098d97b3d81db441d" style={{ width:"44%" }} width="640" height="1429" data-path="images/moengage_9eea00.png" />

<Info>
  This issue occurs because the MoEngage rich notification dependency is not added to the app-level build.gradle file.
</Info>

## Solution

Perform the following steps:

1. In rich push notifications, the displayed content varies based on the device and its version.
2. Ensure that campaign data for rich push templates is added in the following sections :
   * **Basic details**
   * **Template Backup**
     <img src="https://mintcdn.com/moengage-user-guide/NYCHSUAppO_GrSfM/images/moengage_6a30c5.png?fit=max&auto=format&n=NYCHSUAppO_GrSfM&q=85&s=520428bb144b0846a0cec307dd992eea" alt="basic and template.png" width="1920" height="1089" data-path="images/moengage_6a30c5.png" />
3. On the preview screen, the message title and body is updated when you modify the basic details.
   <img src="https://mintcdn.com/moengage-user-guide/WA-fV4MiMUp8JqUv/images/moengage_3e2ab5.png?fit=max&auto=format&n=WA-fV4MiMUp8JqUv&q=85&s=915795a69b5b2247f321d269c8e36509" alt="basic.png" width="1920" height="1092" data-path="images/moengage_3e2ab5.png" />
4. You can customize the template backup content in the **Template Backup** section. <img alt="template.png" src="https://mintcdn.com/moengage-user-guide/0aMghOeJ2wfLjro2/images/moengage_ad0ad1.png?fit=max&auto=format&n=0aMghOeJ2wfLjro2&q=85&s=45c905fb680dd0d737c7bb28d97bfd99" width="1920" height="1089" data-path="images/moengage_ad0ad1.png" />
5. Make sure to add the MoEngage rich notification dependency to the app-level build.gradle file to ensure the template backup content and basic rich push content are displayed correctly.
   ```groovy Code theme={null}
   build.gradle(:app)
             
   dependencies {
       implementation(moengage.richNotification)
   }
   ```

<img src="https://mintcdn.com/moengage-user-guide/8Ml9Ic0RRLLTTfx5/images/moengage_b5fc12.png?fit=max&auto=format&n=8Ml9Ic0RRLLTTfx5&q=85&s=c0609261acc8d809f5c0227f3be500b3" alt="Template backup.png" style={{ width:"53%" }} width="640" height="1429" data-path="images/moengage_b5fc12.png" />
