# 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
```


---

# 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://docs.magecomp.com/installation-user-guides-by-magecomp/hyva-addon-installation-guide.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.
