# Installation Guide for Magento 2.x Extensions

* Go to My downloadable products. The file that you download normally is a zip file.
* Use FTP client (such as Filezilla, WinSCP, cuteFtp) to upload or copy all folders in the zip package to your Magneto site root folder. This will not overwrite any existing files, just add new files to the folder structure.
* Open Command line in folder root of Magento and run following command respectively:
  * php bin/magento setup:upgrade
  * php bin/magento setup:static-content:deploy -f
  * php bin/magento indexer:reindex
  * php bin/magento cache:flush
* Navigate to Stores/Configuration, if you can see the extension tab, it is installed properly.
* If you need professional help regarding [**Magento Extension Installation,**](https://magecomp.com/magento-professional-installation.html) Feel free to contact us any time.


---

# 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/installation-guide-for-magento-2.x-extensions.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.
