# Extension installation

## Installation instructions

{% hint style="info" %}
Front-end extensions require to be ScandiPWA theme compatible to work on ReadyMage. Admin Panel extensions will work out of the box if the Magento version is supported.
{% endhint %}

Extensions have to first be installed on the project locally and then pushed to your GitHub repository to be available on the environment. Project local setup instructions:

{% content-ref url="/pages/-MVHFGHdeRMq\_K7FMnhU" %}
[Code customization and local setup](/project-development/code-customization-and-local-setup.md)
{% endcontent-ref %}

Once the local setup is done you can follow extension installation instructions [here](https://docs.scandipwa.com/developing-with-scandi/extensions/installing-an-extension).

When you have installed the extension locally [push the code to your GitHub repository and redeploy your instance](https://docs.scandipwa.com/stack/extensions/installing-an-extension).

## ScandiPWA Extension Marketplace

Find extensions with ScandiPWA compability on [ScandiPWA Marketplace](https://marketplace.scandipwa.com/).


---

# 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://help.readymage.com/project-development/extension-installation.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.
