# Home

This is the dedicated repository for all those that want to reference the API, and learn about modifying CyberPunk 2077 to make the game yours. [Get Started](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/native-interactions-framework/getting-started)!

> <mark style="color:blue;">**Coming from github? We're editing on**</mark> [<mark style="color:blue;">**Gitbook**</mark>](https://wiki.redmodding.org/cyberpunk-2077-modding/) <mark style="color:blue;">**these days!**</mark>

<div data-full-width="true"><figure><img src="https://1427525421-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4gzcGtLrr90pVjAWVdTc%2Fuploads%2Fgit-blob-b769d327228fa6b46c8e632707ccaf090b8af33d%2FType%3DDown.png?alt=media" alt=""><figcaption></figcaption></figure></div>

{% hint style="success" %}
**Make this wiki better**!\
[Become an editor](https://app.gitbook.com/invite/-MP5ijqI11FeeX7c8-N8/H70HZBOeUulIpkQnBLK7), share your knowledge so others may learn, check out our [Discord Server](https://discord.gg/redmodding).
{% endhint %}

<table data-card-size="large" data-column-title-hidden data-view="cards"><thead><tr><th></th><th data-hidden></th><th data-hidden></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Modding Troubleshooting</td><td></td><td></td><td><a href="https://1427525421-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4gzcGtLrr90pVjAWVdTc%2Fuploads%2Fgit-blob-b7899baaf45d38be1526547b0fa56b6d2fd5713f%2Fusing_mods.png?alt=media">using_mods.png</a></td><td><a href="for-mod-users/user-guide-troubleshooting">user-guide-troubleshooting</a></td></tr><tr><td>Mod Dev - Getting Started</td><td></td><td></td><td><a href="https://1427525421-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4gzcGtLrr90pVjAWVdTc%2Fuploads%2Fgit-blob-93a083e5fdffa29d0967986cbb31853c9a2dad07%2Fmaking_mods.png?alt=media">making_mods.png</a></td><td><a href="modding-guides">modding-guides</a></td></tr></tbody></table>

<div data-full-width="true"><figure><img src="https://1427525421-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4gzcGtLrr90pVjAWVdTc%2Fuploads%2Fgit-blob-bd4aef0f9108fa9b2b3ffcac050185247ad76ffb%2FType%3DUp.png?alt=media" alt=""><figcaption></figcaption></figure></div>


---

# 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/readme.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.
