# Save States

You can access your save states by pausing your game, then pressing either "Save State" (to create a new one) or "Load State" (to load one). You can long-press any save state to view more options.

{% hint style="danger" %}
It's always recommended to use in-game saves as they are more reliable than save states.
{% endhint %}

### Making Save States

**Select "Save State" from the pause menu,** then tap '+' in the top right to create a new one or tap an existing save state to overwrite it.

&#x20;                                    &#x20;

<figure><img src="/files/84Md4Rf9eLuzUmfRa3wo" alt="" width="375"><figcaption></figcaption></figure>

### **Loading Save States**

**Select "Load State" from the pause menu,** then tap the save state you want to load. You can change the ordering of your save states by tapping the arrow in the top right.

{% hint style="info" %}
You can also access the save states for a game by long-pressing it from the library.
{% endhint %}

### &#x20;                             &#x20;

<figure><img src="/files/3vKdNIe5Y42sthLl2SCM" alt="" width="375"><figcaption></figcaption></figure>

### Renaming Save States

Long-press the save state you want to rename, then select "Rename".

&#x20;                                     &#x20;

<figure><img src="/files/XGz7CjHKEvqPUTVpHbQL" alt="" width="375"><figcaption></figcaption></figure>

### Deleting Save States

Long-press the save state you want to delete, then select "Delete".

&#x20;                                      &#x20;

<figure><img src="/files/TTtFn5r6D5yWM7J7itVP" alt="" width="375"><figcaption></figcaption></figure>

## Types of Save States

### Auto Save

These are save states that Delta periodically makes in the background to prevent you from losing your progress.

### General

These are save states explicitly made by you and **can** be overwritten.

### **Locked**

These are save states explicitly made by you and **can't** be overwritten. You can lock any save state by long-pressing it and choosing "Lock". To unlock a locked save state, long-press it and choose "Unlock".

&#x20;         &#x20;

<figure><img src="/files/z50QY2eJuoMZMWedvTyl" alt="" width="375"><figcaption></figcaption></figure>

## Preview Save State

The Preview Save State feature in Delta allows you to choose a save state to load automatically when long-pressing a game. To change the preview state for a game, long-press one of your save states and select "Set as Preview Save State".

Once you set a preview state, you can long-press the game in your library and it will show that save state as a preview. Simply press the game screen to jump right in!

&#x20;            &#x20;

<figure><img src="/files/5fQEeRiJvUMQ8rNPxkAw" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://faq.deltaemulator.com/using-delta/save-states.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.
