# Saves

[Menu](/master/main-menu.md) / Turn the page to the left or to the right

### How to Load

{% embed url="<https://youtu.be/Cb0jXECEpCI>" %}

### How to Save

{% embed url="<https://youtu.be/nXb8MFgDGsI>" %}

If you try to overwrite another saving orb—it will open a dialog menu that asks whether you want to overwrite it.

You can re-save to the same orb that way as well as overwrite old scenes.

### Orbs

![](/files/-LmyrgxpvuDbz3uVE_P6)

Each of that orb contains a scene. You can rename, duplicate, and delete them.&#x20;

A saving orb that contains the scene you’re in is highlighted with a thick blue outline.

There’s always one extra empty sphere at the end. You can use it to create a new scene or save an already created scene to it.

### How to rename saves

Press on the orb and choose “Rename”.&#x20;The [keyboard](/master/tools/keyboard.md) will appear in front of you. Type the new name and press Enter on the keyboard.

### How to delete saves

Press on the orb and choose "Delete".

### Save files&#xD; in project folder

Your save files are stored in a [project](/master/projects.md) under “Saves” directory in “.tvori” format. You can freely rename, duplicate, and delete them from that folder.


---

# 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://learn.tvori.co/master/saves.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.
