# Settings

The **Settings** section in the *Easy Product Addons* app allows store owners to customize how product addons behave and appear on their storefront. Each subsection provides control over various aspects of the addon experience to ensure a seamless fit with your store’s theme and business logic.

Key configuration areas within the Settings section include:

* **Addons Settings**\
  Configure and manage additional product options to enhance your offerings.
* **Quick View Settings**\
  Enable customers to preview product details in a popup without leaving the current page.
* **Additional Text Field**\
  Allow customers to add custom notes or instructions during the purchase process.
* **Stock Alert**\
  Displays out-of-stock, in-stock, and low stock inventory levels for addon products.
* **Label Settings**\
  Customise and manage product labels, such as Addons Box heading, quick view heading, placeholder text, etc.
* **Currency Settings**\
  Configure supported currencies and manage their display formats.
* **Advanced Settings**\
  For the placement of addons using selectors on the product and cart pages.
* **Global Enable/Disable App**\
  Quickly activate or deactivate the app across your entire store with a single toggle.


---

# 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.spicegems.com/epa-easy-product-addons/settings.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.
