> For the complete documentation index, see [llms.txt](https://docs.multiset.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.multiset.ai/workflow.md).

# Workflow

- [Migration Guide](https://docs.multiset.ai/workflow/migration-guide.md): Move an existing AR project to MultiSet from Azure Spatial Anchors, Vuforia Area Targets or Vuforia Model Targets.
- [Azure Spatial Anchors](https://docs.multiset.ai/workflow/migration-guide/azure-spatial-anchors.md): Replace Azure Spatial Anchors with the MultiSet VPS SDK, covering anchor migration options and SDK integration on Unity, native and Quest.
- [Vuforia AREA Targets](https://docs.multiset.ai/workflow/migration-guide/vuforia-area-targets.md): Move from Vuforia Area Targets to MultiSet VPS, reusing your existing scan files or re-scanning with the MultiSet app.
- [Vuforia Model Targets](https://docs.multiset.ai/workflow/migration-guide/vuforia-model-targets.md): Move from Vuforia Model Targets to MultiSet Object Tracking, reusing your existing 3D scan of the object.
- [Guides](https://docs.multiset.ai/workflow/guides.md): Practical guides for working with MultiSet outside the SDKs
- [Find Hint Coordinates](https://docs.multiset.ai/workflow/guides/find-hint-coordinates.md): Capture a position on a Map or MapSet mesh and use it as the HintPosition and HintFloorHeight for a MultiSet Localization query.
- [Integration with IoT Devices](https://docs.multiset.ai/workflow/guides/integration-with-iot-devices.md): Add centimetre level positioning to a camera enabled IoT device such as an ESP32 by querying the VPS API, with a sample C++ sketch.
- [Unity SDK Update guide](https://docs.multiset.ai/workflow/guides/unity-sdk-update-guide.md): Update the MultiSet Unity SDK through the Package Manager Git URL and keep your changes to the sample scenes.
- [Editing Point Cloud Data](https://docs.multiset.ai/workflow/guides/editing-point-cloud-data.md): A practical guide to editing, cleaning, and merging .e57 point cloud files using CloudCompare.
- [Third-party attributes](https://docs.multiset.ai/workflow/guides/third-party-attributes.md): Open source licences and attributions for third-party components used by MultiSet.


---

# 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.multiset.ai/workflow.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.
