# Administration Audit Trail

It is particularly important to track changes to your system’s configuration, as issues may arise when changes are made which are inappropriate for the business environment.

ASM Core keeps an audit trail of all changes made to administration settings.

{% hint style="danger" %}
It is not possible to disable this functionality.

**ASM Core does not audit changes made to a system through the Server Console, Data Import Wizard, or through queries run on the database.**
{% endhint %}

### Viewing the Audit Trail <a href="#viewing" id="viewing"></a>

{% hint style="info" %}

### Before you start

Audit trail options are only enabled for the areas of the system to which your security role permits you access.
{% endhint %}

{% @arcade/embed flowId="f5jFOfkPET32jUOpDBL7" url="<https://app.arcade.software/share/f5jFOfkPET32jUOpDBL7>" %}

1. Select **Menu**, then **Admin**, and then select **System Administration**. The System Administration window appears, with a menu of options available.
2. Select the **Access the Administration Audit** option from the menu on the on the System Administration window.
3. The **Administration Audit Trail** window appears. The list shown in the left pane closely follows the groups and options in the **System Administration** Explorer. Scroll down to see them all.
4. Select an option from the left pane. For example, select **General Access** under **Security Roles** to see all of the changes made within this window.&#x20;

To view an audit trail of all changes to administration settings, select **All** at the top of the list on the left pane. You may need to scroll up to see it. You can click on this option although the pointer does not display as a hand. You may need to refresh the display.

All audit trail entries for the areas of administration you are allowed to access are displayed in the browse table, listing all of the changes made to the selected area. Each row in the browse table represents a separate change.

{% hint style="info" %}
The maximum number of entries is set through the [Browse Limits](/asm-hermes/setup-and-configure-asm/configuring-your-system/system-administration-settings/system-settings-menu/browse-limits.md).
{% endhint %}

The browse table has the following columns:

<table data-header-hidden><thead><tr><th width="219"></th><th></th></tr></thead><tbody><tr><td><strong>Primary Tab</strong></td><td>The name of the heading or group in which the option appears</td></tr><tr><td><strong>Secondary Tab</strong></td><td>The name of the option in which the change was made</td></tr><tr><td><strong>Option</strong></td><td>The name of the option or setting which changed</td></tr><tr><td><strong>Previous Value</strong></td><td>The value of the Option before the change was made. If the option is a checkbox, this column displays <strong>True</strong> (checkbox was selected) or <strong>False</strong> (checkbox was clear)</td></tr><tr><td><strong>New Value</strong></td><td>The value of the option after the change</td></tr><tr><td><strong>Analyst</strong></td><td>The name of the Analyst who made the change</td></tr><tr><td><strong>Source</strong></td><td>The area changed, for example, Service Desk</td></tr><tr><td><strong>Time</strong></td><td>The date and time of the change</td></tr><tr><td><strong>Action</strong></td><td>The type of change. If the Option changed is a single-value field, the action is Updated. For multi-value fields such as a multi-select list, the actions can be Added or Removed</td></tr><tr><td><strong>Reason</strong></td><td>If change reasons are enabled in the Auditing settings, this column will display the reason specified by the Analyst when making the change through the Change Reasons dialog box</td></tr></tbody></table>

If you cannot see all of the columns, you can resize or reorder the way in which they are displayed.


---

# 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.alemba.com/asm-hermes/setup-and-configure-asm/configuring-your-system/system-administration-settings/system-settings-menu/auditing/administration-audit-trail.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.
