# Asset Browser

## What is the Asset Browser?

The Asset Browser is used to navigate, search and filter Cyberpunk 2077 game files so you can transfer these to the [**Project Explorer.**](https://wiki.redmodding.org/wolvenkit/wolvenkit-app/editor/project-explorer) The Asset Browser eliminates the need for uncooking the entire game installation, as individual files can be pulled directly from archive files.

## Where is it?

In the default view (as of 8.11), you will find it pinned to the right side of the viewport.

If it isn't there, check the **View** menu and make sure that it's enabled.

## Using the Asset Browser

{% hint style="info" %}
Wolvenkit Search has its own sub-page: [wolvenkit-search-finding-files](https://wiki.redmodding.org/wolvenkit/wolvenkit-app/usage/wolvenkit-search-finding-files "mention")
{% endhint %}

### Navigation

![](https://4106170459-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_ozZVx2gRZUPXkd4r%2Fuploads%2FTPNUsq5DzjBh5h5AEnHQ%2F296.png?alt=media\&token=ec1aeebd-3e9e-4fa0-a3b7-49cf3c4f38f9)

The left-side breadcrumb navigator can be used to quickly navigate through game directories. Game files are displayed in the right-side panel, in addition to folders. Folders in the file list can also be navigated by double-clicking.

### Mod Browser

You can switch the Asset Browser to Mod Browsing mode via button. The [search](#search) will no longer consider base game files and search in your loaded .archives instead.

Wolvenkit will search any installed mods and anything under the [#additional-mod-directory](https://wiki.redmodding.org/wolvenkit/settings#additional-mod-directory "mention"). There is no way to browse an `.archive` file in a different folder — if you insist on doing that, check [Legacy: Analysing other mods with Wolvenkit Console](https://app.gitbook.com/s/4gzcGtLrr90pVjAWVdTc/modding-guides/analysing-other-mods/legacy-analysing-other-mods-with-wolvenkit-console "mention").

<figure><img src="https://4106170459-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_ozZVx2gRZUPXkd4r%2Fuploads%2FtljphIYEqNMWfmtGp9Uj%2Fasset_browser_mod_browser.png?alt=media&#x26;token=e393ab41-59be-4ff2-b7ba-a3b844c5acc6" alt=""><figcaption></figcaption></figure>

### Adding files to projects

* **Double-click files** *to add them directly to the* **Project Explorer**
* **To select multiple files** hold shift and then left click two separate files. These two files and all files between them will be selected. Right-click any of the highlighted files to open the context menu. Then choose **Add Selected Item(s) to Project.**

{% hint style="info" %}
Files added to the Project Explorer with the Asset Browser will not include external buffer files. Buffers are stored within the main file.
{% endhint %}

### Context Menu

As of 8.11.1, the context menu has the following entries:

#### Add selected items to project

See [#adding-files-to-projects](#adding-files-to-projects "mention") above

#### Open without adding to project

What it says — you can browse a file in the [file-editor](https://wiki.redmodding.org/wolvenkit/wolvenkit-app/editor/file-editor "mention") without adding it to your project. Saving (Hotkey: `Ctrl+S`) lets you save it to disk, though.

#### Find used files

{% hint style="info" %}
Requires the [#wolvenkit-resources](https://wiki.redmodding.org/wolvenkit/home/home-plugins#wolvenkit-resources "mention") plugin to be installed.
{% endhint %}

Will make the Asset Browser display a list of everything your current file is linking to.

#### Find files using this

{% hint style="info" %}
Requires the [#wolvenkit-resources](https://wiki.redmodding.org/wolvenkit/home/home-plugins#wolvenkit-resources "mention") plugin to be installed.
{% endhint %}

Like [#find-used-files](#find-used-files "mention"), but the opposite: will make the Asset Browser display a list of everything that links to your current file.

#### Browse to asset folder

Will navigate the asset browser to the current selection's path in the game files (if it is a game file).

#### Copy Relative Path

Copies the selection's relative path to clipboard.&#x20;


---

# 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/editor/asset-browser.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.
