# Getting Started

- [Downloads](https://wiki.redmodding.org/redscript/getting-started/downloads.md)
- [Setup for VSCode](https://wiki.redmodding.org/redscript/getting-started/setup-for-vscode.md): How to configure your setup
- [Setup for JetBrains IDEs](https://wiki.redmodding.org/redscript/getting-started/setup-for-jetbrains-ides.md): This guide shows how to setup a JetBrains IDE to work with redscript files to enable features like syntax highlighting, auto-completion, etc.
- [How to start REDscripting](https://wiki.redmodding.org/redscript/getting-started/how-to-start-redscripting.md): This page will explain some of the most important classes in the scripts and some of their hook-able functions
- [Step 1: Mod structure](https://wiki.redmodding.org/redscript/getting-started/how-to-start-redscripting/step-1-mod-structure.md): Classes? Wrappers? What?
- [Step 2: Finding the right class](https://wiki.redmodding.org/redscript/getting-started/how-to-start-redscripting/step-2-finding-the-right-class.md): What game logic will you piggyback on?


---

# 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://wiki.redmodding.org/redscript/getting-started.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.
