> For the complete documentation index, see [llms.txt](https://learn.doubletick.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.doubletick.io/settings/push-notifications/how-to-enable-push-notifications-in-doubletick.md).

# How to Enable Push Notifications in DoubleTick

## How to Enable Push Notifications in DoubleTick

Push notifications help you stay updated with all chat activities and important DoubleTick alerts in real time. If you’re not receiving notifications, follow the steps below to enable them on your browser.

***

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

### 1. Enable Notifications on Desktop

* Go to **DoubleTick > Settings > Push Notifications**
* Toggle **Enable notifications on desktop** to ON ✅
* (Optional) Toggle **Enable sound for notifications** to play a sound with every alert

***

### 2. Manually Enable Notifications in Your Browser

Depending on your browser, follow the instructions below to ensure notifications and sounds are properly enabled for **web.doubletick.io**.

***

#### 🔹 Chrome

1. Click the **three dots menu (⋮)** in the top-right corner.
2. Select **Settings**.
3. Go to **Privacy and security → Site Settings**.
   * **Notifications** → Find **web.doubletick.io** → Set to **Allow**
   * **Sound** → Ensure **web.doubletick.io** is not in the "Muted" list
4. Refresh the DoubleTick page.

**✅ To test sound:**

* Ensure your device is not muted
* System volume is up
* Speakers/headphones are connected

***

#### 🔹 Firefox

1. Click the **menu button (≡)** in the top-right corner.
2. Select **Settings**.
3. Go to **Privacy & Security**.
   * Under **Permissions**, click **Settings** next to “Notifications” → Allow **web.doubletick.io**
   * Under **Permissions**, click **Settings** next to “Autoplay” → Set **web.doubletick.io** to “Allow Audio and Video”
4. Refresh the DoubleTick page.

**✅ To test sound**: follow the same checks as above.

***

#### 🔹 Edge

1. Click the **three dots menu (⋯)** in the top-right corner.
2. Select **Settings**.
3. Go to **Cookies and site permissions**.
   * **Notifications** → Add **web.doubletick.io** → Set to **Allow**
   * **Media autoplay** → Add **web.doubletick.io** to allowed sites
4. Refresh the DoubleTick page.

✅ **To test sound**: check mute, volume, and speaker connection.

***

#### 🔹 Safari

1. Click **Safari** in the top menu.
2. Select **Preferences**.
3. Go to the **Websites** tab.
   * **Notifications** → Find **web.doubletick.io** → Set to **Allow**
   * **Auto-Play** → Set **web.doubletick.io** to “Allow All Auto-Play”
4. Refresh the DoubleTick page.

✅ **To test sound**: check mute, volume, and speaker connection.

***

### 3. Test Notifications

Once you’ve enabled notifications, click the **Test Notification** button in your DoubleTick Push Notification settings to confirm everything is working.

***

### Quick Tips

* Always keep your browser updated to the latest version.
* Make sure you are logged into **web.doubletick.io** in an active tab.
* If you still face issues, try clearing cache or restarting your browser.

***

👉 With these steps, you’ll never miss an important chat or update on DoubleTick again.


---

# 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://learn.doubletick.io/settings/push-notifications/how-to-enable-push-notifications-in-doubletick.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.
