# Changelog

You can view or rollback transactions through [Product model setup](/pim3/reference/product-model-setup.md) > [Changelog](/pim3/reference/product-model-setup/changelog.md).

### View transaction

Transactions are shown directly in the changelog page.

### Find transaction

1. Click column header name for Committed, Started, Transactions type or Username.
2. Type value to search for

{% hint style="info" %}
**Tip** When searching in text it defaults to a "Contain" search. If exact match is required wrap the search text in quotes like "text to search for".

Searching in numeric values supports less or greater than like <5 or >10.
{% endhint %}

### Export transactions

1. Select the transactions you want to export
2. Click the "Actions"-button
3. Choose "Export selected"

### View transaction changes

1. Click the transaction you want to view transaction changes for

### Find transaction change

1. View transaction changes
2. Click the search column(s) you want to search, Name or Type
3. Enter your search parameter(s)

### Rollback transaction change

1. View transaction changes
2. Identify the transaction change you want to rollback
3. Click the "Rollback"-button

### Bulk rollback transaction changes

1. View transaction changes
2. Select the transaction changes you want to rollback
3. Click the "Actions"-button
4. Choose "Rollback selected"

### Export transaction changes

1. View transaction changes
2. Select the transaction changes you want to export
3. Click the "Actions"-button
4. Choose "Export selected"


---

# 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.struct.com/pim3/reference/product-model-setup/changelog.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.
