---
title: "Can I add Javascript libraries to my website?"
date: "2019-05-23T16:04:56+00:00"
summary: "Enhance your Site Studio website with custom JavaScript libraries. Learn how to create a sub-theme and seamlessly integrate your scripts for improved functionality and user experience."
image:
type: "article"
url: "/drupal-starter-kits/add-ons/site-studio/help/65061-can-i-add-javascript-libraries-my-website"
id: "3135d8ea-a005-4f39-a4b5-7e32abde945e"
---

Yes. You would add any custom Javascript libraries to your sub-theme.

You can add your own custom Javascript libraries to your Site Studio website within a sub-theme. It is recommended that you create a sub-theme of the Site Studio minimal theme, find out about [creating a sub-theme](https://www.drupal.org/docs/8/theming-drupal-8/creating-a-drupal-8-sub-theme-or-sub-theme-of-sub-theme). Once you have created your sub-theme you can add your Javascript library to your theme, find out about adding [libraries to your sub-theme](https://www.drupal.org/docs/8/theming/adding-stylesheets-css-and-javascript-js-to-a-drupal-8-theme).