# The Wolvenkit Depot

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

<mark style="color:orange;">**As of 8.13,**</mark> Wolvenkit supports the [#adhoc-depot](#adhoc-depot "mention"). This means that you don't have to do anything besides configuring your [Settings](/wolvenkit/wolvenkit-app/settings.md#depot-path) — dependencies will be handled as needed.&#x20;

## What is the depot?

The depot is the folder where Wolvenkit stores anything it needs to export your project files. As of version 8.13, it can handle everything by itself, and you don't need a depot unless you want to browse game data outside of Wolvenkit.&#x20;

### How to generate a depot?

Use the Depot Generator from Wolvenkit's Tools tab:

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

## Generating a depot

You can export materials, or unbundle the whole game:

### Generate Materials

Exports the game's **materials** (textures, gradients, mlmasks...). This used to be required by MLSetupBuilder, but is no longer necessary.

### Unbundle Game

This will extract every file in the game files to your depot folder. You only need this to browse Cyberpunk's files outside of Wolvenkit (but why would you want that anyway?)


---

# 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/usage/create-depot.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.
