# How to reset your browser opt-in preferences?

In case you are testing a new web push integration, you may need to reset your browser preference to trigger again the push opt-in prompt. Here is a simple step-by-step guide on how to do it for Google Chrome, Mozilla Firefox, and Safari on a desktop.

## Google Chrome <a href="#google-chrome" id="google-chrome"></a>

### 1. Clear the website data

Right-click on your webpage, then click **Inspect** to display the inspection. Head to the **Application** tab > **Clear Storage**, then click on **Clear site data**.

<figure><img src="/files/yzsp4AXHwjVTlQ8aKFmE" alt=""><figcaption></figcaption></figure>

### 2. Clear your push preferences

Click on the padlock icon :unlock: on the left side of the search bar and set the push preference to **Ask.**

<figure><img src="/files/fR5UFsLCzP441iLr8y3B" alt=""><figcaption></figcaption></figure>

Finally, click on the refresh button. You should be able to trigger the push opt-in prompt again.

## Mozilla Firefox <a href="#mozilla-firefox" id="mozilla-firefox"></a>

### 1. Clear the website data <a href="#h_bad664f482" id="h_bad664f482"></a>

Click on the padlock icon :unlock: on the left side of the search bar and set the push preference to **Ask.**

<figure><img src="/files/j8GbEttCXkWdKSDuRHP0" alt=""><figcaption></figcaption></figure>

### 2. Clear your push preferences <a href="#h_8b87a45866" id="h_8b87a45866"></a>

Click the padlock icon :unlock: again and clear your web push preferences:

<figure><img src="/files/qAVMMe5U2vfZQAFGHyOC" alt=""><figcaption></figcaption></figure>

Finally, click on the refresh button. You should be able to trigger the push opt-in prompt again.

## Safari <a href="#h_a1d0a52468" id="h_a1d0a52468"></a>

### 1. Clear the website data <a href="#h_dbd69ff119" id="h_dbd69ff119"></a>

From the **Safari** tab, click on **Preferences**. Head to the **Privacy** tab and click on **Manage Website Data...** Then select the website in the list and click **Remove** on the left-hand side.

<figure><img src="/files/FwtL1oktU0yLNoJjUcP5" alt=""><figcaption></figcaption></figure>

### 2. Clear your push preferences <a href="#h_6a88d4f983" id="h_6a88d4f983"></a>

From the **Safari** tab, click on **Preferences**. Head to the **Websites** tab and click on the **Notifications** button. Then select the website in the list and click **Remove** on the left-hand-side.

<figure><img src="/files/sVnQMJBfS7beBFKEhITC" alt=""><figcaption></figcaption></figure>

Finally, click the refresh button. You should be able to trigger the push opt-in prompt again.


---

# 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://doc.batch.com/guides-and-best-practices/profiles/how-to-reset-your-browser-opt-in-preferences.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.
