# Editing existing items

This section contains guides how to alter or overwrite already existing items (please see the page tree in the navigation menu on the left).

{% hint style="info" %}
This section collects the guides about changing an item's **visuals**. For changing an item's **properties**, check [how-to-yaml-tweak-modding-basics](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/core-mods-explained/tweakxl/tweakxl-changing-game-records/how-to-yaml-tweak-modding-basics "mention")
{% endhint %}

If you want to look up [variants-and-appearances](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/references-lists-and-overviews/equipment/variants-and-appearances "mention"), find the corresponding page in [references-lists-and-overviews](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/references-lists-and-overviews "mention").

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

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

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


---

# 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/editing-existing-items.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.
