> 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/your-moasure-app/exporting-a-floor-plan.md).

# Exporting a Floor Plan

You can export your floor plan from the Moasure app to share with colleagues, clients, or other software.

Exporting creates a file that can be viewed, printed, or imported into other applications.

***

### Export a Floor Plan

To export a floor plan:

1. Open the **saved floor plan** you want to export.
2. Tap **File** in the bottom toolbar.
3. Tap **Export**.
4. Choose the desired **export format**.
5. Select where you want to send or save the file.

The exported file can then be shared or stored on your device.

***

### Available Export Formats

Depending on your needs, you may be able to export the floor plan in several formats, including:

**PDF**\
A formatted document suitable for sharing or printing.

**CAD (DXF / DWG)**\
A file that can be opened in CAD software.

**CSV**\
Measurement data in a spreadsheet format.

**Image (PNG / JPEG)**\
A static image of the floor plan.

**MFile**\
The native Moasure project file for sharing and reopening in the Moasure app.

***

### Tip

Exported files can be shared through email, messaging apps, cloud storage, or other file sharing services.

This makes it easy to send floor plans to clients or continue working with them in other software.


---

# 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-lx1/your-moasure-app/exporting-a-floor-plan.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.
