# Notification Emails

Daisychain can email you a quick snapshot of unread messages, with a link back to your inbox.

### Who gets them

* Any active user with "Send activity digests" checked in their User Profile.
* Each user controls their own setting. Changing yours does not affect teammates.

### When we send them

* We check for unread messages every 10 minutes.
* We send only if you have been inactive on Daisychain for the last 60 minutes, so we do not email you about activity you likely already saw on the web.
* You receive at most one notification per day.

### How to turn off email notifications

Notifications are managed in your profile. You can navigate directly to your profile by visiting [this link.](https://go.daisychain.app/users/current/edit)

Alternatively, from any notification email, click "Notification Preferences" link at the bottom. Then, click "Update Profile", uncheck "Send activity digests", then click Save.

### Notes

* Turning these off does not affect critical emails like password resets or billing.
* You can re-enable anytime from the same profile page page.


---

# 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://daisychain.gitbook.io/help/texting/notification-emails.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.
