> For the complete documentation index, see [llms.txt](https://docs.m-xr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.m-xr.com/marso-measure/getting-started.md).

# Getting Started

- [Software Installation](https://docs.m-xr.com/marso-measure/getting-started/software-installation.md): If you need any help with installing Marso Measure, please reach out to support@m-xr.com.
- [Software Setup](https://docs.m-xr.com/marso-measure/getting-started/software-setup.md): Follow this page when you first setup Marso Measure.
- [Capture](https://docs.m-xr.com/marso-measure/getting-started/capture.md): Instructions for capturing a subject for best results from Marso Measure.
- [Camera and Ring Flash](https://docs.m-xr.com/marso-measure/getting-started/capture/camera-and-ring-flash.md): Follow the instructions if capturing with a camera & ring flash.
- [Camera and Point Light](https://docs.m-xr.com/marso-measure/getting-started/capture/camera-and-point-light.md): Follow this page if using a camera and point light.
- [Rigsters Arago](https://docs.m-xr.com/marso-measure/getting-started/capture/rigsters-arago.md): Follow this page if you have a Rigsters Arago.
- [Create Job](https://docs.m-xr.com/marso-measure/getting-started/create-job.md): Follow this page when creating a job using Marso Measure.
- [Photogrammetry](https://docs.m-xr.com/marso-measure/getting-started/photogrammetry.md): Follow this page when completing photogrammetry.
- [Mask Mesh & Manual UV Unwrap](https://docs.m-xr.com/marso-measure/getting-started/photogrammetry/mask-mesh-and-manual-uv-unwrap.md): See this page for more information regarding Mash Mesh and Manual UV Unwrap.
- [Processing](https://docs.m-xr.com/marso-measure/getting-started/processing.md): Follow this page when you are ready to process.


---

# 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.m-xr.com/marso-measure/getting-started.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.
