# Create push notification

### How can I create a push notification?

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

Creating a push notification is a simple process. Follow these steps to send push notification messages to your app users:

Steps for creating a Basic Notification:

* Go to the [**Notifications > Basic**](https://docs.appmysite.com/) from your App dashboard.
* Click on the "Create" button to start crafting your notification.:
* Provide a title and compose the body text for your notification.
* Add an image to create visually appealing notification for better engagement.&#x20;
* Add a deep link to the screen that should open when users tap on the notification.
* Head to the Settings section to enable sending the notification to both Apple iOS and Google Android devices.

{% hint style="warning" %}
On the notification settings page, schedule your notification for later if you prefer not to send it immediately.
{% endhint %}


---

# 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/basic-notifications/create-push-notification.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.
