> For the complete documentation index, see [llms.txt](https://usermanual.ergonode.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://usermanual.ergonode.com/products/catalog/history.md).

# History

The history tab displays a table of changes made to the product, including adding, modifying, or deleting data. The table has seven columns:

* **Date:** The date and time when the change occurred.
* **Resource:** The name of the data entity affected by the change.
* **Identifier:** A unique identifier for the data entity.
* **Author:** The name of the user who performed the change, or the system if the change was automated.&#x20;
* **Source:** The location or method from which the change was initiated.
* **Event:** The type of change.
* **Message:** A brief description of the change, such as the new or old value of a field or the destination of a move.

<figure><img src="/files/IABktCquXTJvB7kzAlUA" alt=""><figcaption><p>Example of using filters on "Source" column</p></figcaption></figure>

The history tab allows users to view application history, filter the table by different criteria, and sort it by various columns. This helps users track changes, monitor activity, and troubleshoot issues in the application.


---

# 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://usermanual.ergonode.com/products/catalog/history.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.
