# Activity

{% hint style="info" %}
You must be on a [Forest Admin Pro plan](https://www.forestadmin.com/pricing) to have access to this feature.
{% endhint %}

The global *Activity* tab gives you an overall view of all your team's activities:

![](/files/D6UZ3JPg9WhOF8Sl6MqE)

It allows users to track any actions triggered by a member of a Forest Admin project.

The actions that are displayed in the activity view are "write" actions:

* create
* update
* delete
* trigger an [Action](/user-guide/collections/actions/create-and-manage-smart-actions.md#what-is-a-smart-action)
* leave a [note](/user-guide/other-tabs/collaboration/communicate-with-notes.md)

For each of these actions, the **user**, the targeted **record(s)** and **timestamp** are logged.

{% hint style="success" %}
Forest Admin tracks and stores these activities **without records’ sensible data** except the ID/primary key to be able to reconcile data, on users request, in the user interface.
{% endhint %}

{% hint style="warning" %}
Although this is a fairly rare configuration, it is important to note that, for technical reasons, there is currently a limitation when tracking activities on collections sharing the **same name with a different capitalization** (example: `myCollection` and `MyCollection`). Such configuration can occur, for instance, during legacy collection migrations on the data source plugged to Forest Admin.

In such configuration, the activities tracked on a collection (`myCollection`) can be attached to the other (`MyCollection`).
{% endhint %}

#### Export activity logs

As an admin user, you can access to a wider range of activities that occurred in Forest Admin; not only "write" actions (as detailed above) but also "read" action like searches, filters, record details visualization, dashboards visualization, records exports and more.

{% hint style="info" %}
This feature generally helps administrators for users monitoring and operational issues investigations.
{% endhint %}

Simply click on the "Export" button in the header, then select a date range and click "Export activities". Shortly after, you will receive a link to download your export, by email.

![](/files/v420A0JLUpmLR2kfTF95)

#### Activity of a record

As your team grows, so does your customer pool. It gets harder to stay on top of everything that happens on a specific record. Forest Admin also enables you to access the activity logs of a record by clicking on the *Activity* tab of a record page:

![](/files/wBJSHzZ4li2DbqqtVD0b)


---

# 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.forestadmin.com/user-guide/other-tabs/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.
