> For the complete documentation index, see [llms.txt](https://docs.lidiacommerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lidiacommerce.com/products/lidia-pim/pim-user-guide/reporting.md).

# Reporting

The **Audit Report** page in **Lidia PIM** provides a comprehensive **log of system activities**, ensuring transparency and traceability for all actions performed within the platform. This feature is essential for **tracking changes, monitoring updates, and maintaining data integrity**.

***

## **Audit Logs Overview**

The **Audit Logs** section displays a **detailed history of system events**, allowing users to **track modifications and operations** performed on different data entities.

### **Key Data Points in Audit Logs:**

**Log ID** – A unique identifier for each audit entry.\
**Event Type** – Describes the nature of the action (e.g., **Update, Create, Delete, Other**).\
**Entity Type** – Specifies the category of data affected (e.g., **Data Pool, Product, Category**).\
**Entity ID** – The unique identifier of the modified data entity.\
**Message** – Provides a summary of the performed action.\
**Created Date** – The timestamp indicating when the action occurred.

These logs enable **administrators and auditors** to **review historical changes** and ensure **compliance with internal policies and external regulations**.

### **Features & Functionality**

* **Search & Filter Options**
  * Users can **filter logs based on event type, entity type, or specific entity IDs**.
  * Sorting capabilities allow logs to be **organized by date or event type**.
* **Grouping & Sorting**
  * Users can **drag and drop column headers** to group logs based on specific attributes.
  * This enhances **data visibility** and makes it easier to analyze related audit entries.
* **Log Details & Insights**
  * Each entry contains a **detailed message** describing the change.
  * Logs can be expanded to **view additional details about the modifications**.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.lidiacommerce.com/products/lidia-pim/pim-user-guide/reporting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
