> ## Documentation Index
> Fetch the complete documentation index at: https://docs.worldassetregister.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Audit log and rollback

> Every change, recorded and reversible

Everything anyone (or any integration, or the AI assistant) changes is
written to the audit log: who, what, when, and the values before and
after. Administrators can undo a single change, or roll the whole
organisation back to a point in time.

<img src="https://mintcdn.com/world-asset-register/1wv9Z868Ss5HEfQo/screenshots/audit-logs.png?fit=max&auto=format&n=1wv9Z868Ss5HEfQo&q=85&s=347247daa364bd710cdcd6edda195f35" alt="The audit log" width="2880" height="1800" data-path="screenshots/audit-logs.png" />

## Reading the audit log

Open **Organisation → Audit logs**. Each entry shows when it happened,
who made the change (a person, or **System** for automated changes),
what action it was (added, updated, removed, exported or imported), and
what it affected. Click an entry for full detail, including its log ID
and, where relevant, the IP address and user agent it came from.

Filter by action type or by who made the change to narrow a long list
down to exactly what you're looking for.

## Rolling back

Rollback needs the `audit.rollback` permission (or Admin) and works from
any log entry showing **Rollback to this point**. It reverses every
tracked change made after that entry, newest first, in a single
all-or-nothing operation. Before anything happens, a preview shows
exactly how many changes will be reversed, so nothing is a surprise.

This makes rollback a genuine undo button for the whole organisation,
not just a single record. If an import went wrong or a bulk edit touched
the wrong assets, roll back to the moment before it happened and
everything after that point is reversed together.

## Streaming audit data out

For teams that want the audit trail in their own systems (a SIEM, a data
warehouse, a compliance tool), the audit stream can be sent out
continuously. See [Developer tools](/connect/developer-tools).
