> 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/in-game-dashboard/home-interface.md).

# Home interface

When you activate the menu to take your shift as a moderator, the first page that appears is a detailed dashboard providing an overview of essential information. This page centralizes three key elements.

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

***

## Connected Staff

A complete list of staff members currently connected to the server, presented in a clear table with the following columns:

* **Nickname** — quick identification of each staff member
* **Rank** — moderator, administrator, or any other defined role
* **Status** — whether they are in active moderation mode or in roleplay mode

***

## Latest Announcements

A section dedicated to the latest announcements posted by managers or team leaders. These can include reminders, procedure updates, or specific guidelines to follow.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXddujk1lx5BpxVc3g3Ukki3LsNTLbH28tihP-D0sGcIHSjzMbtEA2dpLyWgTENNBi0xsXBjxE6Ox5f0ld1pdDT1PJfRHAnKhLLHC8PVoRsReRx-ojmMjuroWYkLwvkExCd4qGLuZA?key=fT9iLy8cgk4ZyBMLYLd8yr47" alt=""><figcaption></figcaption></figure>

***

## Player Flag Graph

An interactive visual graph compiling the **flags of players currently connected to the server**. This graph provides an immediate overview of player behavior, highlighting potential problematic situations or notable infractions. Staff members can use it to prioritize their interventions based on severity.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcdc9dbJbJ5dWxdQ9YkDnjRpWPeMaag6C3-2aUrWYo7AscNkjXfppAFjs-4nD8pA9k2yG5WuSZkw7AM8MWtLV_kboOxydRIU2VFEoCqXpEzZ7cMspTaxt_cafdfIIrRQ8x7d7M-sQ?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, and the optional `goal` query parameter:

```
GET https://documentation.madonnestudio.com/paid-scripts/madonnadmin/how-to-use-it/in-game-dashboard/home-interface.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.
