# Viewing the audit log for a project

{% hint style="info" %}
**Required guided redaction permission:** View audit log
{% endhint %}

The audit log tracks the following actions associated with the project:

* Project is created
* Files are added or removed
* Project status changes
* File status changes
* Comments are added
* Files are exported

To display the audit log:

1. On the project details page, click **More**.
2. In the menu, click **Audit log**.

For each entry, the audit log includes the following information:

* When the action occurred.
* The email address of the user who performed the action.
* The type of action.
* A description of the action.


---

# 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.tonic.ai/textual/guided-redaction/redaction-project-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.
