# Magento

{% hint style="info" %}
Currently, this module can only be installed via Composer. At Sizebay, we are working on making it available for implementation through the Magento Marketplace.
{% endhint %}

To install the module, navigate to the root directory of your Magento project and execute the following command in the console:

```sh
$ composer require sizebay/sizebay-tracker:dev-master
```

Or

```bash
$ bin/composer require sizebay/sizebay-tracker:dev-master
```

Than execute the following commands:

```bash
$ bin/magento setup:upgrade
$ bin/magento cache:clean
$ bin/magento cache:flush
$ bin/magento setup:di:compile
```

After the module is installed, you need to access the Admin Back-End and set up the Sizebay Tracker by following the steps below:

{% hint style="info" %}
You will need to set up the Tenant ID. To obtain the Tenant ID, please contact our <mark style="color:blue;">**Support Team at <support@sizebay.com>**</mark>.
{% endhint %}

1. Access **Stores » Settings » Configuration » Sizebay Tracker Settings**.
2. Insert the Tenant ID, refer to your given store in My Sizebay. Then select the country your store is based in and the attribute label corresponding to the size attribute in your products and finally enable the module on the respective store view.

<figure><img src="/files/9UJmrpv1Mr7FMNbwJNQ6" alt=""><figcaption></figcaption></figure>


---

# 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.sizebay.com/size-and-fit-order-tracking/platforms/magento.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.
