> For the complete documentation index, see [llms.txt](https://docs.vizaro.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vizaro.in/getting-started.md).

# Getting Started

Welcome to Vizaro! This guide will help you understand the platform, set up your account, and start building immersive Augmented Reality (AR) experiences.

## What is Vizaro?

**Vizaro** is a no-code Augmented Reality (AR) experience builder that allows brands, creators, and marketers to create immersive AR experiences without needing an app or any technical skills.

Users can open and view AR experiences directly in their mobile browser. **No app download is required.**

### With Vizaro, you can:

* **Showcase products** in real scale in the user’s environment.
* **Enable virtual try-ons** using face tracking.
* **Turn printed materials** into interactive AR experiences.
* **Create immersive 360° virtual spaces.**
* **Add gamification elements** to drive engagement.

### Sharing Your Experience

Each experience can be shared instantly via:

* Link
* QR Code
* Social channels
* Ad campaigns

> **Note:** No installation or additional software is required for your users to view the experiences.

***

## What can I build on Vizaro?

You can build various types of AR experiences using our customizable templates.

| Template Name                       | What It Does                                                                                                                               | Best For                                                                                                                                                                                                                                  |
| ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Markerless / Surface Tracking**   | Detects flat surfaces (floors, tables) to place realistic 3D objects in the user's physical environment without needing a printed image.   | <p>• <strong>Furniture & Decor:</strong> Visualizing sofas or lamps in a room.<br>• <strong>Product Demos:</strong> Showcasing appliances or electronics.<br>• <strong>Industrial:</strong> Visualizing machinery on a factory floor.</p> |
| **Image Tracking (Marker-based)**   | Brings print materials to life. The AR experience is triggered only when the camera recognizes a specific image (e.g., a logo or QR code). | <p>• <strong>Packaging:</strong> Smart labels on food/bottles.<br>• <strong>Print Marketing:</strong> Interactive business cards, flyers, or posters.<br>• <strong>Events:</strong> Scannable entry passes or menus.</p>                  |
| **Face Filters / Virtual Try-On**   | Uses facial tracking to attach 3D objects to the user's face or apply cosmetic effects.                                                    | <p>• <strong>Fashion:</strong> Trying on eyewear, jewelry, or hats.<br>• <strong>Beauty:</strong> Makeup testing.<br>• <strong>Brand Awareness:</strong> Fun, shareable filters for social media campaigns.</p>                           |
| **Around or 360° Portal (VR-Like)** | Transports the user into a fully immersive 360° photo or video environment that they can look around in by moving their phone.             | <p>• <strong>Real Estate:</strong> Virtual property walkthroughs.<br>• <strong>Travel:</strong> Promoting resorts or tourist destinations.<br>• <strong>Retail:</strong> Virtual showroom tours.</p>                                      |
| **AR Catcher Game**                 | A "falling object" game where users must move their phone to catch falling brand items into a basket/container.                            | <p>• Distributing coupon codes based on score.<br>• Product launch engagement.<br>• Event contests.</p>                                                                                                                                   |
| **AR Quest / Scavenger Hunt**       | Users explore their physical space to find and collect hidden virtual objects.                                                             | <p>• Driving foot traffic in physical stores.<br>• Easter egg hunts at conferences.<br>• Educational trails.</p>                                                                                                                          |
| **Rise and Burst**                  | A rapid-reaction game where users tap floating bubbles or objects as they rise from the ground.                                            | <p>• High-engagement brand interaction.<br>• Simple win-loss reward campaigns.</p>                                                                                                                                                        |

### Advanced Integration

You can combine AR with other features to create a complete marketing funnel:

* Lead Capture Forms
* Introduction / Instruction Screens
* Offer Screens & CTAs linking to online stores
* Analytics & performance tracking


---

# 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://docs.vizaro.in/getting-started.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.
