> For the complete documentation index, see [llms.txt](https://docs.magecomp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.magecomp.com/magento-2-custom-product-designer-extension/configuration.md).

# Configuration

Once the extension is installed successfully, go to **Stores > Configuration** to configure the extension for use.

**Note –** The extension is compatible with Simple Product and Configurable Product (Swatches option).

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

**Configuration**

* **Enabled –** Enable the extension from here.

**Frontend**

* **Enable for All Products –** Set it to Yes to Enable Product Designer functionality for all products. You can apply product designer functionality for simple and configurable products only.
* **Google Fonts to Load –** Add google fonts to allow customers to change the text fonts for the product’s custom design.
* **Enable Add Image –** Set it to Yes to allow customers to add images for the product’s custom design.
* **Enable Add Text –** Set it to Yes to allow customers to add texts for the product’s custom design.
* **Enable Add From Library –** Set it to Yes to allow customers to add images from the library for the product’s custom design.

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

**Prices**

* **Layer Image Price –** Set the additional cost to add an image in the custom design.
* **Layer Text Price –** Set the additional cost to add text in the custom design.

**Help Configuration**

* **Customize button block ID –** Show a help message for customize button on the product page.
* **Designer help 1 block –** Show help message for design tools.
* **Designer help 2 block –** Show help message for download, print, view and clear.
* **Designer help 3 block –** Show help message for save and close.
* **Designer help switch Images block –** Show help message for switch image option.

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

**Social Configuration**

* **Enable Facebook Share –** Set it to Yes to allow customers to share the custom designs through Facebook.
* **Enable Twitter Share –** Set it to Yes to allow customers to share the custom designs through Twitter.
* **Enable Pinterest Share –** Set it to Yes to allow customers to share custom designs through Pinterest.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.magecomp.com/magento-2-custom-product-designer-extension/configuration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
