# v8.2

ODK v8.2 represents a subtiantial change in the ODK since the last release v7.0. This will also be the last ODK release on Unreal 5.3 with the next release being an upgrade to Unreal 5.5.<br>

### Breaking Changes

ODK v8.2 has ingested v37 of MSquared - please also review any Breaking Changes listed for this release which can be found here: <https://docs.msquared.io/creation/unreal-development/release-notes>\
\
For ODK specific breaking changes, please see the Breaking Changes section in our documentation: <https://app.gitbook.com/o/lofEjhe7K5p8QfBozy5p/s/bIBFTVTQoxu1YByrB4tU/documentation/breaking-changes/v8.2>

### **New Features**

* Profile Overlay
  * Cross Experience Profile Identity on ApeChain, players can track/earn badges and inventory across multiple experiences in their journey in the Otherside.
* [Web Browser](https://docs.otherside.xyz/odk-documentation/documentation/odk-plugin/web-browser)
  * A powerful Chromium Browser which can be used to enable users to engage with web based content.&#x20;
* [Moderation](https://docs.otherside.xyz/odk-documentation/documentation/odk-plugin/moderation)&#x20;
  * We have integrated a new simplified Moderation tool which is free to use, moving away from Community sift.
* [Task Flow System](https://docs.otherside.xyz/odk-documentation/documentation/odk-plugin/task-flow)
  * The Task Flow system allows you to define a sequence of tasks that guide a player through an experience—such as a quest, tutorial, or onboarding sequence—using a structured flow of triggers, conditions, and actions. Each task is handled one at a time, and the player must complete them in order to progress.
* [Improved Token Gating System](https://docs.otherside.xyz/odk-documentation/documentation/odk-plugin/token-gating)
  * We have made some stability and improvements to the Token Gating system which will make it easier to use.
* [Privy Integration](https://docs.otherside.xyz/odk-documentation/documentation/odk-plugin/authentication)
  * Privy has been integrated into the authentication flow across the ODK, this will allow developers and players to have a seamless UX flow in creating a wallet and accessing their collections.
* [ODK Notification System](https://docs.otherside.xyz/odk-documentation/documentation/odk-plugin/odk-notifications)
  * We have integrated a notification system that allows developers to communicate important messages to the player, or use existing messaging integrated into the ODK.
* [New and Improved Interaction System](https://docs.otherside.xyz/odk-documentation/documentation/odk-plugin/odk-interaction)
  * We have improved the Interaction System within the ODK by adding a priority system where you can proritise interaction events. Alongside this we have included a whole host of bug fixes and optimisations.
* New Settings Screen

  * We have updated the UX on the settings screen and improved the system.

**Example Content**

* [Boneyard](https://docs.otherside.xyz/odk-documentation/documentation/odk-templates/boneyard-template)
  * The boneyard has had a major overhaul in its example functionality. We are using this space to demonstrate the possibliities of pushing as much functionality onto ApeChain.


---

# Agent Instructions: 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.otherside.xyz/release-notes/releases/v8.2.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.
