# 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://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077#installing-mods) for first-time users
* [General instructions what goes where](https://wiki.redmodding.org/cyberpunk-2077-modding/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**](/cyber-engine-tweaks/console/console/how-do-i.md) page:

{% content-ref url="/pages/-MP\_U6J1XXHRRQAaVBtZ" %}
[Useful commands](/cyber-engine-tweaks/console/console/how-do-i.md)
{% 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**](/cyber-engine-tweaks/introduction.md) page for your first steps:

{% content-ref url="/pages/-MQXlberoyFjbkTbGSzh" %}
[Introduction](/cyber-engine-tweaks/introduction.md)
{% endcontent-ref %}

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

Check [Snippets & Examples](/cyber-engine-tweaks/snippets-examples.md) or [CET Functions](/cyber-engine-tweaks/cet-functions.md), for example

* [Logs & Debug](/cyber-engine-tweaks/first-steps/logs-debug.md)
* [Hooks](/cyber-engine-tweaks/snippets-examples/utilities/hooks.md)
* [Observe, Override, NewProxy](/cyber-engine-tweaks/cet-functions/observers.md)
* [Add Native Settings](https://github.com/justarandomguyintheinternet/CP77_nativeSettings)

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


---

# 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/getting-started/how-do-i.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.
