# Entry Data Comparison

If changed entries require moderation, then any change in entries data (in front-end) will be applied to the entry only after approval of these changes. This can be achieved with entry data comparison.

If the data in entry form was changed then NorrCompetition automatically sets the Changed status on associated entry.

Proceed to entries list: *Components > NorrCompetition > Entries*. Set the value of the changed status in the left sidebar filter to Changed. Select the entry from the list and click on the Edit button on the top toolbar. Or simply click on the required entry. A form of entry data comparison will be opened.

<figure><img src="https://norrnext.com/images/docs/norrcompetition/entries/comparison_form.png" alt="NorrCompetition - Comparison form"><figcaption><p>Comparison form</p></figcaption></figure>

The form is divided into four columns:

* **Field** - the title of the entry field
* **Old value** – the old value of the field
* **New value** - the new value of the field
* **Apply new value** – a checkbox for applying new value. If it is checked then the old value will be changed to new one. If it is not checked then the old value will remain the same.

When you checked all the data save the entry.

### Setting notification about changed entries

Also, you can set up e-mail notifications about changed applications. Proceed to *Components > NorrCompetition > Options*. In the General tab find the Entries Forms Notification parameter and select to On Changed.

{% hint style="warning" %}
This notification will be sent to all users who have Receive System Emails parameter set to Yes in their profile.
{% 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.norrnext.com/norrcompetition/entries/entry-data-comparison.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.
