# 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.


---

# 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://unity.zoeimmersive.com/multiplayer.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.
