# Viewing

To view a GMetri experience, generally, *you just need to click the* [*deployment link*](/metaverse/publishing/share.md#publish-link-or-deployment-link) that was shared with you.

Experiences may also be [embedded in a webpage](/metaverse/publishing/embed-on-your-website.md) - in that case, it should automatically load when you open the web page.

If instead you were given an app or an LMS page - you can contact the admin in your organization to get details of how to run the experience.

## Running the experience on your Phone or Desktop

* Open the default browser on your phone (Ensure its [one of these](/guidelines-compatibility/compatibility/supported-browsers.md) browsers)
* Type the [deployment link](/metaverse/publishing/share.md#publish-link-or-deployment-link) that you want to open as the URL and load the page

## Running the experience on a Headset

To open a GMetri experience on a headset, open the deployment link in the Headset's default browser, and click the "Enter VR Mode" button that pops up.

## Example

Here is a GMetri experience embedded in this webpage:

{% embed url="<https://demo.gmetri.com/metaverse>" %}
GMetri Experience Example
{% endembed %}

You can also access the same experience by clicking on [this link](https://demo.gmetri.com/metaverse).

## Internet Speeds

If you are experiencing connection issues when joining a GMetri Experience, the first step is to do a [Speed Test](https://www.speedtest.net/)

The faster your speeds are, the better your GMetri experience will be.

* For the best experience: **50Mbps download, 10Mbps upload**
* Minimum requirements: **20Mbps download, 2Mbps upload**


---

# 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.gmetri.com/metaverse/player.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.
