# Home

## What is redscript?

Redscript is an open-source programming language and toolset designed to work natively with Cyberpunk 2077's scripting runtime. Redscript allows modders to write scripts that extend many features such as user-interface, combat balance, and NPC behavior.

## Quick Links

{% content-ref url="language/intro" %}
[intro](https://wiki.redmodding.org/redscript/language/intro)
{% endcontent-ref %}

{% content-ref url="language/language-features" %}
[language-features](https://wiki.redmodding.org/redscript/language/language-features)
{% endcontent-ref %}

{% content-ref url="language/native-types" %}
[native-types](https://wiki.redmodding.org/redscript/language/native-types)
{% endcontent-ref %}

{% content-ref url="language/built-in-functions" %}
[built-in-functions](https://wiki.redmodding.org/redscript/language/built-in-functions)
{% endcontent-ref %}

{% content-ref url="references-and-examples/common-patterns" %}
[common-patterns](https://wiki.redmodding.org/redscript/references-and-examples/common-patterns)
{% endcontent-ref %}

## Websites & Community

{% embed url="<https://github.com/jac3km4/redscript>" %}

{% embed url="<https://discord.com/invite/Epkq79kd96>" %}


---

# 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/home.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.
