# Notify All & Notify One Screens

Notifications are an important feature in any app to keep your audience engaged and informed. These particular screen within the Announcements & Notifications feature template allows an Admin to create and sent a notification to all the users of their app, or one.

You may need to send notifications to all users about an upcoming event or a notice of a service interruption — while the Notify One feature can be used to update a single user on their payment status.

Both screens are made up of similar components including a form component and a list component to display previously sent notifications.

## The Components

### **Horizontal Navigation**

<figure><img src="/files/tNfO2cKPfhww74LoKfTd" alt=""><figcaption></figcaption></figure>

This navigation is used to switch between the ‘Notify All’ Screen and the ‘Notify One’ Screen.

⚡ **Actions**

* On each screen, the opposite screen name is linked back to.
  * Notify All text is linked to Notify All Screen
  * Notify One text is linked to Notify One Screen

### Form Component

<figure><img src="/files/Gpkv97mKUAXEfInPuhGr" alt="" width="563"><figcaption></figcaption></figure>

⚡ **Submit Button Actions**

* Create Notification
* Trigger Notification
  * Recipient > All Users on the ‘Notify All’ Screen
  * Recipient > Logged In User > Notifications > Target User

### List Component

<figure><img src="/files/ocACJeYauoj6WbkD0TUv" alt="" width="563"><figcaption></figcaption></figure>

⚡ **Icon Action**

* Delete Notification

{% hint style="danger" %}
Unlike the ‘Dismiss Notification’ action on the users side — the list on the Admin side will delete the notification completely from the database.
{% 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://help.adalo.com/feature-templates/announcements-and-notifications/notify-all-and-notify-one-screens.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.
