# Intro

### Quick ways to get started with REDscript

* Read on [Setup for VSCode](/redscript/getting-started/setup-for-vscode.md) ( [VSCode extension with IDE features](https://github.com/jac3km4/redscript-ide-vscode))
* Check out [REDscript in 2 minutes](/redscript/language/intro/redscript-in-2-minutes.md)
* Look up[ example game patches](https://github.com/jac3km4/redscript/blob/master/resources/patches.reds)
* Learn [How to create a hook](/redscript/language/intro/how-to-create-a-hook.md) (copied from [GitHub's Discussion page](https://github.com/jac3km4/redscript/discussions/66))
* Read other pages of this wiki!

### Useful resources

* [API documentation for in-game types](https://jac3km4.github.io/cyberdoc): A searchable compendium including native functions, classes, etc. For more detailed information, check out the database link below.
* [Decompiled game code](https://codeberg.org/adamsmasher/cyberpunk): Game functions as a zip
* [Native database](https://nativedb.red4ext.com/): Classes, enums, and bitfields, searchable by text. Functions and fields are included, but can't be searched. You might find more info here than in the API documentation alone!


---

# 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/language/intro.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.
