> For the complete documentation index, see [llms.txt](https://docs.norrnext.com/norrcompetition/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.norrnext.com/norrcompetition/faq/what-notifications-does-the-component-send.md).

# What notifications does the component send?

NorrCompetition sends notifications to all users who have "Receive System Emails" parameter set to *Yes* in their profile. These are specific actions that are connected with entries:

* **On New** – the notification about new entry. This notification includes entry title, link to contestant (a user who has submitted this entry) and link to entry edit form in control panel.
* **On Changed** - the notification about changed entry.This notification is sent when a user changes the entry. The notification includes entry title, link to contestant and link to entry edit form in control panel.

You can extend the features of notifications with [notifications plugin](https://docs.norrnext.com/norrcompetition/plugins/norrcompetition-notifications).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.norrnext.com/norrcompetition/faq/what-notifications-does-the-component-send.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.
