# Sky Replacement

You need to specify two properties in your request in order to trigger sky replacement properly. The first property is `sky_replacement`, which turns the feature on. The second property is `cloud_type`, which selects the type of clouds for the image.

**Property Name:** `sky_replacement`

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

* `boolean`: Turns the feature on/off.

**Property Name:** `cloud_type`

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

* `CLEAR`: Creates a sky without any clouds.
* `LOW_CLOUD`: Creates a sky with low cloud saturation.
* `LOW_CLOUD_LOW_SAT`: Creates a sky with neutral sky and cloud saturation.
* `HIGH_CLOUD`: Creates a sky with high cloud saturation.

### Sample images

{% tabs %}
{% tab title="ORIGINAL IMAGE" %}

<figure><img src="/files/uoY6usCyw6Ck0t06Pqzx" alt=""><figcaption><p>Example of original image without any sky replacement</p></figcaption></figure>
{% endtab %}

{% tab title="CLEAR" %}

<figure><img src="/files/6uWgEQG3bhnaagYDArkA" alt=""><figcaption><p>Example of <code>CLEAR</code> Sky Replacement</p></figcaption></figure>
{% endtab %}

{% tab title="LOW\_CLOUD" %}

<figure><img src="/files/JfaCqtYUERBNNLudcJ19" alt=""><figcaption><p>Example of <code>LOW_CLOUD</code> Sky Replacement</p></figcaption></figure>
{% endtab %}

{% tab title="LOW\_CLOUD\_LOW\_SAT" %}

<figure><img src="/files/z1PvktCqMqZNxA4fD3zi" alt=""><figcaption><p>Example of <code>LOW_CLOUD_LOW_SAT</code> Sky Replacement</p></figcaption></figure>
{% endtab %}

{% tab title="HIGH\_CLOUD" %}

<figure><img src="/files/g27qqfxM4eBhDtfEGYfd" alt=""><figcaption><p>Example of <code>HIGH_CLOUD</code> Sky Replacement</p></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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/sky-replacement.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.
