> For the complete documentation index, see [llms.txt](https://docs.cottfile.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cottfile.com/admin-guide/audit-log.md).

# Audit Log

The Audit Log provides a complete record of all actions taken across the platform. Use it to review who did what and when for compliance and troubleshooting purposes.

{% hint style="info" %}
This feature is coming soon. The Audit Log page is available in the sidebar but is not yet functional.
{% endhint %}

## Planned Capabilities

When available, the Audit Log will allow you to:

* View a chronological list of all administrative and filing actions
* Filter by user, action type, parish, or date range
* Drill into individual entries for full detail on what changed

{% hint style="info" %}
**📹 GIF:** The planned Audit Log interface -- filtering the log by user and action type, scrolling through chronological entries, and expanding an entry to see the full change details.
{% endhint %}


---

# 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:

```
GET https://docs.cottfile.com/admin-guide/audit-log.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.
