---
title: VR & AR (WebXR)
head:
  - - meta
    - http-equiv: refresh
      content: 0; url=/docs/how-to-guides/xr/
---

# Page Moved

This page has moved to **[How-To Guides: WebXR](/how-to-guides/xr/)**.

You will be redirected automatically in a moment...

<script setup>
if (typeof window !== 'undefined') {
  window.location.href = '/docs/how-to-guides/xr/' + window.location.search + window.location.hash;
}
</script>
