> For the complete documentation index, see [llms.txt](https://wiki.redmodding.org/scripting-cyberpunk/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/scripting-cyberpunk/cyber-engine-tweaks/what-is-cet.md).

# What is CET?

CET is a another very cool language/tool :^)

## Preface

In the early days of Cyberpunk 2077 modding, we noticed a lack of discipline and proper use of the SDK provided by CET. So we **strongly** recommend you read the documentation and understand what is expected of you and your mods.

## Getting Started

* Before you start, it is highly recommended to check out the Modding Resources page
* If you are using [VSCode](https://code.visualstudio.com/), make sure to also pick up the CET VSCode extension

{% content-ref url="/pages/93xSB2MUtkaK6DABqaVu" %}
[Resources](/scripting-cyberpunk/cyber-engine-tweaks/resources.md)
{% endcontent-ref %}

{% content-ref url="/pages/5r6LyFI94cEJw2TKVMlP" %}
[VS Code](/scripting-cyberpunk/cyber-engine-tweaks/first-steps/vs-code.md)
{% endcontent-ref %}

* Next, it is recommended to read through the Scripts and Mod Structure page, which gives an overview on how to create a mod / run a single script. It also covers the basic elements of a mod

{% content-ref url="/pages/vm4jjJcxGJqXnhCx66Yr" %}
[Getting Started](/scripting-cyberpunk/cyber-engine-tweaks/first-steps.md)
{% endcontent-ref %}

* After that, you might want to check out the Scripting API page, which explains how you interact with the games systems and code.

{% content-ref url="/pages/AL15OK8gXmDUfj7CP6ID" %}
[Scripting API](/scripting-cyberpunk/cyber-engine-tweaks/common-patterns/scripting-api.md)
{% endcontent-ref %}

* Once you've made yourself familiar with how a general mod is structured and how to interact with the game, you might want to read up on the different functions offered by CET itself, such as Events, Keybinds, Overrides and more.

{% content-ref url="/pages/4vjlPrdKS6auG2euS2D4" %}
[Language Reference](/scripting-cyberpunk/cyber-engine-tweaks/cet-functions.md)
{% endcontent-ref %}
