# Product Monitoring Features

P4W system provides tools to monitor and record every action concerning the products whether it is initial product creation, editing, receiving, moving, etc. &#x20;

![](/files/tcEq4Z0GJy6tDrK0AGBP)

## Changes

This section represents full log of the product starting from its creation date and finishing with the latest edit. Changes only reflect product details and not warehouse operation with said product (e.g., receiving, picking, shipping, etc.)

![](/files/y7MSuBjAWUKovuRDJb7r)

Events column represent the log of every modification that was made to the product. 'Details' sections shows exactly the nature of the event, user who is responsible for the new log entry and the exact timestamp, as shown above. Finally, 'Changes' table list what exactly has been added/edited in the product.

{% hint style="info" %}
Notice: Only updated changes will be reflected in the event table. Changes are not saved automatically.
{% endhint %}

## Notes

This tool allow users to create notes concerning the chosen product. To create new note for the product click 'Notes...' link from the product page and chose 'New note' option in the bottom right corner of the new widow.

![](/files/Ctg7pj6NWd6eZS1ak1G3)

Enter subject and the note itself in the pop-up details window. Click 'Submit' to continue.

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

{% hint style="info" %}
Notice: 'Subject' field is mandatory for filling.
{% endhint %}

After creating new note users can add attachments (e.g., text file, picture, etc.) by clicking 'Upload' link from the 'Attachment' column.

![](/files/kGoJTBA7rG2l0wsGplyo)

Finally, notes can be deleted by clicking 'Remove' button from 'Action column'.

## Audit

Unlike 'Changes' described previously, 'Audit' logs all warehouse operations concerning select product.&#x20;

In the pop-up window, set data range and select a warehouse for product audit.&#x20;

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

#### Result

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


---

# 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.p4warehouse.com/v2/products-full-guide/product-setup/product-settings/product-monitoring-features.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.
