# Loading in Magento

You can easily install the Sirdata CMP into your Magento site.

## **Method A - From the Magento Marketplace**

**1) Download and install** the Sirdata CMP plugin: <https://commercemarketplace.adobe.com/sirdata-cmp-sirdata.html>

**2) Your extension is now installed** and accessible from the left-hand navigation menu in your back-office Magento 2 : Content > Sirdata CMP

<figure><img src="/files/7eTDazWtIf8p8SxPTBed" alt="" width="375"><figcaption></figcaption></figure>

**3) Deploy your CMP** : create your Sirdata CMP account from the plugin or configure your plugin.

And that’s it! Your Sirdata CMP is now installed on your Magento site!

## **Method B - Directly from Magento :**

**1) Download the plugin**

{% file src="/files/kF5p9Cu0rSxw3fYotcUp" %}

**2) Extract the plugin files:** Unzip the ZIP file you downloaded.

**3) Transfer the plugin files to your Magento server:** Use an FTP client to connect to your Magento server and transfer the extracted files in a new directory "SirdataCmp". The exact location may vary depending on the plugin, but it is usually located in `app/code`.

**4) Run the installation commands:** In the command line (using the “cd” command), navigate to the Magento 2 root directory, the following commands in order:

`php bin/magento module:status`

`php bin/magento module:enable SirdataCMP_Sirdata`

`php bin/magento setup:upgrade`

`php bin/magento setup:di:compile`

`php bin/magento setup:static-content:deploy`

**5) Clear the cache:** Once the installation is complete, clear the Magento cache for the changes to take effect by connecting to the Magento back office and navigating to System > Cache Management > Clear cache

**6) Your extension is now installed** and accessible from the left navigation menu in your Magento 2 back office: Content > SirdataCMP

<figure><img src="/files/MlLLwWdHM2GIDLFqS52J" alt="" width="375"><figcaption></figcaption></figure>

**7)** **Deploy your CMP:** Create your Sirdata CMP account from the plugin or configure your plugin

<figure><img src="/files/GMvhN6D3o9vlWWTwhDBa" alt=""><figcaption></figcaption></figure>

And there you have it, your Sirdata CMP is installed on your Magento site!<br>


---

# 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://cmp.docs.sirdata.net/en/install/in-a-cms/loading-in-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.
