# Notifications

## Email Logs

Queue sends emails for important notifications. Such as new tasks, task comments, emoji reactions, and more. We also send in-app notifications as well. If you'd like to see the email notifications your client has received, you can do so by going to to Email Logs to view them. Please note that the Email Log feature was enabled after June 28th, 2024. So any emails sent prior, will not appear on the Email Logs.&#x20;

{% embed url="<https://youtu.be/VKA87KqNJhs>" %}

## Notification settings

You can modify the notifications you receive by going to notification settings. Modify email, in-app, and SMS notifications. If you'd like to disable SMS notifications, remove your phone number.&#x20;

{% embed url="<https://www.youtube.com/watch?feature=youtu.be&v=YvLfuyxzeJ4>" %}


---

# 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://guides.usequeue.com/project-collaboration/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.
