# Notifications

You can set up notifications to receive an email when an action is performed on a given content item. To receive notifications, you need to add your email address to your user profile.

To set up notifications for a content item:

1. Click **...** next to the page or select the page and click **Actions** in the top-right corner of the screen.
2. Choose **Notifications**.

   ![Notifications Menu](/files/Xu55jD2kHHDqbZjZqRSv)
3. Check the actions in which you are interested and you will receive notifications each time the given action occurs.

   ![notifications.jpg](/files/Ch9AZMzOmIzZKOSLMIcs)
4. Click **Save**.

{% hint style="info" %}
The notification settings apply to the chosen content item as well as any child items that appear below the item in the content tree.
{% endhint %}

{% hint style="info" %}
If the notifications option does not appear, the SMTP settings are probably incorrect. In this case, contact the administrator of your website.
{% endhint %}


---

# 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.umbraco.com/umbraco-cms/18.latest/get-started/editors-manual/tips-and-tricks/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.
