# Real-Time Corruptor

- [Beginner Guides](https://corrupt.wiki/rtcv/beginner-guides.md)
- [Tutorial Video Guide](https://corrupt.wiki/rtcv/beginner-guides/tutorial-video-guide.md)
- [Corruption Classroom](https://corrupt.wiki/rtcv/beginner-guides/corruption-classroom.md): The official course on how to create your own corruption
- [Cheat Sheet Guide](https://corrupt.wiki/rtcv/beginner-guides/quickstart-guide.md): The fastest condensed guide to get started with RTC
- [In-Depth Guide](https://corrupt.wiki/rtcv/rtc.md)
- [Introduction](https://corrupt.wiki/rtcv/rtc/introduction.md)
- [Frequently Asked Questions](https://corrupt.wiki/rtcv/rtc/frequently-asked-questions.md)
- [Simple Mode](https://corrupt.wiki/rtcv/rtc/simple-mode.md): Getting Started Corrupting with Simple Mode
- [Concepts and Vocabulary](https://corrupt.wiki/rtcv/rtc/concepts-and-vocabulary.md)
- [General Parameters](https://corrupt.wiki/rtcv/rtc/general-parameters.md)
- [Corruption Engines](https://corrupt.wiki/rtcv/rtc/corruption-engines.md)
- [Emulation-centric features](https://corrupt.wiki/rtcv/rtc/emulation-centric-features.md)
- [Classic Vector Lists](https://corrupt.wiki/rtcv/rtc/classic-vector-lists.md)
- [Glitch Harvester](https://corrupt.wiki/rtcv/rtc/glitch-harvester.md)
- [Blast Editor](https://corrupt.wiki/rtcv/rtc/blast-editor.md)
- [Blast Generator](https://corrupt.wiki/rtcv/rtc/blast-generator.md)
- [Virtual Memory Domains](https://corrupt.wiki/rtcv/rtc/virtual-memory-domains.md)
- [VMD Generator (Advanced)](https://corrupt.wiki/rtcv/rtc/vmd-generator-advanced.md): by Moogie
- [Cluster Engine (Advanced)](https://corrupt.wiki/rtcv/rtc/cluster-engine-guide.md): Guide for RTC's Cluster Engine
- [Hotkeys](https://corrupt.wiki/rtcv/rtc/hotkeys.md)
- [Tips, tricks and quirks](https://corrupt.wiki/rtcv/rtc/tips.md)
- [More RTC Guides](https://corrupt.wiki/rtcv/other-rtc-guides.md)
- [RTCV Dev Startup Guide](https://corrupt.wiki/rtcv/other-rtc-guides/rtcv-dev-startup-guide.md)
- [Running RTCV on Linux](https://corrupt.wiki/rtcv/other-rtc-guides/running-rtcv-on-linux.md): Startup guide on how to run RTC on Linux using Wine
- [How to make Passthrough Lists](https://corrupt.wiki/rtcv/other-rtc-guides/how-to-make-passthrough-lists.md)
- [Sequence Loader Plugin](https://corrupt.wiki/rtcv/other-rtc-guides/sequence-loader-plugin.md): by Gemini


---

# 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://corrupt.wiki/rtcv.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.
