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

# Enable Notifications

When your AI Agent encounters a question it cannot answer or detects an urgent issue, it's essential that the conversation is escalated to a human operator. This escalation is crucial to ensure prompt and effective resolution of the situation, maintaining a seamless user experience.

#### Importance of Notifications

Without proper notifications, you won't be aware of when human intervention is needed. Notifications are vital in managing the escalation process effectively. They serve as a trigger mechanism that draws immediate attention to situations requiring human expertise.

#### **How to set Notifications?**

1. Navigate to [Settings → General](https://app.guestreply.ai/settings)
2. Access notification management and `Click here to manage your profile, password, and notifications`

![Access notification management](https://2876699998-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpPCRbMD6qrwDHChBDXHZ%2Fuploads%2Fgit-blob-74092bd5e333ab20e9ae0120fdb7f36c87c761e9%2Faccess-notification-management.png?alt=media)

4. Enter your email address and toggle `Escalation Notifications` to On

![Enable Escalation Notifications](https://2876699998-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpPCRbMD6qrwDHChBDXHZ%2Fuploads%2Fgit-blob-60d1dcd1cd24be3ba485e284bd4c16116897d5af%2Fenable-escalation-notifications.png?alt=media)

! Make sure to enable `Email me when AI assistant escalates a conversation` in your notification settings to stay informed about escalated issues.

#### This is the **most important notification** to enable. Here's why:

✅ **Immediate alerts** when AI needs your help\
✅ **Faster response times** to complex guest issues\
✅ **Prevents missed urgent requests** (maintenance emergencies, booking problems)\
✅ **Protects your reputation** by ensuring no guest is left waiting\
✅ **Reduces stress** knowing you'll be notified when needed

Ensuring human intervention, you can uphold the quality of service and maintain user trust. Reliable notifications bridge the gap between AI capabilities and human expertise, ensuring no issue goes unnoticed.


---

# 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.guestreply.ai/readme/best-practises/enable-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.
