# Event Logs

The Event Logs page provides a complete overview of activity within a space. Each log entry captures key details about actions taken in the application, making it easier to monitor changes, track user activity, and maintain transparency.

### Event Logs Table

The event logs table includes:

* **Timestamp** – records when the action took place.
* **Type** – identifies what kind of action occurred (e.g. *Rule*).
* **Event** – specifies the exact change (e.g. *Rule edited*).
* **Resource** – for rule events, this provides a direct link to the affected rule (if the rule still exists) and also allows you to copy the rule ID. For other event types, it shows the name of the affected item (e.g. an API key name).
* **User** – shows the email of the user who performed the action.

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

### Rule Picker

You can use the rule picker to filter logs by a specific rule. When no rule is selected, the table displays all events for the entire space, giving you flexibility to either drill down into a single rule or see the bigger picture.

This functionality helps teams track who changed what, when, and where, supporting both day-to-day collaboration and long-term audit requirements.


---

# 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.decisionrules.io/doc/space/event-logs.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.
