# Activity Log

## 📄 What is the activity log ?

The survey activity log will track all the action events on your survey, at what time and by whom they were triggered. Not only does it allow you to have a full editing history of your forms but it also allows you to to log data from [security items](/form-management/security/security-items.md) with logging option enabled to log for example failed access attempts to your forms.

By default the activity log data will be stored in the ngSurvey database but its also possible to forward the activities to a [third party logging system](/installation-setup/installation/monitoring-and-logging.md).&#x20;

<figure><img src="/files/b8Gu8lIwihXaCfG8zwfg" alt=""><figcaption></figcaption></figure>

Using the activity log header you can filter its output events by date or type.

{% hint style="info" %}
For security reasons its not possible to clear the activity log.
{% endhint %}

{% hint style="info" %}
Activities performed using an API JWT key will be indicated.
{% 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.ngsurvey.com/form-management/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.
