# Activity

## Overview

Activity is a feature that allows users to keep track  :face\_with\_monocle: of all the actions or operations performed on a data entity.

Actions like Create, Run, Settings Update, Job Run, and Query Update can all be tracked through this feature.

It thus provides a timeline of all the activities that have been performed, allowing users to revisit the old settings or queries.

### Watch Video :tv:

{% embed url="<https://youtu.be/-CicQheF4f4>" %}
Activity : Explanations & Feature Walkthrough
{% endembed %}

## Feature Walkthrough :person\_walking:

It is available for all data entities, [SQL transforms](/product/transforming-your-data/sql-transform.md), [dashboards](/product/analysing-your-data/dashboards.md), and [reports](/product/analysing-your-data/reports.md).

<figure><img src="/files/CAhCSgm5TgXYw5TaMTh7" alt=""><figcaption><p>Features on Activity page</p></figcaption></figure>

### Filter Options

On the View activity page, activities can be **filtered** based on:

* **Date range**
* **Type of activity** (create, run, update, etc.)
* **Users** who performed the activity

### More Details

:mouse\_three\_button:Click on "**More**" in the **Props column** to view additional details.&#x20;

It shows the details related to the **settings** that may have been **edited**.&#x20;

The changes made in the **script** are also visible, which comes in handy when retrieving the **older** **queries**.


---

# 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.sprinkledata.com/product/collaborating-on-data/activity.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.
