# ESave Initializer

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

The ESave Initializer component simply initializes ESave on awake and calls terminate when the application or play mode is exited. This component is not required in your scene at all—you can just simply initialize and terminate whenever you'd like through code. Learn more about initialization here.


---

# 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/components/esave-initializer.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.
