# User History

### Overview

If multiple admins are working in and managing PeakCommerce, configurations can be changing without one's knowledge. In order to audit changes that have been made to a segment, PeakCommerce has implemented Login History, Audit Logs, and Acknowledgements.

### Navigation

To view the audit log for activity on a particular user:

* Navigate to Users > All Users > select the user of choice > Actions > View

The Audit History can be found below the Login History.

### Understanding the Audit Log

The following fields of information are included in the audit logs list:

<table data-header-hidden><thead><tr><th width="233.49609375">Column</th><th>Description</th></tr></thead><tbody><tr><td>Time</td><td>The date and time stamp from when the changes were made.</td></tr><tr><td>Actor</td><td>The name of the admin user who made the change.</td></tr><tr><td>IP Address</td><td>The IP address of the admin who made the change.</td></tr><tr><td>Item</td><td>The element that was changed. For example: First Name, Last Name, Status.</td></tr><tr><td>Type</td><td>The type of change that was made. For example: Created, Field Updated.</td></tr><tr><td>Action</td><td>The actions that have been taken towards this user's information. It is displayed as From: (original value) and To: (new value)</td></tr></tbody></table>

### **Third-Party Audit Logs**

PeakCommerce supports the ability to utilize third-party systems for audit log purposes. For example, you can install code from Heap Analytics to see user clicks, movement and changes.


---

# 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.peakcommerce.com/product/using-peakcommerce/users-and-user-roles/user-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.
