# Audit Log

Accessible via the application menu in the top right area of the screen, the audit log provides a history of user actions performed within the workgroup. The following details are captured per event:

* **Date** - The date and time of the event
* **User** - The user that triggered the event
* **Entity Type** - The entity that the event affects
* **Event Name** - The type of event performed
* **Description** - Details on the event performed

## Filtering the Audit Log

The audit log can be filtered to return events based on the following criteria:

* **Date Range** - Events that fall under a range of dates
* **User** - Events that were triggered by a specific user
* **Event Name** - Events matching the specified type
* **Entity Type and ID** - Events where a specified entity id of entity type is involved (e.g. Case ID)

## Exporting the Audit Log

By clicking *Export log* above the event table, the events in the audit log table can be downloaded including any filters applied up to the latest 10,000 events.


---

# 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://help.connected.illumina.com/connected-insights/manage-cases/al-introduction.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.
