> For the complete documentation index, see [llms.txt](https://mazingxr.gitbook.io/mazing-world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mazingxr.gitbook.io/mazing-world/product-guides.md).

# Product Guides

- [Create 3D Model with AI](https://mazingxr.gitbook.io/mazing-world/product-guides/create-3d-model-with-ai.md): Generate 3d models out of 2d images!
- [Upload Your Own 3D Model](https://mazingxr.gitbook.io/mazing-world/product-guides/upload-your-own-3d-model.md): Estimated Time: 3 Minutes
- [Create 3D Configurator](https://mazingxr.gitbook.io/mazing-world/product-guides/create-3d-configurator.md): The Variant Operations feature makes it easy to customize 3D models by letting you switch textures or show and hide parts of the model with simple variant selections.
- [Create 3D Price Configurator](https://mazingxr.gitbook.io/mazing-world/product-guides/create-3d-price-configurator.md): Your all in one configurator!
- [Project Types](https://mazingxr.gitbook.io/mazing-world/product-guides/project-types.md): Our Vision: Create in AR Experience with 3 Clicks
- [Augmented Reality Art](https://mazingxr.gitbook.io/mazing-world/product-guides/project-types/augmented-reality-art.md): Art that lives
- [Virtual Carpet](https://mazingxr.gitbook.io/mazing-world/product-guides/project-types/virtual-carpet.md): Rugtastic
- [Glass Try-On](https://mazingxr.gitbook.io/mazing-world/product-guides/project-types/glass-try-on.md): AR Glass Try-On lets you virtually try on glasses, saving time and offering an interactive shopping experience.
- [Bulk Uploader](https://mazingxr.gitbook.io/mazing-world/product-guides/project-types/bulk-uploader.md): Multiple model upload
- [Premium Features](https://mazingxr.gitbook.io/mazing-world/product-guides/premium-features.md)
- [Download 3D Form](https://mazingxr.gitbook.io/mazing-world/product-guides/premium-features/download-3d-form.md): Want to export your 3D model?   Here’s how you can enable and use the \*\*Download GLB Form\*\* feature in Mazing.
- [Advanced Editor](https://mazingxr.gitbook.io/mazing-world/product-guides/premium-features/advanced-editor.md): This Editor allows more specific changes to the 3D Model and fix common issues.
- [Texture Change](https://mazingxr.gitbook.io/mazing-world/product-guides/premium-features/texture-change.md)
- [Using Hotspots](https://mazingxr.gitbook.io/mazing-world/product-guides/premium-features/using-hotspots.md): Features that add value to your 3D Model
- [Viewer Settings](https://mazingxr.gitbook.io/mazing-world/product-guides/premium-features/viewer-settings.md): More coming soon!
- [Using Shadows](https://mazingxr.gitbook.io/mazing-world/product-guides/premium-features/using-shadows.md): Without shadows, we wouldn't know how bright the light truly is...
- [Diamond Material](https://mazingxr.gitbook.io/mazing-world/product-guides/premium-features/diamond-material.md)
- [Fire Particles](https://mazingxr.gitbook.io/mazing-world/product-guides/premium-features/fire-particles.md): Light 'em up! The fire particle feature creates realistic fire effects, adding dynamic and visually engaging elements to models or scenes.
- [Call To Action](https://mazingxr.gitbook.io/mazing-world/product-guides/premium-features/call-to-action.md)
- [Video Texture](https://mazingxr.gitbook.io/mazing-world/product-guides/premium-features/video-texture.md): Create your own 3D movie!
- [Using Sound](https://mazingxr.gitbook.io/mazing-world/product-guides/premium-features/using-sound.md): Your personal soundcloud!
- [Gif Texture](https://mazingxr.gitbook.io/mazing-world/product-guides/premium-features/gif-texture.md)
- [Advanced Editor](https://mazingxr.gitbook.io/mazing-world/product-guides/premium-features/advanced-editor-1.md): Make simple changes!
- [Scale Model](https://mazingxr.gitbook.io/mazing-world/product-guides/premium-features/scale-model.md): Size matters!
- [Block Camera Views](https://mazingxr.gitbook.io/mazing-world/product-guides/premium-features/block-camera-views.md)
- [Additional Dimensions](https://mazingxr.gitbook.io/mazing-world/product-guides/premium-features/additional-dimensions.md): Need more precised dimensions?


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://mazingxr.gitbook.io/mazing-world/product-guides.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
