# Glossary

Defines key terms used throughout the documentation, offering clear explanations to ensure understanding of the specific functionalities and components within Existent.

<table><thead><tr><th width="228">Term</th><th>Description</th></tr></thead><tbody><tr><td><a href="/pages/fRgMjGaAQl0KehGRZqOV"><strong>Existent Stage</strong></a></td><td>Representation of a physical play area - it’s made up of a boundary and may also include obstacles that can represent immovable objects in your play area such as pillars or walls.</td></tr><tr><td><a href="/pages/Br85jLezwXwyoGEmAIDd"><strong>Existent Space</strong></a></td><td>A location in the virtual world that can be represented by a Stage. Spaces are containers for all the players and tracked objects in your application. Every player and object can only exist within one Space at a time but can move from Space to Space at runtime.</td></tr><tr><td><a href="/pages/t01VgknlGFtvOf1Y4FhO"><strong>Existent Vehicle</strong></a></td><td>A Vehicle is a special type of Space that can move smoothly between a source and destination Space, optionally taking Players and props along for the journey.</td></tr><tr><td><a href="/pages/QoobE2UsmLwsQaOccSqk"><strong>Existent Player</strong></a></td><td>The Existent Player is a special type of Pawn that represents an HMD-wearing player in an Existent application.</td></tr><tr><td><a href="/pages/47pBD5cRhWvDNKO2trmC"><strong>Prop / Tracked Object</strong></a></td><td>Any Actor that has an Existent Tracker Component attached. Typically, props represent the digital counterpart of a real world object in your application. For instance, you might have a physical fire extinguisher prop which you represent with a tracked object Actor that contains a Tracker Component and a mesh representing the fire extinguisher.</td></tr><tr><td><strong>Locally controller Player</strong></td><td>Sometimes shortened to “local Player”. This is the Existent Player being controlled by the headset connected to the current PC. Since your movements in the headset directly control your local Player, this data has to be replicated to other participants in a multiplayer setting. In a single-player experience, this is the only Player in the game.</td></tr><tr><td><strong>Remote Player</strong></td><td>A Player that is controlled by a user from a different machine over the network.</td></tr><tr><td><strong>Proxy Player</strong></td><td>A proxy Player is your local copy of a remote Player being controlled by someone else over a network. From the point of view of your PC, every Player instance in your game that isn't the local Player is a proxy Player.</td></tr></tbody></table>


---

# 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.existent.com/documentation/v0.0.2/overview/glossary.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.
