# Audit Logs

Audit Logs provide a chronological record of changes made within your project. Track who modified what, when they did it, and what the values were before and after the change.

### Why Audit Logs Matter

As teams grow and projects scale, visibility into changes becomes critical for:

* **Accountability**: Know who made specific changes to settings or configurations
* **Debugging**: Trace back configuration changes that may have caused issues
* **Compliance**: Maintain records of modifications for regulatory requirements
* **Collaboration**: Understand what teammates have changed without asking

***

### Log Properties

Each audit log entry captures:

| Property          | Description                                                       |
| ----------------- | ----------------------------------------------------------------- |
| **Time**          | Timestamp when the change occurred                                |
| **Actor**         | User who performed the action                                     |
| **Resource Type** | Category of the modified resource (e.g., prompt, secret, setting) |
| **Resource ID**   | Identifier of the specific resource that was changed              |
| **Actions**       | Type of operation performed (create, update, delete)              |
| **Before**        | State of the resource before the change                           |
| **After**         | State of the resource after the change                            |

***

### Exporting Logs

Click **Export Logs** in the top-right corner to download audit log data for external analysis or archival purposes. You can download them as CSV, JSON or even JSONL.


---

# 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.interactive.ai/settings/audit-logs.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.
