# Save Browser

<figure><img src="/files/Xp48C0NaHfbSAcHFznWc" alt=""><figcaption></figcaption></figure>

The Save Browser window allows you to view and manage save states.

You can open the Save Browser from  `Window > ESave > Save Browser`.

## Refresh

<figure><img src="/files/RzJQFpmbL5Pj7jAkRfyN" alt=""><figcaption></figcaption></figure>

The Refresh button reloads the window, ensuring all information is up to date. Use it to view newly added save states or the latest save data.

## Save List

<figure><img src="/files/7dW5Hw4QysK0KjuBRqGA" alt=""><figcaption></figcaption></figure>

The save list displays all current save states, with each entry represented as a button.

## Save Table

<figure><img src="/files/rG9xGiZWzEvF1do5uY87" alt=""><figcaption></figcaption></figure>

The Save Table section displays the data as-is inside the database. It's possible to edit data by simply typing into the text fields.

### Data Update Failure

The saved data won't always be updated. Here are a few things to note:

1. The ID column cannot be an empty string.
2. The Data column must equal to a valid data type.
3. The Data column cannot be edited when encryption is enabled, since the encrypted content is not human-readable and thus cannot be meaningfully modified.

## Delete Save

<figure><img src="/files/yLD4g6kApF3JHKCvxX00" alt=""><figcaption></figcaption></figure>

The Delete Save button will simply delete the selected save state.


---

# 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://espergames.gitbook.io/esave/esave-pro/editors/save-browser.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.
