> For the complete documentation index, see [llms.txt](https://docs.magecomp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.magecomp.com/installation-user-guides-by-magecomp/hyva-addon-installation-guide.md).

# Hyvä Addon Installation Guide

Follow the steps below for Hyvä installation:

**Step 1: Install the main package of the extension.**

**Step 2: Contact our support team for the Hyvä package.**

Raise a support ticket at – <https://magecomp.freshdesk.com/>

**Step 3: Replace & Merge the main package with the Hyvä package.**

* **If you have installed the main package manually, then extract the zip files from the below path**

{{Magento Root Path}} /app/code/Magecomp/{{Your Extension}}/

* **If you have installed the main package with composer, then extract the zip files from the below path**

{{Magento Root Path}} /vendor/magecomp/{{Your Extension}}/

**Step 4: Execute the following commands to restore styles.**

**NOTE - npm must be installed in your system.**

```
php bin/magento hyva:config:generate -f
```

**For Hyvä version 1.3.20 and older versions**

```
npm --prefix vendor/hyva-themes/magento2-default-theme/web/tailwind/ ci
npm --prefix vendor/hyva-themes/magento2-default-theme/web/tailwind/ run build-prod
```

**For Hyvä version 1.4.0 and higher versions**

```
npm --prefix vendor/hyva-themes/magento2-default-theme/web/tailwind/ ci
npm --prefix vendor/hyva-themes/magento2-default-theme/web/tailwind/ run build
```
