> For the complete documentation index, see [llms.txt](https://wiki.redmodding.org/scripting-cyberpunk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.redmodding.org/scripting-cyberpunk/redscript/resources.md).

# Resources

A collection of helpful links and resources for Redscript

{% hint style="info" %}
Don't forget to also take a look at the main resources page for the full list of tools, resources, and other cool stuff that you can use to help with scripting and modding the game in general:

[Resources](/scripting-cyberpunk/introduction/resources.md)
{% endhint %}

## Tools

* [redscript-dap](https://github.com/jac3km4/redscript-dap): A debug server implementation for Redscript with VSCode.

## Libraries & Frameworks

* [Mod Settings](https://github.com/jackhumbert/mod_settings) ([local wiki](/scripting-cyberpunk/scripting/settings/mod-settings.md) | [Nexus](https://www.nexusmods.com/cyberpunk2077/mods/4885)): A framework for creating settings for your REDscript mods using an in-game menu.

## Templates & Examples

* [CP2077 Playground](https://github.com/psiberx/cp2077-playground): Various templates you can use and expand.
  * [Ink Playground](https://github.com/psiberx/cp2077-playground/tree/main/InkPlayground): A template project for making and learning how to create UI in pure Redscript.
  * [Codex Filter](https://github.com/psiberx/cp2077-playground/tree/main/CodexFilter): Adds a search bar to the database hub menu.
  * [Manual Leaning](https://github.com/psiberx/cp2077-playground/blob/main/ManualLeaning.reds): Enables manual leaning.
