# Script Actions

- [Choices](https://developers.monogatari.io/documentation/script-actions/choices.md): Learn about choices, their properties and how to use them!
- [Clear](https://developers.monogatari.io/documentation/script-actions/clear.md): Clear the text box
- [Conditionals](https://developers.monogatari.io/documentation/script-actions/conditionals.md): Control the flow of your game based on conditions
- [Dialogs](https://developers.monogatari.io/documentation/script-actions/dialogs.md): The text your players are going to read.
- [End](https://developers.monogatari.io/documentation/script-actions/end.md): End your game
- [Gallery](https://developers.monogatari.io/documentation/script-actions/image-gallery.md): An Image Gallery of images for your players to unlock
- [Hide Canvas](https://developers.monogatari.io/documentation/script-actions/hide-canvas.md)
- [Hide Character](https://developers.monogatari.io/documentation/script-actions/hide-character.md): Remove a character's sprite from screen
- [Hide Image](https://developers.monogatari.io/documentation/script-actions/hide-image.md): Remove an image from the screen
- [Hide Particles](https://developers.monogatari.io/documentation/script-actions/hide-particles.md): Hide a particle system animation
- [Hide Video](https://developers.monogatari.io/documentation/script-actions/hide-video.md): Stop and remove a video from the screen
- [Input](https://developers.monogatari.io/documentation/script-actions/input.md): Displays an input dialog to the player
- [Functions](https://developers.monogatari.io/documentation/script-actions/javascript.md): Run JavaScript functions in your script
- [Jump](https://developers.monogatari.io/documentation/script-actions/jump.md): Jump to a different label in your script
- [Next](https://developers.monogatari.io/documentation/script-actions/next.md): Continue to the next statement on the script
- [Pause](https://developers.monogatari.io/documentation/script-actions/pause.md): Pause playing media
- [Placeholder](https://developers.monogatari.io/documentation/script-actions/placeholder.md)
- [Play Music](https://developers.monogatari.io/documentation/script-actions/play-music.md): Play music media
- [Play Sound](https://developers.monogatari.io/documentation/script-actions/play-sound.md): Play a sound effect
- [Play Voice](https://developers.monogatari.io/documentation/script-actions/play-voice.md): Play a voice audio file
- [Preload](https://developers.monogatari.io/documentation/script-actions/preload.md): Preload assets to ensure smooth playback
- [Show Canvas](https://developers.monogatari.io/documentation/script-actions/canvas.md)
- [Show Background](https://developers.monogatari.io/documentation/script-actions/show-background.md): Show a background without removing any game elements.
- [Show Character](https://developers.monogatari.io/documentation/script-actions/characters.md): Show a character's sprite
- [Show Character Layer](https://developers.monogatari.io/documentation/script-actions/character-layers.md): Control individual layers of a character sprite
- [Show Image](https://developers.monogatari.io/documentation/script-actions/show-image.md): Show an image on screen
- [Show Message](https://developers.monogatari.io/documentation/script-actions/message.md): Show a message
- [Show Notification](https://developers.monogatari.io/documentation/script-actions/notifications.md): Show a notification to the player
- [Show Particles](https://developers.monogatari.io/documentation/script-actions/particles.md): Show a particle system animation
- [Show Scene](https://developers.monogatari.io/documentation/script-actions/show-scene.md): Change the background
- [Show Video](https://developers.monogatari.io/documentation/script-actions/show-video.md): Display videos in your visual novel
- [Stop Music](https://developers.monogatari.io/documentation/script-actions/stop-music.md): Stop playing music
- [Stop Sound](https://developers.monogatari.io/documentation/script-actions/stop-sound.md): Stop playing sound effects
- [Stop Voice](https://developers.monogatari.io/documentation/script-actions/stop-voice.md): Stop playing voice audio
- [Unload](https://developers.monogatari.io/documentation/script-actions/unload.md): Free up memory by unloading unused assets
- [Vibrate](https://developers.monogatari.io/documentation/script-actions/vibrate.md): Make the player's device vibrate
- [Wait](https://developers.monogatari.io/documentation/script-actions/wait.md): Wait an amount of time before continuing


---

# 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://developers.monogatari.io/documentation/script-actions.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.
