> For the complete documentation index, see [llms.txt](https://learn.tvori.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.tvori.co/saves.md).

# Saves

[Menu](/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/-MD-VAkpFeYSzJbj0YGF)

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.

![](/files/-MDQKnwHglXAx65uxzKb)

### How to rename saves

Press on the orb and choose “Rename”.&#x20;The [keyboard](/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 as project

You can save current scene as a project - all resources will be saved as .zip file. Just open your scene and then open context menu of its' orb.

![](/files/-MTrIAM2NibA5CSuCipd)

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

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


---

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