# Create advanced notifications

### How to create advanced notifications?

Advanced push notifications allow you to send targeted messages to specific user groups or devices. You can tailor content based on language, platform, or audience to improve engagement and relevance.

{% embed url="<https://scribehow.com/shared/Create_rich_notifications__OkTi_5GQRG29OEoD21pxpg>" %}

#### **Step 1: Navigate to the notifications section**

* Log in to your AppMySite account.
* Go to the [**Notifications**](https://app.appmysite.com/app/advanced-notification/create) tab from your app dashboard.
* From the dropdown, select Advanced > Notifications.

#### Step 2: Create a new notification

* Click on the +Create button on the top right corner.
* Enter the required details, including:
  * Title – The main heading of your notification.
  * Message – A short, engaging description for users.
  * Link – A URL or deep link directing users to a specific app screen.

{% hint style="success" %}
Deep linking in notifications allows you to connect any notification to a specific screen in your app. When tapped, the notification opens the linked screen directly, creating a seamless user experience.
{% endhint %}

* Image – Add an image to make the notification visually appealing.

{% hint style="success" %}
You can upload your own image or select one from the built-in stock image library.
{% endhint %}

#### Step 3: Choose the target audience

* Select the audience for this notification. Options may include:
  * All users
  * Specific app users based on platform (iOS, Android)

#### Step 4: Configure settings

* Head to the Settings section under Advanced Notifications to enable sending to both Apple iOS and Google Android devices.
* If needed, schedule the advanced notification to be sent at a later time.


---

# 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.appmysite.com/app/notifications/advanced-notifications/create-advanced-notifications.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.
