> 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/ja/feature-templates/announcements-and-notifications/notifications-screen.md).

# 通知画面

通知がすべてのユーザーに送信されるか、個々のユーザーに送信されるかにかかわらず、これらのユーザーは通知を表示する方法が必要です。これは通知画面を介して行うことができます。この画面には、ユーザーが受信したすべての通知が表示されます。ユーザーごとにこの画面から通知を削除することができます。この画面には、データベースでユーザーが管理者としてマークされている場合に表示される管理ポータルボタンも含まれています（管理者？= TRUE）。

いくつかのシンプルなコンポーネントを使用して、通知画面を活性化します。

## コンポーネント

### **リストコンポーネント**

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

このコンポーネントは、ユーザーが受信したすべての通知を表示します。以下に示すリストにはいくつかのフィルタがあります：

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

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

このフィルタは以下のように述べています：

* 現在の通知を無視したユーザーに、ログインしているユーザーが含まれていない場合、すべての通知のリストを表示します。つまり、現在のログインしているユーザーが以前に通知を無視していない場合。
* かつ、ユーザーIDに基づいてログインしているユーザーに表示されるべき現在の通知であるか、または通知がアナウンスとしてマークされており、ログインしているユーザーによって無視されていない場合。

⚡ **リストアクション**

* 「キャンセル」アイコンは通知を更新し、ログインしているユーザーを「無視したユーザー」プロパティに追加します。

### 管理ポータルボタン

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

管理ポータルボタンは、Admin？プロパティがTRUEとマークされているユーザーにのみ表示されます。

⚡ **ボタンアクション**

* 「すべてに通知」画面へのリンクアクション


---

# 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/ja/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.
