# Quests & Scenes

## Inside Quests:

### [Visualize Quest Files](/cyberpunk-2077-modding/modding-guides/quest/visualize-quest-files.md)

### [How to Edit Voiceover and Subtitles](/cyberpunk-2077-modding/modding-guides/quest/how-to-edit-voiceover-and-subtitles-in-a-quest..md)

### [How to change position and rotation of an entMeshComponent](/cyberpunk-2077-modding/modding-guides/everything-else/how-to-change-position-and-rotation-of-an-entmeshcomponent.md)

### [How to remove an Animation (and Replace It)](/cyberpunk-2077-modding/modding-guides/quest/how-to-remove-an-animation-and-potentially-replace-it.md)

### [How to use worldCommunityRegistry and worldCompiledCommunity](/cyberpunk-2077-modding/modding-guides/quest/how-to-use-worldcommunityregistry-and-worldcompiledcommunity.md)

### [How to open garage doors](/cyberpunk-2077-modding/modding-guides/quest/how-to-open-garage-doors.md)

<figure><img src="/files/WVIZ7Ak9f4W7xnZGhnUb" alt=""><figcaption></figcaption></figure>


---

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