# Tools

## Depot Generator

Tool for building a `depot`, a collection of extracted game assets to use them in other tools such as [MLSetupBuilder](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/modding-tools/mlsetup-builder).

## Sound Modding Tool

\<info>

## Script Manager

See [Script Manager](/wolvenkit/wolvenkit-app/tools/script-manager.md) for details

## Import Tool

See [Tools: Import/Export UI](/wolvenkit/wolvenkit-app/tools/tools-import-export.md#import-tool) for details

## Export Tool

see [Tools: Import/Export UI](/wolvenkit/wolvenkit-app/tools/tools-import-export.md#export-tool) for details

## Hash Tool

\<to be done>

## Settings


---

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