# How to use the Changelog

The changelog is your go-to tool for tracking every edit made to entities[^1] in the system, right down to the smallest detail. It not only lets you review changes but also gives you the ability to roll back updates, making it easy to correct mistakes or restore previous versions. Below, you will find tutorials to help you get the most out of this feature.

### Guides

* [How to navigate the changelog](/tutorials/guides/how-to-use-the-changelog/how-to-navigate-the-changelog.md)
* [How to use rollback or export transactions in the changelog](/tutorials/guides/how-to-use-the-changelog/how-to-use-rollback-or-export-transactions-in-the-changelog.md)

[^1]: Entities refer to products, variants, variant groups, categories, assets, global lists and global list values.


---

# 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/tutorials/guides/how-to-use-the-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.
