# Items: Equipment

Welcome to the **equipment** section. Here, you can find guides on how to edit equipment and weapons in Cyberpunk. The section is split into the following subsections:

{% content-ref url="items-equipment/adding-new-items" %}
[adding-new-items](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/adding-new-items)
{% endcontent-ref %}

{% content-ref url="items-equipment/editing-existing-items" %}
[editing-existing-items](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/editing-existing-items)
{% endcontent-ref %}

{% content-ref url="items-equipment/recolours-and-refits" %}
[recolours-and-refits](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/recolours-and-refits)
{% endcontent-ref %}

{% content-ref url="items-equipment/influencing-other-items" %}
[influencing-other-items](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/influencing-other-items)
{% endcontent-ref %}

## Wait, that's not what I want!

This section contains hands-on guide for **editing equipment**.

If you want specific information (where is...), check here:

[references-lists-and-overviews](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/references-lists-and-overviews "mention") contains overviews, such as

* [spawn-codes-baseids-hashes](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/references-lists-and-overviews/equipment/spawn-codes-baseids-hashes "mention")
* [variants-and-appearances](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/references-lists-and-overviews/equipment/variants-and-appearances "mention")

We also have a section on [3d-modelling](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/3d-modelling "mention"), where you can find specific knowledge on how to edit objects. For a detailed step-by-step guide, see [r-and-r-refitting-step-by-step](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/recolours-and-refits/r-and-r-refitting-step-by-step "mention").

For help about editing textures, see the [textures-and-luts](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/textures-and-luts "mention") section.

For general troubleshooting and help with Wolvenkit's interface, see

[images-importing-editing-exporting](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/textures-and-luts/images-importing-editing-exporting "mention")

[exporting-and-importing-meshes](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/3d-modelling/exporting-and-importing-meshes "mention")


---

# 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/cyberpunk-2077-modding/modding-guides/items-equipment.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.
