> For the complete documentation index, see [llms.txt](https://studio-docs.sandbox.game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://studio-docs.sandbox.game/the-editor/how-to-save-your-project.md).

# How to Save Your Project

Video Link:[How to Save your Project.mp4](https://drive.google.com/file/d/1h9MaRv4oXbruzAGfn_8BbQWZ_1dvebm6/view?usp=drive%5Flink)

A simple guide to saving changes in Sandbox Studio. Make a change to your game, save it from the editor toolbar, and use the keyboard shortcut for faster saving.

Saving records the current state of your project. Save regularly so that recent scene and settings changes are kept.

### **Step 1: Make a change**

Add an object or adjust something in your game. For example, move an asset, change a component value, or add a new item to the scene.

### **Step 2: Select Save**

Find the Save button in the top-left corner of the editor and select it. Sandbox Studio will save the changes you made to the project.

### **Step 3: Use the keyboard shortcut**

As an alternative, press `Ctrl+S` / `Cmd+S` to save quickly without moving away from your current task.

Save after completing an important change and before testing a larger update. Frequent saves make it easier to continue from the latest intended version of the project.

## **What You've Done**

Your latest project changes are saved. You can continue editing and use either the toolbar button or `Ctrl+S` / `Cmd+S` whenever you need to save again.


---

# 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://studio-docs.sandbox.game/the-editor/how-to-save-your-project.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.
