Documentation
Everything you need to build amazing AR/VR commerce experiences with Vagora.
Quick Links
Quick Start Guide
Get your first AR/VR store running in 5 minutes
Learn moreAPI Reference
Complete API documentation for developers
Learn moreCustomization
Learn how to customize your store appearance
Learn moreConfiguration
Configure AR/VR settings and integrations
Learn moreCore Features
AR Product Visualization
Let customers see products in their real environment using augmented reality technology.
// Enable AR for a product
const product = {
id: 'product-123',
name: 'Modern Chair',
model3d: '/models/chair.glb',
arEnabled: true
};
VR Store Experience
Create immersive virtual reality shopping experiences that work across all VR headsets.
// Configure VR store
const storeConfig = {
vrEnabled: true,
environment: 'modern-showroom',
navigation: 'teleport',
interactions: ['grab', 'point']
};
Cross-Platform Support
Your stores work seamlessly across web browsers, mobile devices, and VR headsets.
// Auto-detect device capabilities
if (navigator.xr) {
// VR/AR capable device
enableImmersiveMode();
} else {
// Fallback to 3D view
enable3DViewer();
}
Getting Started
Upload Your Products
Import your product catalog or upload individual items with 3D models.
Learn more βCustomize Your Store
Choose themes, configure AR/VR settings, and brand your experience.
Learn more βNeed Help?
Community Forum
Join our community of developers and get help from other users.
Join ForumSupport Tickets
Get direct help from our support team for technical issues.
Contact SupportVideo Tutorials
Watch step-by-step video guides for common tasks.