# Augmented Reality (AR)

Any prototype (imported or otherwise) within Mupixa can be loaded as an Augmented Reality (AR) experience on various devices.

## Configuration

The project must be configured as an AR project. This can be done in the project settings.

{% content-ref url="/pages/mgxa5MYmyvqKeTxDL6lX" %}
[Project Configuration](/docs/interaction-editor/project-configuration.md)
{% endcontent-ref %}

## Examples

{% embed url="<https://youtube.com/playlist?feature=shared&list=PLme3PabyjCDOCOCabMF-hpCyNKsbJM-Ni>" %}
XR Example Playlist
{% endembed %}

## Supported devices

#### Android

Currently only the Chrome browser supports the AR experiences. For best results use the latest Android and Chrome versions available.

#### iOS

:warning: For iOS devices you need a special browser since Safari on iOS doesn't suppor AR experiences. Check our FAQ:

{% content-ref url="/pages/TBUV8p1y1MQQncXAmXgX" %}
[AR not supported](/docs/good-to-know/faq/ar-not-supported.md)
{% endcontent-ref %}

#### AR goggles

Meta devices capable of AR such as:

* Meta Quest Pro
* Meta Quest 3

Apple Vision Pro

:warning: You might need to enable WebAR in the Safari settings.


---

# 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.mupixa.com/docs/use-cases/augmented-reality-ar.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.
