# Moneywash

## ✨ <mark style="color:yellow;">Features</mark>

* **Auto‑detects framework** – no manual edits required (<mark style="color:yellow;">`Config.Framework = "auto"`</mark>).
* **Target or marker** interaction – works out‑of‑the‑box with ox\_target / qb‑target or classic 3‑D markers.
* **Opening‑hours system** – optional day/night schedule with automatic notifications.
* **Preset “wash offers”** or **custom amount** with time & commission scaling.
* **Discord webhooks** for start / claim events (toggle per event).
* **Built‑in notifications & help prompts** via `risk-notify` (replaceable with your own).
* **Clean separation** between client, server, and locale files – easy to extend.

## <mark style="color:yellow;">**Preview Video**</mark>

{% embed url="<https://youtu.be/k9pRLuYSBfY?si=fAsRgg9lNExdhSOL>" %}


---

# 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://risk-scripts.gitbook.io/risk-scripts/scripts/moneywash.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.
