> For the complete documentation index, see [llms.txt](https://multiset.gitbook.io/multiset/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://multiset.gitbook.io/multiset/quick-access/changelog/v2/version-2.3.0.md).

# Version 2.3.0

### v2.3.0 26-August-2026

**Added**

1. **Equirect 360° panorama query.** Localize from a single full 360° panorama by setting `imageType` to `equirect` on the form-data query endpoint. No camera intrinsics are needed, and the returned pose describes the forward-looking view, meaning the direction the centre column of the image faces. Well suited to tripod, trolley, and robot captures, where the query does not depend on the camera happening to face a well-mapped surface. [Equirect Query](/multiset/fundamentals/localization/equirect-query.md)
2. **360° Virtual Tours from `.e57` and MatterPak scans.** Panoramas embedded in a point cloud scan can now be published as a navigable tour, the same as a 360 video capture. Request it at upload with `source.metadata.assets`. [Map Upload](/multiset/fundamentals/rest-api-docs/map-upload.md)
3. **Point cloud output for every map.** Every processed map now publishes `PointCloud/map.pcd`, a binary PCD of XYZ points at 5 cm spacing, including maps captured with the MultiSet App and Unity SDK. Download it from the Map Details page or through the `/file` endpoint, and find it on the map object as `pointCloud`. Note it is right-handed with `+Z` up, while the mesh is `+Y` up. [Mesh](/multiset/fundamentals/maps/output-asset/mesh.md)
4. **Optional tracking poses on the multi-frame query.** The per-image `imageN_data` tracking pose is now optional, so the multi-frame query can be used outside a SLAM session, for example from a set of stills or a rig with no tracking. Send a pose for every image, or for none. When the poses are not used the images must visually overlap each other, and a partial set is treated the same as sending none. [Map Query](/multiset/fundamentals/rest-api-docs/map-query.md)


---

# 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://multiset.gitbook.io/multiset/quick-access/changelog/v2/version-2.3.0.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.
