# Audit logs

The audit log is a comprehensive record of all changes made to the table. PowerTable's audit log is interactive and offers both search and filter options. It also allows you to download and export the logs.

This section provides information on how to access audit logs and other related features.

## 1. Track Changes

Click on the **Audit** tab to open the audit logs window.&#x20;

<figure><img src="/files/V0Bol44aYDdz3qg0bX5F" alt=""><figcaption><p>Audit tab</p></figcaption></figure>

The audit log displays detailed information about recent changes and updates to your table, keeping track of all modifications. The changes are classified into different tabs—Data, Access, etc.—based on the type of change.

#### Data

The **Data** tab provides a chronological record of transactions and actions to track all data changes in the source table, as shown in the image below.&#x20;

<figure><img src="/files/z7zRSOB225lLqgKtznPY" alt=""><figcaption><p>Data changes</p></figcaption></figure>

This log includes the row ID of the modified record, details of the modified columns, the previous and new values, the person who made the change, the date and time of the change, and the type of modification.&#x20;

{% hint style="info" %}
The audit log captures all the significant actions performed on the table, including Insert, Update, Delete, and Soft Delete.
{% endhint %}

#### Access

The Access tab keeps track of any changes to row and column access permissions, including who made the changes and when they were made.

<figure><img src="/files/X7B9xuYdzmJL3iy2Rmff" alt=""><figcaption><p>Access changes</p></figcaption></figure>

Similarly, the **Settings** tab lists all changes to table settings and so on.

## 2. Search and Filter

You can use the 'Search' and 'Filter' options to look for specific changes made to a specific record.

<figure><img src="/files/NwqICJTZngxNGYd9nMJa" alt=""><figcaption><p>Search and filter</p></figcaption></figure>

The options available are as follows:

1. **Search Row ID -** Enter the Row ID in this search box to search and track all changes made to a specific row. Based on the row ID, the logs are dynamically filtered and displayed.
2. **Action -** You can filter records by their type of change, such as inserted, updated with a new value, deleted, or soft-deleted.
3. **Approved By -** When an approval system is in place, you can use this option to filter changes based on who approved them. [This section](broken://pages/TKIqzng0msYl6vYq23R7) contains more information about the approval workflow.
4. **Modified By -** Use this filter to see changes made by specific members of your team.
5. **Last 30 Days -** Use this filter to see changes made within the last 30 days or in a specific date range.
6. **Reset All -** Select this option to remove all applied filters.

## **3. Export Logs**

The **Download Logs** option allows you to download and export audit logs to Excel or CSV files or email them.

<figure><img src="/files/I7pWhKuLAZWmTiFy1RID" alt=""><figcaption><p>Download as Excel file</p></figcaption></figure>

<figure><img src="/files/XXUaiC1VFVTQO37DjN1A" alt=""><figcaption><p>Send the logs to email</p></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.powertable.com/explore-powertable/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.
