# Home: Plugins

As of version 8.11.1, Wolvenkit offers the following plugins:

<figure><img src="/files/cvxgUuXGlMy8n1LUOkFK" alt=""><figcaption></figcaption></figure>

## Cyber Engine Tweaks

One of Cyberpunk's core mods ([wiki](https://wiki.redmodding.org/cyber-engine-tweaks/) | [Nexus page](https://www.nexusmods.com/cyberpunk2077/mods/107)). Will install the latest version for you.

Documentation about using and developing with CET can be found in the [Cyber Engine Tweaks](https://wiki.redmodding.org/cyber-engine-tweaks/) wiki.

## Redscript

Another of Cyberpunk's core mods ([Redscript](https://wiki.redmodding.org/redscript/) wiki | [Nexus page](https://www.nexusmods.com/cyberpunk2077/mods/1511)). Will install the latest version for you.

Documentation about development with redscript can be found in the [Redscript](https://wiki.redmodding.org/redscript/) wiki.

## MLSetup Builder

Written and developed by Neurolinked ([github](https://github.com/Neurolinked/MlsetupBuilder/releases/)): A tool for Cyberpunk-specific "texture" editing.&#x20;

Documentation can be found on [Cyberpunk 2077 Modding](https://wiki.redmodding.org/cyberpunk-2077-modding/) under [MLSETUP Builder](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/modding-tools/mlsetup-builder)

## Wolvenkit Resources

This plugin is necessary to use the [Asset Browser](/wolvenkit/wolvenkit-app/editor/asset-browser.md)'s context menu functionality of "find used files" and "find files using this". It provides the information that Wolvenkit needs to connect those files.

## RedMod

CDPR's official interface for modding.&#x20;

Check the yellow wiki for documentation: [REDmod](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/redmod)

## Red4Ext

One of Cyberpunk's core mods ([Nexus page](https://www.nexusmods.com/cyberpunk2077/mods/2380)). This will install the latest version for you.

It is necessary as a requirement for e.g. ArchiveXL and TweakXL.

## TweakXL

One of Cyberpunk's core mods ([Nexus page](https://www.nexusmods.com/cyberpunk2077/mods/4197)). This will install the latest version for you.

For documentation, check [Cyberpunk 2077 Modding](https://wiki.redmodding.org/cyberpunk-2077-modding/) -> [TweakXL](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/core-mods-explained/tweakxl)

## RedHotTools

Will install the Wolvenkit plugin of [psiberx's modding utility](https://github.com/psiberx/cp2077-red-hot-tools/) for you.&#x20;

For install and usage documentation, check [Cyberpunk 2077 Modding](https://wiki.redmodding.org/cyberpunk-2077-modding/) -> [RedHotTools](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/modding-tools/redhottools)


---

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