# Notifications

💡 Dataimporter offers you different notification settings, for how you are notified about the Jobs that have been run.

## Email Notifications

Head over to the Details page, where you will be able to select the email notifications for yourself.

### Always

Select always, and Dataimporter will always send you an Email, on the completion of a Job run.

### On Errors

If your Job run contains errors, then you will receive an email, otherwise if the Job processes without errors, you will not receive an email.

### Never

You will never receive an Email on completion of a Job run.

## Success / Error Files Attached

Here you can either select Yes or No. If you select Yes, than the success and error files will be attached as CSV files, when sending the notification emails, otherwise they will not be attached.

**We do not recommend attaching CSV files for the following use cases:**

* Large job runs as the email will most likely be blocked by your email server.
* Where sensitive data should not be sent via Email.


---

# 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.dataimporter.io/account-management/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.
