Documentation

Everything you need to build amazing AR/VR commerce experiences with Vagora.

Quick Links

Quick Start Guide

Popular

Get your first AR/VR store running in 5 minutes

Learn more

API Reference

Technical

Complete API documentation for developers

Learn more

Customization

Design

Learn how to customize your store appearance

Learn more

Configuration

Setup

Configure AR/VR settings and integrations

Learn more

Core 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

1

Create Your Account

Sign up for a free Vagora account and access the dashboard.

Learn more β†’
2

Upload Your Products

Import your product catalog or upload individual items with 3D models.

Learn more β†’
3

Customize Your Store

Choose themes, configure AR/VR settings, and brand your experience.

Learn more β†’
4

Launch & Share

Publish your immersive store and share it with customers.

Learn more β†’

Need Help?

Community Forum

Join our community of developers and get help from other users.

Join Forum

Support Tickets

Get direct help from our support team for technical issues.

Contact Support

Video Tutorials

Watch step-by-step video guides for common tasks.