# Audit Trail

The audit trail tab shows the audit trail of each version of the agent and include the details of the user that made the modification and the specific fields that were modified. Open the JSON view (using < > button) to see the details.

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

The JSON view include the userId of the user that made the modification and the field-level details of the modifications that were made to the agent. In the example below, the min and max parallel instances of the agent were both changed to '3'.

<figure><img src="/files/5QJZcJdUAruBKwUzRmov" alt=""><figcaption></figcaption></figure>


---

# 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.contextual.io/documentation-and-resources/components-and-data/agents/agent-details/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.
