> For the complete documentation index, see [llms.txt](https://docs.moasure.com/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moasure.com/en/moasure-lx1/measure-with-moasure-lx1/save-your-measurement.md).

# Save Your Measurement

After you stop measuring, your completed floor plan will appear on screen.

Your measurement is **not saved automatically**, so you must save the project before leaving the screen.

### Save the Measurement

To save your floor plan:

1. Tap **File** in the bottom navigation.
2. Tap **Save**.

Under **Save Measurement To**, choose where the measurement will be stored.

You can either select an **existing project folder** or create a **new project folder**.

***

### Save to an Existing Project Folder

1. Tap the **project folder** you want to save the measurement in.
2. Tap **Continue**.
3. Enter a **name for the Project File**.
4. Tap **Confirm**.

Your measurement will now be saved inside the selected project folder.

***

### Create a New Project Folder

If you want to organise measurements into a new folder:

1. Tap the **+ icon**.
2. Enter a **name for the New Project Folder**.
3. Tap **Continue**.
4. Enter a **name for the Project File**.
5. Tap **Confirm**.

The measurement will now be saved inside the new project folder.

***

### Important

Saving your measurement allows you to:

* Reopen the floor plan later
* Continue editing the layout
* Add additional rooms
* Export the project

If the measurement is not saved, it may be lost when leaving the screen.


---

# 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.moasure.com/en/moasure-lx1/measure-with-moasure-lx1/save-your-measurement.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.
