# Script Actions

- [Choices](https://developers.monogatari.io/documentation/2.1.0/script-actions/choices.md): Learn about choices, their properties and how to use them!
- [Clear](https://developers.monogatari.io/documentation/2.1.0/script-actions/clear.md): Clear the textbox
- [Conditionals](https://developers.monogatari.io/documentation/2.1.0/script-actions/conditionals.md): Control the flow of your game
- [Dialogs](https://developers.monogatari.io/documentation/2.1.0/script-actions/dialogs.md): The text your players are going to read.
- [End](https://developers.monogatari.io/documentation/2.1.0/script-actions/end.md): End your game
- [Gallery](https://developers.monogatari.io/documentation/2.1.0/script-actions/image-gallery.md): An Image Gallery of images for your players to unlock
- [Hide Canvas](https://developers.monogatari.io/documentation/2.1.0/script-actions/hide-canvas.md)
- [Hide Character](https://developers.monogatari.io/documentation/2.1.0/script-actions/hide-character.md): Remove a character's sprite from screen
- [Hide Character Layer](https://developers.monogatari.io/documentation/2.1.0/script-actions/hide-character-layer.md)
- [Hide Image](https://developers.monogatari.io/documentation/2.1.0/script-actions/hide-image.md)
- [Hide Particles](https://developers.monogatari.io/documentation/2.1.0/script-actions/hide-particles.md): Hide a particle system animation
- [Hide Video](https://developers.monogatari.io/documentation/2.1.0/script-actions/hide-video.md)
- [Input](https://developers.monogatari.io/documentation/2.1.0/script-actions/input.md): Displays an input dialog to the player
- [Functions](https://developers.monogatari.io/documentation/2.1.0/script-actions/javascript.md): Run JavaScript functions in your script
- [Jump](https://developers.monogatari.io/documentation/2.1.0/script-actions/jump.md)
- [Next](https://developers.monogatari.io/documentation/2.1.0/script-actions/next.md): Continue to the next statement on the script
- [Placeholder](https://developers.monogatari.io/documentation/2.1.0/script-actions/placeholder.md)
- [Play Music](https://developers.monogatari.io/documentation/2.1.0/script-actions/play-music.md): Play music media
- [Play Sound](https://developers.monogatari.io/documentation/2.1.0/script-actions/play-sound.md): Play a sound effect
- [Play Voice](https://developers.monogatari.io/documentation/2.1.0/script-actions/play-voice.md): Play a voice audio file
- [Show Canvas](https://developers.monogatari.io/documentation/2.1.0/script-actions/canvas.md)
- [Show Background](https://developers.monogatari.io/documentation/2.1.0/script-actions/show-background.md): Show a background without removing any game elements.
- [Show Character](https://developers.monogatari.io/documentation/2.1.0/script-actions/characters.md): Show a character's sprite
- [Show Character Layer](https://developers.monogatari.io/documentation/2.1.0/script-actions/show-character-layer.md)
- [Show Image](https://developers.monogatari.io/documentation/2.1.0/script-actions/show-image.md): Show an image
- [Show Message](https://developers.monogatari.io/documentation/2.1.0/script-actions/message.md): Show a message
- [Show Notification](https://developers.monogatari.io/documentation/2.1.0/script-actions/notifications.md): Show a notification to the player
- [Show Particles](https://developers.monogatari.io/documentation/2.1.0/script-actions/particles.md): Show a particle system animation
- [Show Scene](https://developers.monogatari.io/documentation/2.1.0/script-actions/show-scene.md): Change the background
- [Show Video](https://developers.monogatari.io/documentation/2.1.0/script-actions/show-video.md)
- [Stop Music](https://developers.monogatari.io/documentation/2.1.0/script-actions/stop-music.md): Stop playing music
- [Stop Sound](https://developers.monogatari.io/documentation/2.1.0/script-actions/stop-sound.md)
- [Stop Voice](https://developers.monogatari.io/documentation/2.1.0/script-actions/stop-voice.md)
- [Vibrate](https://developers.monogatari.io/documentation/2.1.0/script-actions/vibrate.md): Make the player's device vibrate
- [Wait](https://developers.monogatari.io/documentation/2.1.0/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/2.1.0/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.
