> 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/faq/web-browser-push/how-to-unsubscribe.md).

# How to Unsubscribe

In order to stop receiving Notifications a subscriber must adjust their browser settings for the domain from which they are getting Notifications. For browser/device specific instructions, please refer to the following instructions.

* Google Chrome and Android [<mark style="color:blue;">click here</mark>](https://support.google.com/chrome/answer/3220216)
* Firefox [<mark style="color:blue;">click here</mark>](https://support.mozilla.org/en-US/kb/push-notifications-firefox)
* Safari [click here](https://support.apple.com/guide/safari/customize-website-notifications-sfri40734/mac)&#x20;
* Microsoft's Edge [<mark style="color:blue;">click here</mark>](https://blogs.windows.com/msedgedev/2016/05/16/web-notifications-microsoft-edge)

If a subscriber is not sure which browser they should adjust, they can follow these general steps:&#x20;

* Access browser settings
* Search for Notifications
* Select Site Settings
* Change the settings to Block for the domain from which you wish to unsubscribe&#x20;

Your Pushly Account Manager can supply your customer service team with branded step-by-step instructions which can be sent to subscribers in need or hosted on your website.


---

# 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/faq/web-browser-push/how-to-unsubscribe.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.
