# Activity Log

> The Activity Log in the admin panel provides an overview of all actions performed within the system. It helps administrators track changes, user activities, and system modifications. Below is a detailed breakdown of the components:

### Table Columns

1\. Action: Indicates the type of action performed, such as:

• Delete menu (red): Removing a menu.

• Create item (green): Adding an item to a collection.

• Update view (orange): Modifying the view of a table or collection.

• Create field (green): Adding a new field to a table.

• Create menu (green): Adding a new menu.

• Create table (green): Creating a new table.

• Login (green): User login activities.

2\. Collection: Specifies the collection or table where the action occurred, such as Menu, test-table, or User.

3\. Action On: Displays the exact date and time the action was performed for auditing purposes.

4\. Action By: Identifies the user or system role responsible for the action, such as taskmanager.

### Filter Options

• Dropdown Filter: Allows filtering actions by their type, such as creating, deleting, or updating.

• Date Range Picker: Enables users to filter activities based on a specific date range. For example, activities between 01.11.2024 to 30.11.2024 can be displayed.

### Additional Features

• Pagination: Located at the bottom, allowing users to navigate through multiple pages of logs.

• Count: Displays the total number of logs visible in the current view (currently showing 0 under Count).

## Use Case

The Activity Log is useful for:

• Monitoring user and system activities for security and auditing.

• Identifying recent changes or updates to collections, menus, or fields.

• Debugging errors by reviewing the history of actions.

This feature provides a clear and detailed history of all modifications, ensuring accountability and transparency in system operations.
