# Simple (via script tags)

*Library Installation*

## Simple (via script tags)

**Simple** KendoUI installation describes the case where the KendoUI Library (or its subset) is loaded via the script tag in the application's `index.html` file, as depicted on the following screenshot

![](https://user-images.githubusercontent.com/2712405/30776582-e31c3278-a076-11e7-887f-56f594a8a5f4.png)

\
&#x20;Image 1

Observe that the above example fits the case of a JSPM based application (the folder `@progress/kendo-ui@2017.3.913` is contained in the `jspm_packages/npm` folder - meaning that the Kendo UI library was loaded by using this command:

```
jspm install npm:@progress/kendo-ui
```

which results with this layout on the local file system

![](https://user-images.githubusercontent.com/2712405/30776688-e97d9984-a078-11e7-8860-134efcc229d8.png)

\
&#x20;Image 2


---

# 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://aurelia-ui-toolkits-1.gitbook.io/kendo-ui-library-installation-version-2-0/library-installation/simple-via-script-tags.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.
