# Technical Overview

The Otherside Development Kit (or ODK) is a platform built for the Yuga community to build and share experiences within the Otherside community.

The ODK is built on top of MSquared's World Builder platform. World Builder documentation is available [here](https://docs.msquared.io/). The World Builder is built on top of a Blueprint only version of Epic's Unreal Engine, and is architected to allow quick iteration on content, while also providing unparalleled player number and quick and easy travel between worlds.

It's highly recommend that if you intend to develop for the ODK that you familiarize yourself with the basics of the World Builder platform. In particular, sections that are useful to read are:

* [Morpheus networking](https://docs.msquared.io/creation/unreal-development/getting-started/networking)
* [Difference from native Unreal](https://docs.msquared.io/creation/unreal-development/getting-started/differences-in-unreal-development-workflow)
* [Actor pooling](https://docs.msquared.io/creation/unreal-development/features-and-tutorials/actor-pooling)

The ODK also provides a host of Otherside related content built on top of the World Builder. The majority of the functionality is provided within [ODK plugin](https://docs.otherside.xyz/documentation/odk-plugin), which is located within the engine plugins of your ODK Unreal installation

<figure><img src="https://33425813-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbIBFTVTQoxu1YByrB4tU%2Fuploads%2FusR80dQ49CxkhNO5WfKr%2Fimage.png?alt=media&#x26;token=28faf3c6-bcf5-4c10-9e88-aa8cbfa5108c" alt=""><figcaption><p>ODK Plugin Content</p></figcaption></figure>

Please peruse the provided content, and use the [Template Projects](https://docs.otherside.xyz/documentation/odk-templates) as means to explore what's available within the ODK.
