> For the complete documentation index, see [llms.txt](https://help.adalo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.adalo.com/feature-templates/announcements-and-notifications/notifications-screen.md).

# Notifications Screen

Whether a notification is sent to all users or a unique user, those users need a way to view the notifications. This can be done through the Notifications Screen. This screen displays all notifications that a user has received. Notifications can be removed from this screen on a per user basis. This screen also contains an Admin Portal button that is shown when a user is also marked as an Admin (Admin? = TRUE) in the database.

With a couple of simple components, the Notifications screen is brought to life.

## The Components

### **List Component**

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

This component displays all the notifications that a user has received. There are a couple of filters on this list shown below:

<figure><img src="/files/eSwPSvIL6hdeHBdw81rN" alt="" width="348"><figcaption></figcaption></figure>

<figure><img src="/files/Mf5fbLcIYqFPyChhjngs" alt="" width="346"><figcaption></figcaption></figure>

This filter says the following:

* Display a list of all notifications IF…
* The Users Who Dismissed the current notification does not contain the Logged In User. As in, the current logged in user has not dismissed the notification before.
* AND the current notification is supposed to be shown to the Logged In User based on the User ID.
* OR the notification is marked as an Announcement and it has not been dismissed by the Logged In User.

⚡ **List Action**

* The ‘Cancel’ Icon Updates the Notification and adds the Logged In User to the ‘Users Who Dismissed’ Property.

### Admin Portal Button

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

The Admin Portal button only displays for users whose Admin? property is marked as TRUE.

⚡ **Button Actions**

* Link Action to ‘Notify All’ Screen


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.adalo.com/feature-templates/announcements-and-notifications/notifications-screen.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
