> For the complete documentation index, see [llms.txt](https://documentation.madonnestudio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.madonnestudio.com/paid-scripts/madonnadmin/how-to-use-it/web-dashboard/logs.md).

# Logs

The logs interface provides a global view of all player activity across the server, presented as a structured table. Unlike player profile logs which are scoped to a single user, this section covers **all players** at once.

***

## Table Structure

| Column              | Description                                                                          |
| ------------------- | ------------------------------------------------------------------------------------ |
| **Date / Time**     | Exact timestamp of the action                                                        |
| **Player Nickname** | The player who performed or was involved in the action                               |
| **Player Action**   | Description of the event (connection, death, injury, etc.)                           |
| **Details**         | Additional context — for example, the nickname of another player involved in a fight |

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

***

## Sorting & Filtering

* Sort data by any column in ascending or descending order
* Filter by event type to narrow down specific categories of actions
* Search by player nickname for targeted investigations

This makes it straightforward to spot anomalies, track a specific player's activity timeline, or analyze behavior patterns across the server.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcAg4yRzD--ppQT-CnMWLDUFQAavHoxZU4iud0twqJRM_Kx5S2jKfKkZ6L7iBhIS3vPPYvAOi_fQB2sfZhYAsOhCEjA64n_ejmQqMTaG1v6w9VxkHnnSgnaRdrqJulLSoIt7yNDDA?key=fT9iLy8cgk4ZyBMLYLd8yr47" alt=""><figcaption></figcaption></figure>


---

# 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://documentation.madonnestudio.com/paid-scripts/madonnadmin/how-to-use-it/web-dashboard/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.
