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

# Multiplayer

Zoe allows you to create interactive experiences connecting multiple users in a 'session'. For this we provide an integration of the [Photon Unity Networking (PUN)](https://doc.photonengine.com/pun/current/getting-started/pun-intro) framework compatible with Zoe's core system. Base networking classes contained in the base Plugin package will only work if you also install the Networking Module.

Here's what you will need to be able to build multiplayer experiences:

* Zoe for Unity (verify that the version is compatible with the module)
* PUN Realtime and PUN Voice (plugins for Unity)

Follow the next steps for a detailed installation and how to use the networking features.
