# Modding with WolvenKit

This wiki focuses on workflows that are central to WolvenKit. You can find much more knowledge and documentation in the [Cyberpunk 2077 Modding](https://wiki.redmodding.org/cyberpunk-2077-modding/) wiki, for example the **Modding Guides** section:

* [Altering Appearances within Wolvenkit - Full Workflow](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/appearances-change-the-looks/altering-appearances-within-wolvenkit-full-workflow)
* [Recolours and Refits](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/recolours-and-refits)
* [NPV - V as custom NPC](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/npcs/npv-v-as-custom-npc)
* [Adding new items](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/adding-new-items)

… or our knowledge base, where you can find documentation like

* [Cheat Sheet: Hair](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/references-lists-and-overviews/cheat-sheet-head/hair)
* [Textures, Materials and Shaders](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/materials)

That's just a small selection, hit up [Cyberpunk 2077 Modding](https://wiki.redmodding.org/cyberpunk-2077-modding/) and look around!

{% content-ref url="/pages/ZJS5eNX3XpOw2oAJXK46" %}
[Full install walkthrough (ELI5)](/wolvenkit/getting-started/eli5-getting-started.md)
{% endcontent-ref %}

{% content-ref url="/pages/zLjGce3EeJnCemipduqB" %}
[Exporting Characters to Blender](/wolvenkit/modding-community/exporting-to-blender.md)
{% endcontent-ref %}

{% content-ref url="/pages/xyxzYztR8eVEwCto4EKV" %}
[Exporting Vehicles](/wolvenkit/modding-community/exporting-vehicles.md)
{% endcontent-ref %}

{% hint style="info" %}
Do you have a guide you'd like to submit for the Wiki? Check out [Cyberpunk 2077 Modding](https://wiki.redmodding.org/cyberpunk-2077-modding/) — if that doesn't cover your needs, you're welcome to [sign up as an editor](https://app.gitbook.com/invite/-MP5ijqI11FeeX7c8-N8/H70HZBOeUulIpkQnBLK7) or visit us on our [**Discord!**](/wolvenkit/help/community.md)
{% endhint %}


---

# 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/modding-community.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.
