> For the complete documentation index, see [llms.txt](https://docs.engagevr.io/engage/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.engagevr.io/engage/experience-editor/experience-management/saving-an-experience.md).

# Saving a experience

To save your experience, complete the following steps:

1. In the editor panel, select the save icon (<img src="/files/QcAcLdVUKDrnGmLZNai2" alt="" data-size="line">).
2. Select the **File name** field, enter a file name, and then select the tick icon.
3. **Optional**: Edit additional file settings as required. See the section below for more information about each setting.
4. Select **Save**.

## File settings

| Setting     | Description                                                                                                                                                                                                                                                                                                                                  |
| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Thumbnail   | The image to use as a thumbnail. You can select images from only the ENGAGE Pictures folder on your device.                                                                                                                                                                                                                                  |
| Title       | The display name. This is how your experience will be displayed in the menu.                                                                                                                                                                                                                                                                 |
| File name   | The name of the file that's saved.                                                                                                                                                                                                                                                                                                           |
| Timer Type  | <p>When you use the <strong>Standard Timer</strong>, you can edit the <strong>Length</strong> setting to specify the duration of your experience.</p><p><strong>Important</strong>: The <strong>YouTube or direct video URL</strong> timer is not supported in this release. Existing experiences that use this option are not affected.</p> |
| Length      | This is the duration of your experience. To change this, select the current value, type a new value, and then select the tick icon.                                                                                                                                                                                                          |
| Location    | <p>The location you currently have your experience based in. Edit to load the <strong>Location</strong> menu and change your location.</p><p><em><strong>Note:</strong> If you change the location of your lesson, objects that you have added to the scene will be in a different location.</em></p>                                        |
| Description | Add additional information to describe the content of your experience. If your experience is added to a public listing, the description will be included on the experience page.                                                                                                                                                             |


---

# 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://docs.engagevr.io/engage/experience-editor/experience-management/saving-an-experience.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.
