> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getpique.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# product_application

> Checks whether a product is being applied

## Overview

Determines whether the product is being applied in the content. The detector gives a high score (1.0) when product application is detected and a low score (0.0) when it is not.

## Configuration

No configuration required. The detector always checks for product application.

## Example Configuration

```json theme={null}
{
  "detector_name": "product_application"
}
```

## Result Schema

```json theme={null}
{
  "detector_name": "product_application",
  "pass_check": true,
  "score": 1.0,
  "rationale": "Product application detected. Demonstrated use on skin.",
  "metrics": {
    "is_applying": true,
    "reasons": "Demonstrated use on skin"
  },
  "timestamps": [0.8, 3.2]
}
```
