> For the complete documentation index, see [llms.txt](https://help.meetmadison.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.meetmadison.ai/settings/notifications.md).

# Notifications

Notifications keep you on top of what's happening, like a new review to reply to or a post waiting for approval. You decide **how** you're notified and **what** about. Manage them under **Settings → Notifications**.

{% hint style="info" %}
You set your notifications up during onboarding, and you can change them any time here. Your choices are saved per organisation, so you can have different settings for each business you belong to.
{% endhint %}

## How you're notified

Your **Home** dashboard always has everything that needs your attention ready and waiting. Notifications are the nudge that brings you back to it, by:

* **Email**
* **Text message**: add and verify a mobile number first (US and Canada numbers)

## What you're notified about

Turn each category on or off, and pick which channels to use for it:

* **Reviews**: new reviews and replies that need you
* **Messages**: new customer messages
* **Social**: campaigns and posts that need approval
* **System Alerts**: things needing attention, like a connection that's dropped
* **Daily Summary**: a short morning email (see below)

{% hint style="info" %}
A few essential emails always send regardless of your settings, such as your sign-in code, password resets, and team invitations.
{% endhint %}

## Your daily summary

Madison can email you a short **daily summary** each morning highlighting a couple of things that need attention, like a review to respond to or a campaign to approve. On quiet days with nothing pending, no email is sent. The daily summary is email-only.

{% hint style="success" %}
Turn on review and message notifications so you can respond to customers quickly. Fast replies make a great impression.
{% endhint %}


---

# 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.meetmadison.ai/settings/notifications.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.
