# Notifications

Users can configure the notification preference during the AI model creation process. They can choose whether the term or data object steward should be notified when recommendations are generated.&#x20;

Users can set the notification preference for Data Classification recommendations via "My Profile." The notification template can also be configured through the system settings.

<figure><img src="/files/bmiI0WaL4vEq37JWqSoA" alt=""><figcaption></figcaption></figure>

Notifications will be received by the executor or the model creator in the following manner.

| Event                  | Notification on Execution Start | Notification on Execution Completion | Job Executor Notified | AI Model Creator Notified |       Steward Notified       |
| ---------------------- | :-----------------------------: | :----------------------------------: | :-------------------: | :-----------------------: | :--------------------------: |
| Manual Execution       |                No               |                  Yes                 |          Yes          |            Yes            |              No              |
| AI Model Scheduled     |               Yes               |                  Yes                 |          Yes          |            Yes            |              No              |
| Job Workflow           |               Yes               |                  Yes                 |          Yes          |            Yes            |              No              |
| Recommendation Created |                No               |                  Yes                 |           No          |             No            | Yes (Term/Object/ Both/None) |


---

# 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://docs.ovaledge.com/release8.1/governance-catalog/data-classification-recommendations/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.
