# Web / ブラウザプッシュ

- [よくある質問](https://documentation.pushly.com/pushly-ja/faq/web-burauzapusshu/common-questions.md)
- [ブラウザサポート](https://documentation.pushly.com/pushly-ja/faq/web-burauzapusshu/browser-support.md): Pushlyは、現在Webプッシュを実装しているすべてのブラウザをサポートしています。
- [PushユーザーIDの取得](https://documentation.pushly.com/pushly-ja/faq/web-burauzapusshu/retrieve-push-user-id.md): 個別ユーザーのトラブルシューティングでは、アカウントマネージャーからPushユーザーIDの提供を求められる場合があります
- [プロンプトが表示されない](https://documentation.pushly.com/pushly-ja/faq/web-burauzapusshu/not-getting-prompted.md): Pushlyパートナーの社内ユーザーがオプトインフローを表示できない場合、通知のオプトインフローを却下またはブロックしたことが原因であることがよくあります。オプトインするには次の手順に従ってください。
- [通知を受信しない](https://documentation.pushly.com/pushly-ja/faq/web-burauzapusshu/woshinai.md): ユーザーがWebサイトでWebプッシュ通知のオプトインを行ったのに通知を受信しない場合、いくつかの異なる原因が考えられます。次の4つの手順に従って対処してください。
- [登録解除の方法](https://documentation.pushly.com/pushly-ja/faq/web-burauzapusshu/how-to-unsubscribe.md): 購読者がサイトからの通知受信を停止したい場合は、以下の情報を送信できます。アカウントマネージャーからも、利用用のステップバイステップ手順を入手できます。


---

# Agent Instructions: 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:

```
GET https://documentation.pushly.com/pushly-ja/faq/web-burauzapusshu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
