# TweakDB Editor

#### Summary

This page documents CET's in-game **Tweak Editor**.&#x20;

#### Wait, this is not what I want!

* To learn what the TweakDB is, read the [TweakDB](https://app.gitbook.com/s/4gzcGtLrr90pVjAWVdTc/for-mod-creators-theory/tweaks/tweaks) page on [Cyberpunk 2077 Modding](https://app.gitbook.com/o/-MP5ijqI11FeeX7c8-N8/s/4gzcGtLrr90pVjAWVdTc/ "mention")
* For an introduction on TweakDB modding with CET, check the  [Simple Gameplay Mod](https://docs.google.com/document/d/1pPN_RiluE-4PwGWOxdEVOegfBEaEsd5APHndr82FdPo/edit) guide
* For further information, refer to the [tweakdb](https://wiki.redmodding.org/cyber-engine-tweaks/cet-functions/tweakdb "mention") section on this wiki

## What is the TweakDB editor?

After opening CET with the key that you bound during the [installation](https://wiki.redmodding.org/cyber-engine-tweaks/getting-started/installing#launch-the-game), you can find it in the "TweakDB Editor" tab. Here you can browse and update the TweakDatabase in real time.

{% hint style="warning" %}
Note that changes you made in the editor do not persist across game restarts.
{% endhint %}

![](https://2893586400-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP5jWcLZLbbbzO-_ua1-887967055%2Fuploads%2FNTHq6grq02yq3j2q0hNw%2Fcet-tweakdb.gif?alt=media\&token=bcb906cf-d7e0-47ed-80c8-5ff11b52213b)


---

# 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/cyber-engine-tweaks/console/usage-1.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.
