> For the complete documentation index, see [llms.txt](https://docs.otherside.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.otherside.xyz/release-notes/releases/v9.2.md).

# v9.2

ODK v9 brings the power of Unreal 5.5.4 into the ODK and includes MSquared version v38.1.3.&#x20;

**Important Documents to Read**

* [Msquared Release Notes and Breaking Changes for v38](https://docs.msquared.io/creation/unreal-development/release-notes/release-notes-2)
* Unreal Documentation (we have gone up 2 minor versions 5.3 -> 5.5)
  * [Unreal Documentation for v5.4](https://dev.epicgames.com/documentation/en-us/unreal-engine/unreal-engine-5.4-release-notes?application_version=5.4)
  * [Unreal Documentation for v5.5 ](https://dev.epicgames.com/documentation/en-us/unreal-engine/unreal-engine-5-5-release-notes?application_version=5.5)
* ODK[ Breaking Changes](https://docs.otherside.xyz/odk-documentation/documentation/breaking-changes/v9.0)

**New Features**

* Unreal Editor v5.5.4
* Support for the Curtis Network *(documentation coming at a later date)*
* Mac Client now supports PAK embedded Builds
* Presence endpoint fix to allow collection whitelisting at a project level

**Bug Fixes in v9.2**

1. Update to Msquared 38.1.3, which fixes PAK embedded on MAC clients.
2. Enabling the Presence endpoint so you can whitelist collections per project
3. Fixed server grant failures
4. Fixed Character not falling when exiting a bubble
5. Movement mode now supports gliding strafing left and right.


---

# 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.otherside.xyz/release-notes/releases/v9.2.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.
