> For the complete documentation index, see [llms.txt](https://manuals.dialox.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuals.dialox.ai/inbox/notifications/chrome-and-windows-settings.md).

# Chrome and Windows settings

You get notifcations from Chrome on a Windows Desktop that look like this:\
\
![](/files/gNNsQqhGCFqL2UoD78TA)

To get these notifications, you must have these settings:

### Settings in Windows

1. In Windows, go to **Settings > System** to configure the notification settings:\
   \
   ![](/files/BdlkaSpMNP13btLPgvku)<br>
2. Turn on **Notifications** in general and for **Google Chrome** in particular.\
   \
   ![](/files/ZRz2ePc0aEpM0oyfSeRl)\
   \
   Also decide whether or not you want the notification to play a sound on your computer and if you want to see it on the lock screen.
3. **If you want to receive the notifications even when you are in "Do Not Disturb" status** in Windows (e.g. when you're in a video call, a call or you have put yourself manually on "Do Not Disturb"), you need to **set priority notifcations** for the Chrome app:\
   \
   ![](/files/E4zKembrRxKSFJdW5sxD)\
   \
   Make sure that **Chrome** is shown in the list of apps that are allowed to send priority nofications even when you are in "Do Not Disturb status":\
   \
   ![](/files/FUsfgRRU3Q40AQQymbuW)\
   \
   or add Chrome to that list:\
   \
   ![](/files/9HQlGsex3Hom3XrJ2eQ2)

### Settings in Chrome

1. Go to the website [inbox.dialox.ai](https://inbox.dialox.ai) and turn on the notifications for this website in Chrome:\
   \
   ![](/files/iQwm17r8koPQuZia8NNh)<br>
2. Go to the **Site settings** and double check that notifications are turned on for [inbox.dialox.ai](https://inbox.dialox.ai):\
   \
   ![](/files/nkyMAuXEX4XsnEUcBIkr)

{% hint style="info" %}
Note that you do not necessarily have to have Chrome open on your computer to receive the notifications! Also, you do not need to be logged into our website.\
\
To receive Chrome push notifications, it is sufficient that:&#x20;

1. You meet the criteria defined in "[rules for notfications](/inbox/notifications/rules-for-notification.md)"
2. Your user for which you have defined all the settings is actually the user that was logged into our DialoX website at last. If anyone else was logged in in between, you might need to temporarily log in again. (You can log out afterwards.)
3. Chrome is running at least as a [background process ](#user-content-fn-1)[^1]on your computer.
4. You must not be on "Do Not Disturb" or you must have made the correct settings to get priority notifications from Chrome even when you are in that status (see above).

{% endhint %}

[^1]: ![](/files/WyW7lHwNRLu2AgJmdd16)


---

# 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://manuals.dialox.ai/inbox/notifications/chrome-and-windows-settings.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.
