> For the complete documentation index, see [llms.txt](https://docs.fylr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fylr.io/for-administrators/events.md).

# Events

{% hint style="info" %}
This menu is only available for users with the appropriate system right.
{% endhint %}

## Search

Use the **search** to **filter** all **events** (see below for a [list of all possible events](/for-administrators/events/event-type-reference.md)). The **options** mentioned below can be **combined** (except event ID). Simply select the search criteria and then hit "**Search**" and you will see the **results** in the middle pane. To **reset** your **filters**, click on "**Reset**".

When **searching**, you have the following **options**:

<table><thead><tr><th width="184.5">OPTION</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td>Event ID</td><td>ID of the event.</td></tr><tr><td>Type</td><td>Type of the event. <a href="/pages/p68HYzNG3Eqlo0piG44R">See the Event Type Reference.</a></td></tr><tr><td>Date From</td><td>Select a date when the event should have occurred. If left empty, all events that occurred before the "Date To" will be shown.</td></tr><tr><td>Date To</td><td>Select a date when the event should have occurred. If left empty, all events that occurred after the "Date From" will be shown.</td></tr><tr><td>User Type</td><td>Select a user type to show all events that are connected to this user type. For a description of the user types, please refer to "<a href="/pages/fGkDmbNWeEii48AFo6mg#user-types">User</a>".</td></tr><tr><td>User</td><td>Select a user to show all events that are connected to this user.</td></tr><tr><td>Group</td><td>Select a group to show all events that are connected to the group and the users of this group.</td></tr></tbody></table>

## Events

In the **middle** pane, the **event results** will be **displayed** after searching. By **default**, the **newest** events are **displayed** at the **top**. You can **change** the **order** by clicking on the **column** **headers** (except column "Type"). If the search result exceeds **100** results, a **navigation** will be shown at the **bottom**. **Click** on an **event** to **view** all **details**.

Once **selected**, single **events** can be **deleted** by clicking on the **minus** button at the **bottom**. To **delete** **all** **events** from the search click on the button "**Delete Events**".

You can also **download** a **CSV file** with all **events** from the **search** by clicking on the button "**Download as CSV**".

## Event Details

On the **right**, all **details** of a **selected** **event** are **displayed**. The fields differ for each type.

## Event Types

All event types are documented in the [Event Type Reference](/for-administrators/events/event-type-reference.md): when each event is created and which data is stored with it.


---

# 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:

```
GET https://docs.fylr.io/for-administrators/events.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.
