# Installing WebAR SDK

{% content-ref url="<https://app.gitbook.com/o/QMsd5hT6sxA9FBIB03yh/s/3UKy7VHRJWrNarYaMp13/>" %}
[Blippar Documentation Centre](https://app.gitbook.com/o/QMsd5hT6sxA9FBIB03yh/s/3UKy7VHRJWrNarYaMp13/)
{% endcontent-ref %}

## Introduction

This section covers how to download the SDK kit or directly use a CDN link of the SDK.

## **Local Installation**

* Download the zip file from the[ Blippar Hub.](https://blipps.blippar.com/)​
* Extract the contents of the file into your website's directory. Only the script file - **webar-sdk-v1.7.1.min.js** and **libs** folder are necessary for operating the SDK. The example folder contains the basic scene walked through [here](https://docs.blippar.com/webar-sdk/v2.0.2/integrations/a-frame-integration/build-a-basic-surface-tracking-experience).​
* Note the location of the script file - **webar-sdk-v1.7.1.min.js**, as you will need to reference it when you are writing your HTML. The simplest option is to keep the script file in the same location as the HTML file, in which case the script line will look like this:

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

## **CDN**

Include the following line in your app and get started.

```html
<script src="https://webar-sdk.blippar.com/releases/1.7.1/webar-sdk-v1.7.1.min.js"></script>
```


---

# 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.2/getting-started/installing-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.
