> For the complete documentation index, see [llms.txt](https://docs.struct.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.struct.com/tutorials/guides/how-to-use-the-changelog/how-to-navigate-the-changelog.md).

# How to navigate the Changelog

The changelog provides a record of all changes made to the system. While this is useful, it can be tricky to navigate. This quick guide will help you understand and navigate changelogs with ease.

### Where to find the changelog

You can find the changelog by navigating to "Settings" > "Maintenance & Insights" > "System changelog". This section lists all changes made to entities in the system.

<figure><img src="/files/jiHtjYWkt0OAPz6K4hUF" alt=""><figcaption><p>Settings page</p></figcaption></figure>

Opening the changelog will introduce you to a list of changelog entries. Each changelog entry is referred to as a transaction.&#x20;

<figure><img src="/files/nCIym8aqHkzdjv3UhkcH" alt=""><figcaption><p>Changelog page</p></figcaption></figure>

### How to view a transaction

To view a transaction, hover over a changelog transaction  and click the eye icon that appears on the right. This will display the transaction’s details, which may include a single change or multiple changes made in that transaction.

<figure><img src="/files/6KBVsy35b1wzcq0vyHrE" alt=""><figcaption><p>View a changelog</p></figcaption></figure>

You can also view the changes made to each entity in a transaction. You can do this by clicking 'View changelog changes' on the entity.

<figure><img src="/files/2O2AFjJPUOGa8Ix2dIGj" alt=""><figcaption><p>Transaction content</p></figcaption></figure>

When you click "View changelog changes", it will display a rollback revision.

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

Here you can see the changes made as well as the expected result if you choose to perform a rollback.&#x20;

{% hint style="info" %}
For more information on using the rollback feature, see [How to use Changelogs actions](/tutorials/guides/how-to-use-the-changelog/how-to-use-rollback-or-export-transactions-in-the-changelog.md#rollback-single-entity).
{% endhint %}


---

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