# Web Browser Notification Permissions

If you previously denied notification permissions for Braver in your browser, you will need to access the site settings to re-enable this permission.

{% hint style="info" %}
The screenshots below may vary slightly depending on your browser version.
{% endhint %}

## Google Chrome

{% stepper %}
{% step %}

#### Click on the lock icon and change the notification permission

In the address bar, click on the icon to the left of the URL. Find the **"Notifications"** row and change the value from **"Block"** to **"Allow"**.

<figure><img src="/files/cqUrB7gWB4o1LMLx5spZ" alt="Chrome notification settings" width="500"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Reload the page

Close the settings panel and reload the Braver page for the changes to take effect.
{% endstep %}
{% endstepper %}

***

## Microsoft Edge

{% stepper %}
{% step %}

#### Click on the lock icon and change the notification permission

In the address bar, click on the lock icon to the left of the URL. Click on **"Permissions for this site"**, then in the **"Notifications"** section, change the setting from **"Block"** or **"Ask (default)"** to **"Allow"**.

<figure><img src="/files/dNjFu9kWIqyMbOFNbEBk" alt="Edge notification settings" width="500"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Reload the page

Reload the Braver page to apply the changes.
{% endstep %}
{% endstepper %}

***

## Mozilla Firefox

{% stepper %}
{% step %}

#### Click on the protection icon and manage permissions

In the address bar, click on the shield or lock icon to the left of the URL. In the **"Permissions"** section, find **"Notifications"** and click the **"X"** next to **"Blocked"** to remove the block.

<figure><img src="/files/w5JRdyw1NtInFWbjKSAJ" alt="Firefox notification settings" width="500"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Reload the page

Reload the Braver page. You should now see a permission request for notifications.
{% endstep %}
{% endstepper %}

***

## Apple Safari

{% hint style="warning" %}
Safari handles notification permissions differently from other browsers. Web notifications must be enabled in Safari preferences.
{% endhint %}

{% stepper %}
{% step %}

#### Open Safari Preferences

In the menu bar, click on **Safari** > **Settings** (or **Preferences** on older versions).
{% endstep %}

{% step %}

#### Go to the Websites tab

Click on the **"Websites"** tab in the preferences window.
{% endstep %}

{% step %}

#### Select Notifications

In the left column, click on **"Notifications"**.
{% endstep %}

{% step %}

#### Allow notifications for Braver

Find **app.braver.net** in the list and change the setting from **"Deny"** to **"Allow"**.

If Braver doesn't appear in the list, visit the Braver application and you should see a permission request.
{% endstep %}

{% step %}

#### Close and reload

Close the preferences and reload the Braver page.
{% endstep %}
{% endstepper %}

***

## Need more help?

If you have difficulty enabling notifications, feel free to [contact us](mailto:support@braver.health).


---

# 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://support-en.braver.net/technical-details/web-browser-notification-permissions.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.
