# Manage Inbox Notifications

Depending on your role in the team, you can enable notifications for —

1. Incoming Tickets
2. Incoming Messages
3. Browser Alerts

**Go to Settings** > **Notification Settings** to create your custom notification settings.

![](https://content.gitbook.com/content/ZlunlE4rHhMzJq9M0MQx/blobs/XuqClX2hCIH0ZUGYU78b/Screenshot%202022-02-07%20at%2010.34.41%20PM.png)

{% tabs %}
{% tab title="Message" %}
A **Message** is a customer query coming from every channel.
{% endtab %}

{% tab title="Ticket" %}
A **Ticket** means a priority message or a custom query that the bot could not understand and passed to the agent.&#x20;
{% endtab %}
{% endtabs %}

## Browser Notifications

As of now, only Google Chrome and Mozilla Firefox support browser notifications. If you are on macOS, please enable notifications from your System Preferences.

{% hint style="info" %}
You need to update your browser permissions to enable Browser Notification&#x73;**.** You can do so from the Privacy and Security settings of your browser.&#x20;
{% endhint %}

Also, make sure that you have MyAlice inbox open in another tab at least.

If your browser does not support the feature, you will find the incoming notifications hidden in your Notification Settings menu.


---

# 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://docs.myalice.ai/myalice-guide-arabic/myalice-inbox/inbox-notifications.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.
