# Pro Comparison

ESave Pro provides more advanced backend technology, with some other benefits but this does not mean the free version is lacking in capability. The best choice depends on the specific use case—some scenarios benefit more from the Pro version, while others may be better suited to the free version.

|                                  | Pro                                                                  | Free                                                      |
| -------------------------------- | -------------------------------------------------------------------- | --------------------------------------------------------- |
| **Backend**                      | SQLite Database                                                      | File System                                               |
| **Supported Scripting Patterns** | <ul><li>Synchronous</li><li>Asynchronous</li><li>Callbacks</li></ul> | <ul><li>Synchronous</li><li>Callbacks (Limited)</li></ul> |
| **Player Settings Setup**        | Automatic                                                            | Manual                                                    |
| **Encryption**                   | ✅                                                                    | ✅                                                         |
| **Multithreading**               | ✅                                                                    | ✅                                                         |
| **Memory Efficiency**            | ✅                                                                    | ❌                                                         |
| **Mass Delete/Save/Load**        | ✅                                                                    | ❌                                                         |
| **Save Browser**                 | ✅                                                                    | ❌                                                         |

If you are upgrading from ESave Free, remove it from your project first before installing ESave Pro.


---

# 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/pro-comparison.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.
