# Enhancement Style

**Property Name:** `enhance_type`

### AI version 3

**Accepted Values:** <mark style="color:blue;">string</mark>

* `property`: Creates a warmer exposure.
* `property_usa`: Creates a neutral exposure.

#### Sample Images

{% tabs %}
{% tab title="property" %}

<figure><img src="/files/CiMoVdiks5r8otyanemS" alt=""><figcaption><p>Example of <code>property</code> (warm) Enhancement Style</p></figcaption></figure>
{% endtab %}

{% tab title="property\_usa" %}

<figure><img src="/files/Y0PF6jgsjUX7aiZUZoyi" alt=""><figcaption><p>Example of <code>property_usa</code> (neutral) Enhancement Style</p></figcaption></figure>
{% endtab %}
{% endtabs %}

### Ai version 4

**Accepted Values:** <mark style="color:blue;">string</mark>

* `warm`: Creates a warmer exposure.
* `neutral`: Creates a neutral exposure.

#### Sample Images

{% tabs %}
{% tab title="Warm" %}

<figure><img src="/files/dJFtAVQmHB5aRwaeeY1z" alt=""><figcaption><p>Example of <code>warm</code> Enhancement Style</p></figcaption></figure>
{% endtab %}

{% tab title="Neutral" %}

<figure><img src="/files/e8abDkP9rc58U4GXhZdf" alt=""><figcaption><p>Example of <code>neutral</code> Enhancement Style</p></figcaption></figure>
{% endtab %}
{% endtabs %}

### Ai version 5

{% hint style="info" %}
Providing enhance\_type property while using AI version > 5 is optional - you don't need to use it at all.
{% endhint %}

**Accepted Values:** <mark style="color:blue;">string</mark>

* `neutral`: Creates a neutral exposure.

#### Sample Image

<figure><img src="/files/os2XyQjOxCfPbCWJzjPN" alt=""><figcaption><p>Example of <code>neutral</code> Enhancement style</p></figcaption></figure>


---

# 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://docs.autoenhance.ai/images/basic-enhancements/enhancement-style.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.
