# Events

## Event list

Everything that is done in Metamaze is saved under the events. These events can then be consulted to see what happened on a project, upload or document, …

![](/files/mkzLJnIr1HwhOEwKe0Co)

The information is shown in the event list:

| Column      | Description                                                                                                                                                                                                                                                                                             |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Date        | The date and time when the event occurred                                                                                                                                                                                                                                                               |
| User        | The user who triggered the event                                                                                                                                                                                                                                                                        |
| Project     | The project for which the event was triggered                                                                                                                                                                                                                                                           |
| Module      | The module for which the event has triggered                                                                                                                                                                                                                                                            |
| Action      | <p>The type of action which was performed for the event</p><ul><li><strong>Read</strong> <br>The user viewed data</li><li><strong>Create</strong> <br>The user added data</li><li><strong>Update</strong> <br>The user updated data</li><li><strong>Delete</strong> <br>The user deleted data</li></ul> |
| Description | The description of what happened for the event                                                                                                                                                                                                                                                          |

## Event detail

When clicking on an event line, extra technical information can be viewed.

| Input                            | Output                           |
| -------------------------------- | -------------------------------- |
| ![](/files/yXF8EtbJnLbiMjaipyag) | ![](/files/o217e2PwchV2EA1sdSqz) |


---

# 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-old.app.metamaze.eu/organisation/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.
