# Extension Installation Guide for Magento Marketplace Extension

#### Step – 1: Get your Marketplace Access API key <a href="#step-1-get-your-marketplace-access-api-key" id="step-1-get-your-marketplace-access-api-key"></a>

* First go to [**Marketplace Customer Login**](https://account.magento.com/applications/customer/login/) page.
* Now login to your Marketplace Account by entering email id and password and if you don’t have account yet simply click on [**Register**](https://account.magento.com/applications/customer/create/) button to create new account.

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

* Now, click on the top- right corner menu and select “My Profile”
* And then select “Access Keys” link located under “My Products” tab.

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

* Here, you will have Access Key to your purchase products.

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

#### Step – 2: Find Technical Details of Extension Package <a href="#step-2-find-technical-details-of-extension-package" id="step-2-find-technical-details-of-extension-package"></a>

* Again click on the top- right corner menu and select “My Profile”
* And then select “My Purchases” link located under “My Products” tab

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

* Now, at the bottom of extension “Download” button you will find arrow key to see technical details of specific extension, simply copy details to safe place.

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

#### Step – 3 : Run Commands in Console <a href="#step-3-run-commands-in-console" id="step-3-run-commands-in-console"></a>

* First make sure that composer is installed on your Magento Sever, if you haven’t installed composer yet then simply type “Composer install” command in your console to install composer on your server.
* Now, run command below command followed by your extension name and version of extension that you want to install on your server.

**Composer require \<extension name>:\<version>**

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

* Now, it will ask you to enter your **public API key as username** and **private API key as password** of your marketplace account.

<figure><img src="/files/8EG755yS8tTRtzx8J6mG" alt=""><figcaption></figcaption></figure>

* Once you enter required details, simply hit enter and it will start installing extension.

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

#### **Step – 4 :**  **Emergency Console Commands** <a href="#strongnbsp-step-4-strong-nbspstrongemergency-console-commandsstrong" id="strongnbsp-step-4-strong-nbspstrongemergency-console-commandsstrong"></a>

**To disable extension in emergency case:**

php bin/magento module:disable MODULE\_NAME  => Module: Disable

**To enable Extension after disable:**

php bin/magento module:enable MODULE\_NAME => Module: Enable

**To uninstall extension from Magento server:**

php bin/magento module:uninstall MODULE\_NAME => Module: Uninstall

**To know the current status of Extension:**

php bin/magento module:status => Module: Status

#### **Step – 5 : Support** <a href="#strongstep-5-supportstrong" id="strongstep-5-supportstrong"></a>

Only the extension related issues will be resolved under the support.

Below services are NOT covered with the given support:

1. Compatibility check between Magento and other extensions
2. Extension modification or customization
3. Third-party developer consultations

For more information please drop us an email at [**support@magecomp.com**](mailto:mailtosupport@magecomp.com) if you have any questions or problems or need our support.

Our support staff will get back with you as soon as possible within 24 hours.


---

# 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/extension-installation-guide-for-magento-marketplace-extension.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.
