> For the complete documentation index, see [llms.txt](https://docs.engagevr.io/engage/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.engagevr.io/engage/sessions.md).

# Sessions

A Session is a single instance of a virtual reality experience that can be shared by multiple users simultaneously. If you can see and hear other people, then they're in the same Session as you.

Try not to confuse a Session with a Location. A Location is the virtual environment that surrounds you, such as a meeting room or garden. A Session takes place in a Location, but each Session uses a separate copy of the chosen Location.

{% hint style="info" %}
When you're in a Session, you can choose to move everyone in the Session to a new Location. For more information, see [Changing location](/engage/advanced-features/changing-locations.md).
{% endhint %}


---

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

```
GET https://docs.engagevr.io/engage/sessions.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.
