# Download WebAR SDK

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

## Introduction

You will need to download the WebAR SDK Bundle for creating your AR experiences:

## Process

* Login to the [**HUB**](https://blipps.blippar.com/)
* Click on Download SDK as shown in image below:

<figure><img src="/files/FODgH8YCE1NVpJCAfe3r" alt=""><figcaption><p>Download WebAAR SDK</p></figcaption></figure>

* A zip folder named: Blippar WebAR SDK will be downloaded on your system along with a suffix of the version.
* You need to unzip and extract all files: right click on the file and click on extract All
* Select the storage location based on your preference, click the check box to show all files and click extract
* Note down the location of the Blippar folder as you will need to reference it when you are writing your HTML. The simplest option is to locate the Blippar folder in the same location as the HTML file, in which case the script line will look like this:

```html
<script src="../webar-sdk-v1.x.y.min.js"></script>
```

## Next Steps

Now you have a license and have downloaded the WebAR SDK kit. Now, it is time to[ install the SDK and build your first WebAR experience](/webar-sdk/v2.0.5/getting-started/installing-webar-sdk.md)

With just few lines of code you can create several extraordinary, engaging and interactive Web AR experiences. Your Users can visualize your products while they enjoy an immersive browser-based Augmented Reality experience on your very own website.

Here is a [Sample Project](https://github.com/blippar/webar-sdk-example) to help you get started.


---

# 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/getting-started/download-webar-sdk.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.
