> 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-1-and-2-series/measure-and-edit/save-a-measurement.md).

# Save a Measurement

In this section, learn how to save your measurement diagrams, and how to keep them organised by creating project folders.

{% hint style="info" %}
Measurements are stored locally on your device and are **not automatically backed up**. If your device is lost, reset, or the app is removed, any unsaved data may be permanently lost. To protect your data, we strongly recommend:

* Saving your measurements regularly
* Exporting and backing up important files to another device or cloud service
  {% endhint %}

### Create a Folder

To create a folder, follow these steps:

1. Tap **File**.
2. Tap **Open**.
3. Tap the **+** icon.
4. Enter a **New Project Folder Name**.
5. Tap **Save** and your folder will appear.
6. Tap on the **arrow** in the top-left corner to return to the canvas.

<figure><img src="/files/J123KPejcDt84rnZA11M" alt="" width="375"><figcaption><p>Create a Folder</p></figcaption></figure>

### Save a Measurement

To save a measurement diagram, follow these steps:

1. Tap on **File** in the navigation bar at the bottom of your screen.
2. Tap on **Save**.
3. Tap on a folder or create a **New Project Folder**.
   1. If you create a New Project Folder, enter a name for your folder.
   2. Tap **Save**.
4. Your selected folder will be noted by the green dot on the right-hand side.
5. Tap **Continue**.
6. Enter your **New Project File Name**.
7. Tap **Save**.
8. Your file will be saved to your chosen folder.

<figure><img src="/files/mUiubE8LZ0Rc7UcaB8Ic" alt="" width="375"><figcaption><p>Save a Measurement</p></figcaption></figure>

{% hint style="info" %}
If you open and close a file without making any changes, you won't receive a prompt to save, and nothing will have changed. If you open a file and make changes, you'll be presented with two options: **Save** and **Save As** — **Save** overwrites your existing file including any changes, while with **Save As**, you save the updated file as a new version, with a new file name and/or folder.
{% endhint %}


---

# 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:

```
GET https://docs.moasure.com/en/moasure-1-and-2-series/measure-and-edit/save-a-measurement.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.
