> For the complete documentation index, see [llms.txt](https://quick.js.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quick.js.org/basic-installation.md).

# Basic Installation

To install quick.js in an HTML file, include this \<script> tag inside the \<head> tag of your file:

```markup
<script src="https://cdn.jsdelivr.net/gh/proudparrot2/quick.js/quick.js"></script>
```

This will install the latest version of quick.js. Currently, specifying other versions is not supported.
