> ## Documentation Index
> Fetch the complete documentation index at: https://docs.videowise.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Learn how to install the Videowise Widget on your site.

### Videowise Widget Code

Add the following script at the head on your site:

```html Code Block Example theme={null}
<link
	rel="stylesheet"
	as="style"
	onload="this.onload=null;this.rel='stylesheet'"
	href="https://assets.videowise.com/style.css.gz"
	id="videowise-style-css"
/>
<script
	defer=""
	src="https://assets.videowise.com/vendors.js.gz"
	id="videowise-vendors-js"
></script>
<script
	defer=""
	src="https://assets.videowise.com/client.js.gz"
	id="videowise-client-js"
></script>
```

<Note>
  For Shopify v2 users the script is added automatically using Videowise app.
</Note>
