# Event Log

The event log records errors, warnings and informational messages that occur during server operation, and is a diagnostic and troubleshooting tool. The event log is stored in the root folder of the server in the logs subfolder. Event log can be viewed via the Monokot Server Administrator or Web API.

To open a event log in the Monokot Server Administrator, on the *Server Explorer* pane double-click on *General* and go to *Event Log* tab.

![](/files/xyOFWgs0d7R4y5oYDnoQ)

You can sort the event log by message type, date and time, message source by clicking on the corresponding column in the table. To save the event log to a file click the *Save...* button and specify the path and file name. To view the current version of the event log, click on the *Refresh* or *Sync* button. Use *Errors*, *Warnings* or *Messages* checkboxes to filter messages by type.


---

# 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.monokot.io/basics/administrator-gui/event-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.
