# View CRUD (Create, Read, Update and Delete) Changes

{% hint style="danger" %} <mark style="color:red;">**You must be an administrator of the Registry to be able to perform these actions.**</mark>
{% endhint %}

All the CRUD functions performed in the registry can be monitored by going to the 'CRUD events' in the Aristotle registry.

1. Click the 'Django administration' on the left side panel.

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

If 'Django administration' is not visible on the left side panel:

* Go to the 'Administrator tools' and click on the 'Manage Users'.

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

* Click on the 'Manage' dropdown, inline with your name, then Click on the 'Change site-wide permissions'.

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

* Tick the check box for 'Access Django admin area' if it is not checked, and click the 'Save Changes' button

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

* Once the changes are saved, refresh the page, and you will be able to see 'Django Administration' on the left side panel.&#x20;

2\. After clicking 'Django Administration' scroll down to 'EASY AUDIT APPLICATION', Click on the change button inline with 'CRUD events'.

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

3\. On this screen, you can see the CRUD actions performed in the registry. You can apply filters either from the right side 'Filters' options or by date below search. Also, you can search for the item name or id in the search bar.

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

4\. Click on the item's event type to further see the details of the particular item. We can see who has performed that action, at what time, the changed fields and the action taken, For instance, in the below example, action is 'Update' and it was updated on 25 Oct 2022 at 10.23 a.m.

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

5\. Similarly, you can check who has created, updated or deleted items in the registry and at what time by following the same steps.


---

# 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.aristotlemetadata.com/administrator-tasks/view-crud-create-read-update-and-delete-changes.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.
