# Notifications

Fulfilleo allows for sending email notifications based on the status of fulfillment.

<figure><img src="/files/48BgSMgDnMpuWRSWPvtg" alt=""><figcaption><p>Notification settings</p></figcaption></figure>

To set the notifications you need to enter an email address in the 'Email recipients' text area. Then select one or more available options of when the notification should be sent. Then save the settings.

#### When error occurs

Notification is sent whenever the fulfillment of the orders fail.

#### When a warning occurs

Notification is sent whenever the fulfillment of the orders ends in warning. Than can happen in two cases:

* Source files contain fulfillment information about orders that don't exist in Shopify.
* Source files contain fulfillment information about multiple orders and some fulfillments end successfully while others fail.

#### When completed successfully

Notification is sent when orders are succesfully fulfilled.


---

# 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://help.fulfilleo.solvenium.com/settings/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.
