---
title: Exporting Assets to glTF
head:
  - - meta
    - http-equiv: refresh
      content: 0; url=/docs/how-to-guides/export/
---

# Page Moved

This page has moved to **[How-To Guides: Exporting Assets](/how-to-guides/export/)**.

You will be redirected automatically in a moment...

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