> For the complete documentation index, see [llms.txt](https://wiki.redmodding.org/cyberpunk-2077-modding/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/cyberpunk-2077-modding/modding-guides/analysing-other-mods/legacy-analysing-other-mods-with-wolvenkit-console.md).

# Legacy: Analysing other mods with Wolvenkit Console

{% hint style="warning" %}
This technique is outdated as of 2023. If you don't have a very good reason why you need Wolvenkit console, then you should [stick to the GUI](/cyberpunk-2077-modding/modding-guides/analysing-other-mods.md#step-1-switch-to-mod-browser).
{% endhint %}

## wolvenkit.cli.exe

{% hint style="warning" %}
You need to download the **WolvenKit.Console** version for this, rather than the regular one.
{% endhint %}

1. **Optional, but recommended:** Make sure that your downloaded .archive is inside a folder with no other items.
2. Open WIndows Command *(press Windows+R and type `cmd`, then press enter).*
3. Drag and drop WolvenKit.cli.exe into the command window
4. Type a space
5. Type `unbundle -p`
6. Type another space
7. Drag and drop the archive you downloaded into the command window.

You will now see something like

```
"C:/Path/to/Wolvenkit.cli.exe" unbundle -p "D:/Path/to/subdir/downloaded.archive"
```

{% hint style="danger" %}
If your paths contain spaces or special characters, make sure that they are surrounded by quotation marks as in the example above, or the command **will** fail.
{% endhint %}

If you press enter now, WolvenKit will unpack the archive, putting the contents into the same directory.

<pre><code>- Path
  - to
<strong>    - subdir
</strong>        archive.archive
        - base

</code></pre>

{% hint style="success" %}
You can now copy the extracted folders to your WolvenKit project's `archive` folder.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/analysing-other-mods/legacy-analysing-other-mods-with-wolvenkit-console.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
