# Cheat Sheet: Tweaks

This page doesn't contain any data, it only groups subpages. Please check the wiki's file tree for the individual types of record.

{% hint style="success" %}
You can find more information about this under [Types of tweak records](/cyberpunk-2077-modding/for-mod-creators-theory/tweaks/tweaks/types-of-tweak-records.md)
{% endhint %}

{% hint style="info" %}
To find all entries of a certain type, you can use the method described under[/pages/zPo372KjHD9C8MHlgxUd#searching-.tweak-files-with-powershell](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/references-lists-and-overviews/pages/zPo372KjHD9C8MHlgxUd#searching-.tweak-files-with-powershell "mention").

Feel free to create a new sub-page with your findings!
{% endhint %}

## General

#### <mark style="background-color:red;">General BaseStats:</mark>

{% embed url="<https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators/references-lists-and-overviews/cheat-sheet-tweak-ids/cheat-sheet-base-stats>" %}

## Weapons

#### <mark style="background-color:red;">Weapons BaseStats:</mark>

{% embed url="<https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators/references-lists-and-overviews/cheat-sheet-tweak-ids/cheat-sheet-weapon-basestats>" %}

#### <mark style="background-color:red;">Weapon Sounds</mark>

{% embed url="<https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators/references-lists-and-overviews/cheat-sheet-tweak-ids/cheat-sheet-weapon-audio>" %}

## Vendors

#### <mark style="background-color:red;">Vendors ID's</mark>

{% embed url="<https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators/references-lists-and-overviews/cheat-sheet-tweak-ids/cheat-sheet-vendor-ids>" %}


---

# 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/for-mod-creators-theory/references-lists-and-overviews/cheat-sheet-tweak-ids.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.
