> For the complete documentation index, see [llms.txt](https://help.waterwatch.io/3.0.1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.waterwatch.io/3.0.1/web/organisations/organisation-notification-settings.md).

# Organisation Notification Settings

Select the **Settings** -> **Notification Settings Section** to view/change the organisation notification settings.

The organisation owner or admin can decide how members receive alarm alerts via email and SMS.

## **Notification Types**

**Alert triggered notifications** are sent when an alarm is triggered, e.g. when the high/low level alarm is triggered, when the battery is running low or when the sensor is asserted as offline, etc.

**Alert cleared notifications** are sent when an alerting state has ended, e.g. when the water level restores to  normal, when the battery is replaced or when the sensor is connecting to Waterwatch Live again.

You may choose whether to receive email and/or SMS on those notifications.&#x20;

{% hint style="warning" %}
Disabling email and SMS in **Notification Types** settings is global. This means no members will receive the disabled type of notifications regardless of the custom or default rules.&#x20;
{% endhint %}

Change the settings by clicking the **Actions** button (cog icon) on the right-hand side of the page and select **Edit Rule** button.

## **Member Rules - Default Rule**

The **Default Rule** applies to all organisation members who are not listed in the **Custom Individual Rules**. Please note that the **Notification Types** selections will override the Default Rule.

Edit the **Default Rule** by clicking the **Actions** button (cog icon) on the right-hand side of the page and selecting Edit Rule.

## **Member Rules - Custom Individual Rules**

**Custom Individual Rules** override the default member rules for the specified member, which means if a member has a individual rule, the default rule for all members will no longer apply to them.

### Add a Custom Individual Rule

Add a **Custom Individual Rule** by clicking the **Add Rule** button on the right-hand side of the page.&#x20;

Select the member from the dropdown and then choose whether they shall receive notifications via Email and/or via SMS.

{% hint style="info" %}
If via SMS is selected and the member has not set a mobile number a warning box will appear. The member can add a mobile number to their User Settings when they are signed in.
{% endhint %}

### Edit/Remove Individual Rule

Edit or remove a **Custom Individual Rule** by clicking Edit the **Default Rule** by clicking the cog icon on the right-hand side of the page and selecting the corresponding action.


---

# 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.waterwatch.io/3.0.1/web/organisations/organisation-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.
