# View Analysis Audit Trail

Each action in Panomics is executed as a job. All jobs are logged in an immutable registry with information such as the issuer, date, and parameters.

To view an anlysis' audit trail, select the analysis and click the `View Audit Trail` button in the grid toolbar.

{% embed url="<https://www.loom.com/share/10f574fccaa444bab5efedee79fc77fd?sid=2bcdc1e4-0f59-4550-8b14-122ae993f826>" %}
Analysis audit trail
{% endembed %}

{% hint style="info" %}
Deleting an analysis does not remove the audit trail, but makes it unreachable from the UI. If you need access to the audit trail of a deleted analysis, please [contact support](/documentation/technical-support.md).
{% endhint %}


---

# 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://documentation.panomics.bio/documentation/analyses/view-analysis-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.
