# Tweak Browser

## What is the Tweak Browser?

<mark style="color:blue;">Based on Wkit v. 8.11.0</mark>

The Tweak Browser lets you to search for various elements. For instance, you can utilize the [TweakDB Editor ⇗](https://wiki.redmodding.org/cyber-engine-tweaks/console/usage-1) in CET to locate a weapon [record ⇗](https://wiki.redmodding.org/cyber-engine-tweaks/cet-functions/tweakdb#getrecords), then use the identified name to search for the entry in the Tweak Browser in WolvenKit. Once found, you can right-click on the tweak and select 'Add TweakXL Override', once done that you'll create a .yaml file with the tweak array structure.

{% hint style="info" %}
The location of the browser in Wolvenkit depends on your design view. In most cases, you can find it within the right-side navigation. However, if you're unable to locate it, you can easily enable it by navigating to 'View' and selecting 'Tweak Browser'
{% endhint %}

<div align="center" data-full-width="true"><figure><img src="https://4106170459-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_ozZVx2gRZUPXkd4r%2Fuploads%2FCuAcMn55que0okAPRKhm%2Fimage.png?alt=media&#x26;token=153924da-bc03-420a-aff1-33278719cd40" alt="" width="176"><figcaption><p>Right click on the element to 'Add TweakXL Override'</p></figcaption></figure></div>

<div align="center" data-full-width="false"><figure><img src="https://4106170459-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_ozZVx2gRZUPXkd4r%2Fuploads%2FzXPHqkAfq7cUy6TFSF9t%2Fimage.png?alt=media&#x26;token=7b19cb07-1211-4edd-97a5-bde4fa10b0a5" alt="" width="299"><figcaption><p>After that action you'll have a .yaml file inside a 'resources' folder on the root directory of the project</p></figcaption></figure></div>

{% hint style="info" %}
For furter info about TweakDB  modding you can check the [CET Wiki ⇗](https://wiki.redmodding.org/cyber-engine-tweaks/) and the [Cyberpunk 2077 Modding wiki ⇗](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators/modding-tools/redmod/tweakdb-modding)
{% 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/wolvenkit-app/editor/tweak-browser.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.
