> For the complete documentation index, see [llms.txt](https://wiki.rhythm-mania.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.rhythm-mania.com/privacy-policy.md).

# 📃 Privacy Policy

### 01.INTRODUCTION & CORE ETHOS

We at **RhythmMania** care deeply about privacy and data minimization. We believe that your gameplay scores, local custom charts, settings, and performance data belong solely to you. Because our platform is architected primarily as an offline-first, client-side single page web application, we do not systematically collect, sell, or monetize your personal details.

By accessing or using our game, you acknowledge and accept the terms of this Privacy Policy. If you do not agree, please do not use the service.

***

### 02.HOW WE STORE YOUR DATA

Because RhythmMania stores game progress, configurations, personal performance limits, customized hotkeys, and custom beatmap databases locally:

* **Local Storage:** Your custom key bindings, calibration values, game volumes, and user configuration settings are saved directly in your browser's local cache.
* **Local Score DB:** Your personal play history, combos, and grades are logged entirely on your local machine. Clearing your browser cache or site data will erase these local metrics permanently.

***

### 03.THIRD-PARTY INTEGRATIONS & EMBEDS

To provide music, synchronization, and backgrounds, some community-created beatmaps utilize embedded assets or link directly to external APIs. In particular, some charts play background media sourced from **YouTube**.

When interacting with these embedded players, YouTube/Google may place tracking cookies, collect telemetry, or process information about your browser. This activity is strictly subject to the **Google Privacy Policy** and **YouTube Terms of Service**, which we do not control.

***

### 04.CONTACT INFORMATION

If you have any questions about this Privacy Policy, your local data protection rights, or our licensing efforts, you can contact us at:

Email: <privacy@rhythm-mania.com>


---

# 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://wiki.rhythm-mania.com/privacy-policy.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.
