> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.knapsack.cloud/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.knapsack.cloud/_mcp/server.

# Using Image Property Detection

## Overview

The Image Property Detection feature automatically identifies properties related to images in your system. It helps streamline processes that involve handling images, ensuring that image-related properties are recognized without requiring manual intervention. If an image property is detected, the property field will receive an image upload option for users to easily upload assets.

***

## How It Works

**Automatic Recognition of Image Properties**

The feature detects property names that are commonly associated with images, such as `image`, `img`, or `src`.

**Intelligent Name Analysis**

If the property name is in "camelCase" (e.g., `productImageSrc`), or is multiple words (e.g., `product image src`) the feature automatically breaks it down and evaluates its components.

**Implementation**

The property name must equal or end with one of the following values:

1. image
2. imageSrc
3. imageUrl
4. img
5. imgSrc
6. imgUrl
7. src

![](https://fdr-prod-docs-files-public.s3.us-east-1.amazonaws.com/knapsack-docs.docs.buildwithfern.com/4990510a7fcd8f2caa7d351b3e5319676ca5db2802befd598b701b103433e9dd/docs/assets/images/597b808e-image-fields--rOmmym15yk.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA6KXJSKKNFOCF7G4B%2F20260724%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260724T211548Z&X-Amz-Expires=604800&X-Amz-Signature=b3c37cfec07fef8552ececfd909e221ae4a7bb5b918b9bcbc4d8fa8a7ad78c56&X-Amz-SignedHeaders=host&x-amz-checksum-mode=ENABLED&x-id=GetObject)

***

## Examples

**Properties that will be recognized as image-related:**

* `image`
* `imageSrc`
* `imgUrl`
* `profileImageSrc`
* `mobile image url`

**Properties that will not be recognized as image-related:**

* `imageAltText`
* `imageSrcDesktop`
* `imgUrls`
* `logo`
* `img size`