> 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/appeals.md).

# Appeals

The Appeals section is accessible to **administrators and above** only. It centralizes requests from players seeking to challenge or lift a sanction (ban lift, warning removal, etc.).

***

## Open Appeals

A table of all pending appeals, with the following columns:

| Column             | Description                                             |
| ------------------ | ------------------------------------------------------- |
| **Request ID**     | Unique identifier for the appeal                        |
| **Player Name**    | Nickname of the player who submitted the request        |
| **Sanction Type**  | Nature of the sanction being contested                  |
| **Request Status** | New (awaiting handling) or In Progress (being reviewed) |
| **Request Date**   | Date and time the appeal was submitted                  |

Players can submit an appeal by clicking the appeal icon on their sanction in their Madonn'Admin player locker. By default, an appeal can only be submitted **2 months** after the sanction was applied (configurable in Madonn'Admin settings).

<figure><img src="/files/4zWla7Q6woz4u2c9EsZJ" alt=""><figcaption></figcaption></figure>

***

## Appeal Detail Page

Clicking on an appeal opens a dedicated page organized into five blocks.

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

**Player Information** — identifying data (nickname, Discord, Steam, FiveM license, Xbox ID) and general statistics (first login, last login, total playtime).

**Sanction Information** — type of sanction, expiration date if applicable, time remaining before the ban expires, the staff member who applied it, and the reason.

**Appeal Information** — the type of appeal chosen by the player, current status, and their detailed written argument.

**Player Records** — full sanction history: notes, recommendations, warns, kicks, and bans. Administrators can also see the player's previous appeals.

**Conclusion** — two buttons to finalize the decision:

* ✅ **Accept** — validate the appeal and lift or reduce the sanction
* ❌ **Refuse** — reject the appeal

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeVYfyRUJMVyY3E38tn8A8fm1T5_cDjFd7n-Ax2nqJjuhlgcpW-Cqa11RctYFssmiUHDyJXOjLpJVcre9tgUF99VTqv9UvKKStmyB91jVdusgSa867ISIvQlxXCs23UBl8z5tt2MA?key=fT9iLy8cgk4ZyBMLYLd8yr47" alt=""><figcaption></figcaption></figure>

***

## Closed Appeals

A historical archive of all processed appeals, with the following columns:

| Column              | Description                     |
| ------------------- | ------------------------------- |
| **Request ID**      | Unique identifier               |
| **Player Name**     | Nickname of the player          |
| **Sanction Type**   | Nature of the original sanction |
| **Status**          | Accepted or Refused             |
| **Resolution Date** | Date the appeal was finalized   |

The table is sortable alphabetically, by request type, or by resolution date. Clicking on a row opens the full appeal detail page for reference.

<figure><img src="/files/2JYvcT8zfznmTr0WEfCG" 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/appeals.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.
