# How do I \_\_\_\_\_?

## Install CET[^1] Mods?

You can find a [**very detailed step-by-step guide here**](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077#installing-mods).

{% hint style="info" %}
You can find additional guides on how to install mods in the users section of the Cyberpunk 2077 modding wiki, including:

* A [very detailed step-by-step guide](https://app.gitbook.com/s/4gzcGtLrr90pVjAWVdTc/for-mod-users/users-modding-cyberpunk-2077#installing-mods) for first-time users
* [General instructions what goes where](https://app.gitbook.com/s/4gzcGtLrr90pVjAWVdTc/for-mod-users/users-modding-cyberpunk-2077#how-to-install-mods)&#x20;
  {% endhint %}

## ... add perk points, level up, add money...?

For a list of console commands for beginners, check out the [**Useful Commands**](https://wiki.redmodding.org/cyber-engine-tweaks/console/console/how-do-i) page:

{% content-ref url="../console/console/how-do-i" %}
[how-do-i](https://wiki.redmodding.org/cyber-engine-tweaks/console/console/how-do-i)
{% endcontent-ref %}

## ... create my own mod?

{% hint style="info" %}
You can find the api documentation under [nativedb.red4ext.com](https://nativedb.red4ext.com/).
{% endhint %}

Checkout the [**Modding Introduction**](https://wiki.redmodding.org/cyber-engine-tweaks/introduction) page for your first steps:

{% content-ref url="../introduction" %}
[introduction](https://wiki.redmodding.org/cyber-engine-tweaks/introduction)
{% endcontent-ref %}

### ... do $thing in code?

Check [snippets-examples](https://wiki.redmodding.org/cyber-engine-tweaks/snippets-examples "mention") or [cet-functions](https://wiki.redmodding.org/cyber-engine-tweaks/cet-functions "mention"), for example

* [logs-debug](https://wiki.redmodding.org/cyber-engine-tweaks/first-steps/logs-debug "mention")
* [hooks](https://wiki.redmodding.org/cyber-engine-tweaks/snippets-examples/utilities/hooks "mention")
* [observers](https://wiki.redmodding.org/cyber-engine-tweaks/cet-functions/observers "mention")
* [Add Native Settings](https://github.com/justarandomguyintheinternet/CP77_nativeSettings)

[^1]: Cyber Engine Tweaks, also known as CET   &#x20;
