> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dream3d.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Upload Your Models

To use your own 3D models in the scene, you can upload them in the "Assets" tab in the top right corner of the editor.

<img
  src="https://prod-dream3d-public.s3.amazonaws.com/docs/asset-tab.png"
  style={{
width: "100%",
maxWidth: "350px",
margin: "0 auto",
}}
/>

Select "Upload GLB" and pick your model.

<img
  src="https://prod-dream3d-public.s3.amazonaws.com/docs/upload.png"
  style={{
width: "100%",
maxWidth: "350px",
margin: "0 auto",
}}
/>

The model will now be available in the asset library for you to select when editing your scene.

![](https://prod-dream3d-public.s3.amazonaws.com/docs/asset-modal-custom-asset.png)

## Supported File Formats

Currently, we only support the GLB format. You can convert your existing models to GLB in most 3D tools like Blender or using an [online converter](https://fabconvert.com/).

If you're having trouble, send as an email at [founders@dream3d.com](mailto:founders@dream3d.com) and we can do this for you.
