# Activity log

{% hint style="info" %}
**Activity Logs** are available to customers on [**Core** **plan**](https://www.secoda.co/pricing)**.** Interested in upgrade options? Click on the "Upgrade" button on the Activity Logs page or reach out to the Customer team (<support@secoda.co>).
{% endhint %}

The Activity Log shows the history of activity on each resource. This includes when it was created, when it's metadata has been edited, and many other updates. This can show you what different users have worked on in Secoda and helps to track down changes over time.

To access the Activity Log click on the three dot menu in the Properties sidebar on the top right-hand corner of the resource, and select **Activity Log**.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/03344273-7084-4027-8a57-446b73b5bc04.gif" alt=""><figcaption></figcaption></figure>

### Version History

In Secoda, versions are snapshots of an resource's state at a specific point in time. They capture all the edits and changes made, grouped by time, allowing users to track the evolution of documents, tables, or other resources. This versioning system enables users to review past changes, understand the history of modifications, and restore any previous version if needed, ensuring data integrity and flexibility in managing information.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/ab1d5172-42ae-40f8-9fe3-0ef3db10fbc0.png" alt=""><figcaption></figcaption></figure>

#### Reviewing Versions

To review versions in Secoda, navigate to the section where you want to access the version history. You'll find a list of versions, which are edits grouped by time, showing how the resource has evolved. By clicking on any version, you can view the details of the changes made during that period, helping you decide if you want to restore to that version.

#### Restoring a Version

To restore a version, first select the desired version from the list after reviewing the changes. Confirm your choice to roll back all properties of the resource to the state they were in at that specific point in time. To restore the resource to that version click "Restore version". After the restoration, review the resource to ensure it reflects the desired state.

{% hint style="info" %}
Not using Secoda to manage your data discovery yet? Sign up for free [here](http://app.secoda.co/) 👈
{% endhint %}


---

# 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.secoda.co/features/activity-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.
