> 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/for-mod-creators-theory/tweaks/tweak-modding-guides.md).

# Tweak modding: Guides

## Summary

**Created:** Mar 18 2024 by Bioskop\
**Last documented update:** Mar 24 2024 by [mana vortex](mailto:undefined)

This page links to those guides on our wiki that involve tweak editing. For a collection of all dedicated Tweak guides, please check [TweakXL: Changing game records](/cyberpunk-2077-modding/for-mod-creators-theory/core-mods-explained/tweakxl/tweakxl-changing-game-records.md)

***

{% hint style="info" %}
The list below has been created by hand. If you find anything that's missing here, please [sign up](/cyberpunk-2077-modding/the-wiki.md#how-to-edit) and start editing!
{% endhint %}

## Working with existing items

* [Changing vendor inventory](/cyberpunk-2077-modding/for-mod-creators-theory/core-mods-explained/tweakxl/tweakxl-changing-game-records/changing-vendor-inventory.md)
* [Adding stats, modifiers, and mod slots](/cyberpunk-2077-modding/modding-guides/items-equipment/editing-existing-items/adding-stats-and-modifiers.md)

## Adding new items from scratch

Adding items is a somewhat involved process. Regardless of what you want to do, you should try to understand the basic structure: [ItemAdditions: File structure explained](/cyberpunk-2077-modding/modding-guides/items-equipment/adding-new-items/archive-xl-item-structure-explained.md)

### Equipment

* [Adding new items](/cyberpunk-2077-modding/modding-guides/items-equipment/adding-new-items.md)
* [ItemAdditions: Weapons](/cyberpunk-2077-modding/modding-guides/items-equipment/adding-new-items/weapons.md)

### Vehicles

* [#create-a-new-car](#create-a-new-car "mention")
* [Cheat Sheet: Vehicle Root Record](/cyberpunk-2077-modding/for-mod-creators-theory/references-lists-and-overviews/vehicles/vehicle-record.md)
* [https://github.com/CDPR-Modding-Documentation/Cyberpunk-Modding-Docs/blob/main/for-mod-creators-theory/tweaks/broken-reference/README.md](https://github.com/CDPR-Modding-Documentation/Cyberpunk-Modding-Docs/blob/main/for-mod-creators-theory/tweaks/broken-reference/README.md "mention")

## HUD - UI

* [Your own HUD icons](/cyberpunk-2077-modding/modding-guides/custom-icons-and-ui/your-own-hud-icons.md)
* [Your own inventory preview icons](/cyberpunk-2077-modding/modding-guides/custom-icons-and-ui/adding-items-preview-images.md)
* [Custom in-game icons](/cyberpunk-2077-modding/modding-guides/custom-icons-and-ui/custom-in-game-icons.md)
* Linking icons and in-game items: [Game icons: .inkatlas files](/cyberpunk-2077-modding/for-mod-creators-theory/files-and-what-they-do/file-formats/game-icons-the-inkatlas-file.md)

## Other resources

* [TweakXL: Changing game records](/cyberpunk-2077-modding/for-mod-creators-theory/core-mods-explained/tweakxl/tweakxl-changing-game-records.md)
* [REDmod: Tweaks](/cyberpunk-2077-modding/for-mod-creators-theory/modding-tools/redmod/redmod-tweaks.md)
* [Your own Atelier Store](/cyberpunk-2077-modding/modding-guides/items-equipment/adding-new-items/adding-items-atelier-integration.md)


---

# 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/for-mod-creators-theory/tweaks/tweak-modding-guides.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.
