> For the complete documentation index, see [llms.txt](https://wiki.redmodding.org/wolvenkit/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/wolvenkit/getting-started/eli5-getting-started/configure-modding-tools.md).

# ELI5: Configure modding tools

## Section Brief

Configure the WolvenKit (wkit) application and MlSetupBuilder (mlsb), and make sure the Asset Browser loads the game's assets.

{% hint style="warning" %}
If you do not use the folder structure I recommended in [Prep your computer](/wolvenkit/getting-started/eli5-getting-started/prep-your-computer.md#steps), then use whatever path WolvenKit automatically fills in for you. Also be aware that your experience will not match my screenshots.
{% endhint %}

## Configuring Wolvenkit

If your Wolvenkit is already configured (because you have followed the [installation guide](/wolvenkit/getting-started/download.md#first-launch-tl-dr)), then you don't need to do anything here.

Otherwise, please do that now or use the [settings page](/wolvenkit/wolvenkit-app/settings.md) to configure `Game Executable Path` and (optionally) `Depot Path`.

## Installing Plugins

1. In Wolvenkit, click on [HOME](/wolvenkit/wolvenkit-app/home.md)
2. Click on [Plugins](/wolvenkit/wolvenkit-app/home.md#plugins)
3. REDMod should already be installed. If it isn't, please follow the instructions [here](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077/redmod#installation).
4. For every other plugin, click `Install` or `Update`.

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

5. Now that all plugins are installed, you can configure [MLSETUP Builder](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/modding-tools/mlsetup-builder) (but read the blue box first). This step is optional; you don't need to do it at this time, but you won't be able to make full use of the plugin if it is not configured.

{% hint style="info" %}
If you have been following the setup instructions exactly, then the paths you need to enter here are:&#x20;

* uncook folder: `C:\Cyberpunk2077Mod\Depot`&#x20;
* WolvenKit-CLI executable: `C:\Cyberpunk2077Mod\WolvenKit.CLI\WolvenKit.CLI.exe`&#x20;

If you have not, then your paths will be different and you need to adjust them accordingly.
{% endhint %}

For detailed configuration instructions, head to [Cyberpunk 2077 Modding](https://wiki.redmodding.org/cyberpunk-2077-modding/) -> [MLSETUP Builder](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/modding-tools/mlsetup-builder) -> [MLSETUP Builder](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/modding-tools/mlsetup-builder#configuration)

## Testing

Let's make sure that your game path is configured correctly and that Wolvenkit can access the files:

1. Click on Continue to Editor

   <figure><img src="/files/AVl2BZL8JvPmHcZh4HOm" alt=""><figcaption></figcaption></figure>
2. Open the Asset Browser

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

3. After several seconds, a success notification will appear and the asset folder structure will appear on the left. This means WolvenKit was able to access the Cyberpunk archive and extract the game assets.

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

Congratulations - everything is working! If you haven't done this during the full prep, now is a good time to [create a depot](/wolvenkit/wolvenkit-app/usage/create-depot.md). Otherwise, you can move on to [ELI5: Validate Functionality](/wolvenkit/getting-started/eli5-getting-started/validate-functionality.md)!

{% hint style="info" %}
Please note that before you can do anything with files, you need to create a Wolvenkit project.
{% endhint %}
