> For the complete documentation index, see [llms.txt](https://docs.momocode.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.momocode.de/en/shopware-6/product-completeness/4.-configuration.md).

# 4. Configuration

The plugin configuration is available under **Extensions → My extensions → Product Completeness & Data Quality → Configure**.

![Plugin configuration page](/files/4REvNlE7IcW6WR8M1DAB)

## Configuration options

### Score thresholds

The score badges in the product list and dashboard are color-coded. The boundaries for the "Good" and "Critical" categories are freely configurable.

| Option                   | Description                                                   | Default |
| ------------------------ | ------------------------------------------------------------- | ------- |
| **"Good" threshold**     | Products with a score at or above this value are marked green | 70      |
| **"Critical" threshold** | Products with a score at or below this value are marked red   | 39      |

Products with scores between the two thresholds receive an orange badge.

**Example with default values:**

| Score   | Category | Badge color |
| ------- | -------- | ----------- |
| 70–100% | Good     | Green       |
| 40–69%  | Average  | Orange      |
| 0–39%   | Critical | Red         |

### Notes

* The "Good" threshold must be greater than the "Critical" threshold
* Both values must be between 0 and 100
* Changes to the thresholds take effect immediately — no score recalculation is required
