# Advanced

- [Incorporating an investigation phase](https://docs.studio.uzu-app.com/en/advanced/investigation.md)
- [Distribute all endings](https://docs.studio.uzu-app.com/en/advanced/ending.md)
- [Change displayed content based on character](https://docs.studio.uzu-app.com/en/advanced/text-customize.md)
- [Insert images during script reading](https://docs.studio.uzu-app.com/en/advanced/image-script.md)
- [Create a rescue phase when moving forward before everyone finishes investigating](https://docs.studio.uzu-app.com/en/advanced/chosakyusai.md)
- [Adjust the volume of audio files](https://docs.studio.uzu-app.com/en/advanced/adjust-audio-file.md): Adjust the volume of the audio file itself
- [Set up expandable blocks](https://docs.studio.uzu-app.com/en/advanced/expansionwidget.md)


---

# 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://docs.studio.uzu-app.com/en/advanced.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.
