# Everything else

This collects all guides that didn't fit any of the other categories. Check the navigation tree on the left / in your phone's menu.

For a guide on [adding-locations-and-structures-with-archivexl](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/world-editing/archived-guides/adding-locations-and-structures-with-archivexl "mention"), check the world editing section!

If you want to make custom translations, you can check [#how-does-the-game-assign-display-names](https://wiki.redmodding.org/cyberpunk-2077-modding/items-equipment/adding-new-items/weapons/new-iconic-weapon-step-by-step#how-does-the-game-assign-display-names "mention")for a guide.


---

# 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/modding-guides/everything-else.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.
