# Modding Guides

{% hint style="info" %}
This page contains instructions on **making** mods. If you want to install mods instead, check [here](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-users/users-modding-cyberpunk-2077).
{% endhint %}

## Here, you can find

* various modding guides in the menu tree to the left
* an overview on [existing frameworks](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/core-mods-explained) and [tools](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/modding-tools)
* information on [folder structure and file types](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/files-and-what-they-do) inside a mod
* A guide on how to [analyse other mods](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/analysing-other-mods)
* Information [on Cyberpunk materials](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/materials) and how to configure them
* [Reference lists and cheat sheets](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/references-lists-and-overviews) to quickly look up files in the game paths
* Information on [textures](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/materials/textures) and [how the game uses them for UI elements](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/files-and-what-they-do/file-formats/game-icons-the-inkatlas-file)

If you just want to look something up or find a file, check the "[References, lists and overviews](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/references-lists-and-overviews)" section.

{% content-ref url="references-lists-and-overviews" %}
[references-lists-and-overviews](https://wiki.redmodding.org/cyberpunk-2077-modding/for-mod-creators-theory/references-lists-and-overviews)
{% endcontent-ref %}


---

# 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/cyberpunk-2077-modding/for-mod-creators-theory/modding-guides.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.
