> For the complete documentation index, see [llms.txt](https://help.workdigital.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.workdigital.io/portal-management/untitled/managing-sites/notification-settings.md).

# Notification Settings

By default all the site members will receive the record level notifications (add, edit, deleted, record assignment, approval, etc.). You can change this behaviour by settings in Notification Settings section.

1. Go To Site Admin (It is located on bottom part of Site menu or on the top left corner of the Site)
2. Click “Notification Settings” link in left hand menu
3. Click “Update” button located on top right corner of page
4. Notification Settings can have any one of following values
   1. Enabled: This is default. This has got two possible options
      1. All Members: This is default. This implies that email notifications will be sent to all the members who are having access to app and/or record.
      2. Selected Members: This implies that email notifications will be only sent to selected users. As soon as you click on “Selected Members”, a section will appear below which allows you to select site members. The section shows all the Site Members already selected. Click “Browse – Site Members” button to select new Site Members. Select existing Site Members by clicking onto the corresponding check boxes. Click “Apply” button.
   2. Disabled: This will disable all the email notifications
5. Click “Save” button


---

# 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://help.workdigital.io/portal-management/untitled/managing-sites/notification-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.
