> For the complete documentation index, see [llms.txt](https://help.reekolect.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.reekolect.ai/reekolect-resource-center/how-reekolect-works/bot-management/bot-settings/whatsapp-chatbot-settings/alerts.md).

# Alerts

#### Email Notification Settings

Customize how you receive lead information and notifications via email:

<figure><img src="/files/KMOPrwpwKzLhkpeZCOTB" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="260">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Subject</td><td>Customize the subject line of the email notifications.</td></tr><tr><td>Email Addresses</td><td>Add email addresses where you want to receive lead notifications. Separate multiple addresses with commas.</td></tr><tr><td>When to Send Lead Info</td><td>Specify the timing for receiving lead information after user has started the chat</td></tr><tr><td>Email Notification</td><td>Enable this option to receive notifications via email.</td></tr><tr><td>Lead Revisit Notifications</td><td>Toggle this option to receive notifications when a lead revisits the bot.</td></tr></tbody></table>

#### Saving Changes

After adjusting the email notification settings according to your preferences, click the "Save Changes" button to apply the updates. You'll start receiving notifications based on the configured parameters.


---

# 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.reekolect.ai/reekolect-resource-center/how-reekolect-works/bot-management/bot-settings/whatsapp-chatbot-settings/alerts.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.
