> For the complete documentation index, see [llms.txt](https://docs.peakcommerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.peakcommerce.com/product/settings/company-settings/system-notifications.md).

# System Notifications

### Overview

To access Notification settings, navigate to Company Settings > Company Information > Site Configurations > Notifications. To modify these settings, click the Edit button.

### Notification Settings

There are two Notification Settings for managing the recipients of error-reporting emails:

#### Recipients

This section enables the addition of email addresses to receive notifications regarding error reports. Users in PeakCommerce, excluding customers, can be selected from a dropdown menu. Four types of error notifications are sent to this list:

1. When a Billing System account and subscription are successfully created but the lead fails to convert.
2. When there is a failure to sync the CRM ID to the Billing System.
3. When there is a failure to create an account in the CRM System from in-app signup.
4. When there is a failure to override the account number in the CRM System with the Billing System account number.
5. When a Case fails to create in the CRM System.

#### Sales Reps to Receive Notifications

When this checkbox is selected, Sales Reps are included in the recipients of error-reporting email notifications, in addition to those listed in the Recipients field.


---

# 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:

```
GET https://docs.peakcommerce.com/product/settings/company-settings/system-notifications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
