# Custom notifications

**Custom notifications** allow you to include external stakeholders in project communications without granting them full system access. This feature enables collaboration with customers, partners, or other external parties who need to stay informed about project progress.

{% hint style="info" %}
Custom notifications are also useful for sending notifications to email lists, such as `accounting@example.com` or `accounts-receivable@example.com`.
{% endhint %}

<figure><img src="/files/d4eAj8lcMrx7dwrmjcZt" alt=""><figcaption><p>Custom notification list</p></figcaption></figure>

### Managing custom notifications

To set up a new custom notification:

1. Navigate to the [Organization settings](https://assets.hardfin.com/organization) page
2. In the **Custom notifications** section, choose **Add**
3. Enter the email address to receive the notification
4. Choose the appropriate notification preferences
5. Save the configuration to begin sending notifications

<figure><img src="/files/x7iRb1nwk4Q0JUizLRLp" alt="" width="563"><figcaption><p>Configuring a new custom notification</p></figcaption></figure>

A custom notification can be configured for any of Hardfin's [notification options](/monitor-the-details/notifications.md).

Once set up, an existing custom notification can be modified by clicking "edit" or "delete" next to the email address in the custom notification list.


---

# Agent Instructions: 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://guide.hardfin.com/manage-your-account/organization/custom-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.
