> 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/multiplayer-conditions.md).

# Multiplayer Conditions

When adding the networking module to your project, you will see new conditions available in the list when setting an interaction:

<figure><img src="/files/PT6IDdt4d765s2R7aijR" alt=""><figcaption><p>Added Conditions for multiuser experiences</p></figcaption></figure>

#### Approach Multiplayer

This condition works as the normal ['Approach'](/adding-interactivity/interactions/conditions/approach.md) condition but allows to set a minimum number of players that must meet the condition for it to be actually validated.

This is useful to trigger actions only when a given amount of players are near an object, or are inside a perimeter, have reached a checkpoint etc.

#### Players In Session

Allows to detect when the number of players in the sessions is '*less than', 'equal'* to or '*more than' a* given number for you to se&#x74;*.*

Useful to know when you have reached the minimum or maximum number of players to start an experience, or if there are not enough players to continue the experience etc.

#### Player Joined or Left

Allows to know when a user has joined or left a multiuser session.

Check 'For Local Player' if you want the condition to be valid when the current player joins/leaves.

Useful to give feedback (sound for example) to users.


---

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