# Launch the Experience

{% content-ref url="/spaces/3UKy7VHRJWrNarYaMp13" %}
[Blippar Documentation Centre](https://docs.blippar.com/blippar-documentation-centre/)
{% endcontent-ref %}

## Introduction

Once you have [gotten a license](/webar-sdk/v2.0.5/getting-started/signup-and-get-a-license.md), [downloaded the WebAR SDK](/webar-sdk/v2.0.5/getting-started/download-webar-sdk.md),[ built a scene](/webar-sdk/v2.0.5/integrations/a-frame-integration/build-a-basic-surface-tracking-experience.md) and [deployed](https://support.blippar.com/hc/en-us/articles/4406957005075)[ ](/webar-sdk/v2.0.5/publish-your-creation/develop-locally.md)to a https server you are ready to view your AR experience.

## Process

* Navigate to your page.
* While the application is loading on the mobile browser, you will see:
* A loading progress bar while the scripts and assets are loading
* After the application has loaded you will see an animation of a hand moving.
* Point the camera at a textured/patterned surface and slowly move it left and right. Make sure that the surface is not too shiny, too bright or too dark.
* Once an appropriate surface has been detected, a 3D model will appear on it and you’re good to go.


---

# Agent Instructions: 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:

```
GET https://docs.blippar.com/webar-sdk/v2.0.5/publish-your-creation/launch-the-experience.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
