> For the complete documentation index, see [llms.txt](https://docs.exoclick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exoclick.com/exoclick-docs/ja/tong-zhi.md).

# 通知

![ログイン](/files/d176e134abb4377ff9a96ee0a906c034e691d1dd)

通知は、管理画面でのアクティビティに関する更新情報です。

通知を表示するには、右上のナビゲーションバーにある通知アイコン（ベル）を選択できます。

あるいは、次のオプションを選択できます **すべての通知を表示** 通知アイコン（下記）の下、またはユーザーの **プロフィール** を選択して **通知** タブを開くと、1つのページで通知を表示・管理できます。

![通知アイコン](/files/289af12242fdbfbad1e40e5436ef714c3a7050c2)

![通知ページ](/files/1c662080900592ca39fdfa693a2bd4a202b054ff)

通知には3種類あります：

| 種類     | 記号                                                              | 説明                              |
| ------ | --------------------------------------------------------------- | ------------------------------- |
| **警告** | ![alert](/files/a08add141f5b6d04d5ee683b4751452b4426a35d)       | 重要または時間的に緊急性の高い例外的なイベントが発生しました。 |
| **情報** | ![information](/files/7d616dd72dd1213de982c41f94b18d5c1c49fd04) | イベントが発生したことのお知らせ。               |
| **成功** | ![success](/files/fc76f0d547581d6b3ae410b15466c313b5262f6e)     | アクションが実行されたことの確認。               |

未読の通知があると、未読通知の件数が通知アイコン（ベル）の上に赤いバッジで表示されます。未読通知を消すには、特定の通知で「既読にする」を選択するか、すべての未読通知に対して「すべて既読にする」を選択します。

通知アイコン（ベル）で通知を既読にすると、その通知は一覧から消えますが、通知ページで確認できます。

通知は90日後に自動的に削除されることにご注意ください。


---

# 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://docs.exoclick.com/exoclick-docs/ja/tong-zhi.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.
