> For the complete documentation index, see [llms.txt](https://bluurdoc.bluur.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bluurdoc.bluur.ai/en/functions/event-log/system-events.md).

# System events

The log includes, among other things, logins, opening documents, actions performed in projects, tag changes, and operations related to classification, anonymization, archiving, and deleting documents. It allows you to check what was performed, when a given event occurred, and who authored it.

### Information available in the log

Each entry in the table contains basic information about the recorded operation:

* **Date** – the day and exact time the event occurred;
* **Event** – a description of the operation performed, for example adding a tag, anonymizing a document, or deleting a source document;
* **Created by** – the user or system responsible for performing the operation.

<figure><img src="/files/eebb51d3dd306d33e2d20e4c402a1249c5b9bedf" alt="Tabela zdarzeń systemowych z kolumnami Data, Zdarzenie oraz Stworzony przez."><figcaption><p>A list of operations recorded in the system.</p></figcaption></figure>

{% hint style="info" %}
**Important:** System events are stored for the entire lifetime of the organization account and are not subject to document retention settings.
{% endhint %}

### Searching and filtering events

The user can use the **Search**, to quickly find a selected event.

Filtering is also available. To open the filter panel, click the **funnel** icon next to the **Filters**. After setting the criteria, click **Apply filters**. To clear the selected criteria, use the option **Reset filters**.

If there are no matching entries in the list, remove the search phrase or click **Reset filters**, to display all available events again.

<figure><img src="/files/fa36f40418cd0375fb15bbe2f3bc1b18fa5fa829" alt="Panel filtrowania zdarzeń systemowych z dostępnymi kryteriami oraz przyciskami Zastosuj filtry i Resetuj filtry."><figcaption><p>Search and filter panel for system events.</p></figcaption></figure>

### Browsing entries

Events are displayed chronologically in table form. Using pagination below the table, you can move between subsequent pages of the log.

The number of entries visible on one page can be changed using the list available at the bottom of the view.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://bluurdoc.bluur.ai/en/functions/event-log/system-events.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
