> For the complete documentation index, see [llms.txt](https://mandor-labs.gitbook.io/mandor-labs-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mandor-labs.gitbook.io/mandor-labs-docs/save-load/samples/basic-save-load-sample.md).

# Basic Save Load Sample

{% hint style="warning" %}
**Note**: This sample required packages

* [Starter Assets - ThirdPerson](https://assetstore.unity.com/packages/essentials/starter-assets-thirdperson-urp-196526)
* [**com.unity.cinemachine**](https://docs.unity3d.com/Packages/com.unity.cinemachine@2.10/manual/index.html) **(2.10.7)**
* [**com.unity.inputsystem**](com.unity.inputsystemhttps://docs.unity3d.com/Packages/com.unity.inputsystem@1.19/manual/index.html)
  {% endhint %}

{% stepper %}
{% step %}

### Import Sample

Find this unity package under Samples folder and double click it to import.

<div data-with-frame="true"><figure><img src="/files/5yoqiC7nriHXmAdqlmQg" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Open the Sample Scene

Locate the imported sample assets in your project browser under `Assets/Samples/Modular Labs Save Load`. Open the `01.BasicSaveLoadSample` scene and press play. This is how sample scene look like.

{% embed url="<https://drive.google.com/file/d/1TzkT7dYzHopRPPw2akxFaXlqe_x4SU3v/view?usp=sharing>" %}
{% endstep %}
{% endstepper %}


---

# 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, and the optional `goal` query parameter:

```
GET https://mandor-labs.gitbook.io/mandor-labs-docs/save-load/samples/basic-save-load-sample.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
