> For the complete documentation index, see [llms.txt](https://docs.opsmx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsmx.com/opsmx-1/opsmx-intelligent-software-delivery-isd-platform-argo/user-guide/audit/system-audit.md).

# System Audit

The System Audit page displays the details of all the CRUD (create, read, update and delete) actions that happen in the ISD.&#x20;

To view the **System Audit** page, click on **Audit** from the application dashboard, and the System Audit screen appears as shown in the image below:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfzyr3pG3v6qXO33UuXNjX1UunQ_9DlV9jxIEe1NTCbQih2BxcltKWxZ7ubZulk9zpgq6D_Mz9C3ZjTchR5Kr2bu-Y3PstgNP9lW890BOPJ2mIarxm9ZBEjXwb_yzOi05EA5N6xn6A9JITeJzQ_6rhy1IfG?key=mFAuznVTee01jbz2x0ckdg" alt=""><figcaption></figcaption></figure>

The following details are displayed:

* **Resource**: This column displays the name of the application.&#x20;
* **Resource Type**: This column displays the type of resource in which the action has occurred.&#x20;
* **Action**: This column displays the action that has occurred namely; updation, creation or deletion.&#x20;
* **Status**: This column displays the status of the action whether it is successful or not.&#x20;
* **User**: This column displays the name of the user.&#x20;
* **User Type**: This column displays the type of the user whether admin or non-admin.&#x20;
* **Message**: This column displays the message of the action. Hovering over the message a detailed description of the message is shown.&#x20;
* **Timestamp**: This column displays the time and date of when the action took place.&#x20;

The page also displays the various filters as listed below:

### Show Data For

You can use the Show Data For filter to display the details based on the selected time range. The time range ranges from Today, Yesterday, Last 7 Days, Last 1 Month, Last 6 Months, All and Custom Range where you can customize the time for which you want the data to be displayed.<br>

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

### Show / Hide Columns

You can use the Show / Hide Columns filter to display the columns that you want to display. Select the needed columns and only those are displayed as shown below:

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

{% hint style="info" %}
You can also download the details in CSV file format by clicking the download button as shown.&#x20;
{% endhint %}

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


---

# 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.opsmx.com/opsmx-1/opsmx-intelligent-software-delivery-isd-platform-argo/user-guide/audit/system-audit.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.
