> For the complete documentation index, see [llms.txt](https://obvious-game.gitbook.io/soap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://obvious-game.gitbook.io/soap/scene-documentation/5_scriptablesaves/save-load-modes.md).

# Save/Load Modes

### Save Modes <a href="#tkd5k47h65qd" id="tkd5k47h65qd"></a>

There are only two save modes: Manual and Interval. By default, Manual is selected. The reason is that it's usually safer to explicitly call the Save() method. However, in modern gaming, games often save progression automatically. If you set the save mode to Interval and define the seconds between each save, it will call the save method automatically at these intervals. You don't need to manually handle that. Feel free to try it out.

<img src="/files/lJbMiENIG6PlUAR7a0XR" alt="" width="375">

### Load Modes <a href="#id-2uuof6t9sgxa" id="id-2uuof6t9sgxa"></a>

There are only two load modes: Automatic and Manual. By default, Automatic is selected, because loading is typically the first thing you do when your game starts.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://obvious-game.gitbook.io/soap/scene-documentation/5_scriptablesaves/save-load-modes.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.
