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

# 通知

通知では、あなたが所有するセクション、またはあなたがメンバーである組織から発生した GitBook 上のアクティビティに関する更新を受け取れます。

GitBook アプリ内および/またはメールで通知を受け取れます。以下をサポートしています [複数の種類の通知](#notification-types) これらは通知設定で無効化または有効化できます。

### アプリ通知

アプリ通知は、の上部で見つかります。 [サイドバー](/docs/documentation/ja-gitbook-documentation/rissu/gitbook-ui.md#the-sidebar).

通知のポップアップ内では、右上に2つのアイコンが表示されます。すべての通知を既読にすることも、通知設定に移動して設定を更新することもできます。

### メール通知

メール通知はデフォルトで有効になっており、通知設定で無効にできます。有効にすると、GitBook は通知タイプごとに 1 通のメールを送信します。これは、個人の GitBook アカウントに関連付けられたメールアドレスに送信されます。

これらのメールは、送信元が `no-reply@gitbook.io 経由の sendgrid.net`

#### 考えられる問題

すべてのメール配信と同様に、メールを受信できない可能性があります。考えられる理由には、以下が含まれますが、これらに限定されません。

* 当社のメールが迷惑メールフォルダに入っているか、別の保護機構によりブロックされている。
* GitBook からあなたのメールアドレス宛てに送信されたメールが何度もバウンスしており、そのため以降の送信が当社のメールサービスによって自動的にブロックされている。
* 一時的な配信問題があり、自然に解決する場合がある。
* 受け取るはずの通知についての認識が誤っている。
* 通知を送信するメールアドレスについての認識が誤っている。

これらの問題のいずれかに該当しているかもしれないと思う場合は、次のことを試してみてください。

* 迷惑メールフォルダや他の保護機構を確認し、当社のメールアドレス（`no-reply@gitbook.io`）がそちらでブロックされていないことを確認してください。
* メールプロバイダに一時的な問題があることが分かっている場合は、しばらく待ってみてください。
* 確認する [設定](https://app.gitbook.com/account/notification) 受け取る予定の通知タイプについて、メール通知が有効になっていることを確認してください。
* 正しいメールアドレスを確認していることを確認してください。個人アカウントのメールアドレスは [アカウント設定](https://app.gitbook.com/account).
* [サポートに連絡する](https://gitbook.com/docs/help-center/support/how-do-i-contact-support) それでも解決しない場合は。そうする場合は、できるだけ多くの情報を含めてください。たとえば、通知を受け取るはずのメールアドレス、通知の種類（それは [設定](https://app.gitbook.com/account/notification)で確認できます）、そしてその通知が発生したはずだと思う具体的な理由などです。関連するリンクもあれば、あわせて含めてください。

### 通知設定

アプリ通知とメール通知の両方について、 [設定できます](https://app.gitbook.com/account/notification) どの通知を受け取りたいかを。

#### 通知の種類

現在、以下の領域について通知を提供しています。

* セクション — セクションに投稿されたコメント
* 変更リクエスト — コラボレーターから依頼されたレビュー
* コメント — あなたのコメントへの返信
* メンション — コメント内であなたが言及されたとき
* 組織 — コラボレーターからのアップグレード依頼


---

# 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://gitbook.com/docs/documentation/ja-gitbook-documentation/collaboration/notifications.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.
