> For the complete documentation index, see [llms.txt](https://documentation.pushly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.pushly.com/pushly-ja/faq/web-burauzapusshu/common-questions.md).

# よくある質問

## ブラウザ通知とは何ですか？

ブラウザ通知は、購読者のデバイスに直接配信されるコンテンツ単位です。通知の表示は、購読時に購読者が使用しているデバイスとブラウザの組み合わせによって異なります。

## どのデバイスとブラウザが通知に対応していますか？

一般的に、主要な市場向けのブラウザとデバイスのほとんどは通知に対応しています。主な例外は iPhone で、まだブラウザ通知チャネルが開放されていません。対応ブラウザの完全な一覧については、 [<mark style="color:青い;">ブラウザ対応</mark>](/pushly-ja/faq/web-burauzapusshu/browser-support.md) FAQ。

## 訪問者はどのようにして通知の受信を購読するのですか？

通知購読者になるには、ウェブサイトの訪問者が現在閲覧しているドメインに対して、通知を配信する明示的な許可を与える必要があります。Chrome デスクトップブラウザでは、この許可はウィンドウ左上隅の灰色のボックスとして表示されます。このボックスで訪問者は通知を「許可」または「ブロック」する選択ができます。訪問者が「許可」を選択すると、購読者となり、通知を受け取れるようになります。

Firefox、Edge、およびその他のブラウザでは、訪問者に通知購読の選択肢を提示する際の文言は多少異なりますが、いずれも訪問者が購読者になるには、肯定的な応答が必要です。


---

# 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://documentation.pushly.com/pushly-ja/faq/web-burauzapusshu/common-questions.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.
