# Configuration Options

- [Game Configuration](https://developers.monogatari.io/documentation/configuration-options/game-configuration.md)
- [Asset Preloading](https://developers.monogatari.io/documentation/configuration-options/game-configuration/asset-preloading.md): Configure asset preloading and caching for web deployment
- [Internationalization](https://developers.monogatari.io/documentation/configuration-options/game-configuration/internationalization.md): Making Monogatari games multilingual.
- [Saving](https://developers.monogatari.io/documentation/configuration-options/game-configuration/saving.md): Configure save slots and auto-save functionality
- [Skip Main Menu](https://developers.monogatari.io/documentation/configuration-options/game-configuration/skip-menu.md): Skip the main menu and start directly into the game
- [Storage](https://developers.monogatari.io/documentation/configuration-options/game-configuration/storage-engine.md)
- [Player Preferences](https://developers.monogatari.io/documentation/configuration-options/player-preferences.md): Player-adjustable preferences and their default values
- [Split Files](https://developers.monogatari.io/documentation/configuration-options/split.md): Splitting your Script into multiple files.


---

# 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/configuration-options.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.
