> For the complete documentation index, see [llms.txt](https://support.skylum.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.skylum.com/editing-tools/essential-tools/enhance-ai.md).

# Enhance AI

{% @arcade/embed flowId="2QdUOYd0WAxkc5J8wJTX" url="<https://app.arcade.software/share/2QdUOYd0WAxkc5J8wJTX>" %}

**The EnhanceAI tool** contains two helpful adjustments that harness the power of Artificial Intelligence to enhance your photos. This tool automatically analyzes your image and instantly corrects it while still offering control over the final amount of correction.

* **AccentAI**. Under the hood, AccentAI uses more than a dozen controls. This tool tends to yield naturally beautiful results with one simple slider. The AccentAI tool can substitute for many traditional controls, including shadows, highlights, contrast, tone, saturation, exposure, and details.
* **Sky EnhancerAI**. Luminar Neo detects and analyzes the sky in an image to improve the sky’s texture, tone, and colors. The Sky EnhancerAI tool can recognize the sky in most photos as well as distinguish between water and other elements. It also detects objects in the foreground (and their edges) for perfect masking. Sky EnhancerAI performs the necessary improvements to recover details and improve the texture of the sky and clouds, selectively adjusting brightness, contrast, saturation, and vividness. It is designed to work with most photographs of the skies and works from the blue hour in the morning to the blue hour in the evening. However, it is not designed to work with night skies.

{% hint style="warning" %}
**Note: No sky slider?**

If the controls are **grayed out** for the Sky EnhancerAI tool, the Artificial Intelligence algorithm could not recognize the sky in your photo. Skies that are very out of focus or blurred may not be detected. If the piece of visible sky in your photo is too small, it may also be undetected.
{% endhint %}

{% hint style="info" %}
**Tip: Skip as needed**&#x20;

If you apply a preset that uses the Sky EnhancerAI tool to an image in which no sky is detected, Luminar Neo will skip the adjustment. This allows you to create your own custom Luminar Neo presets containing the Sky EnhancerAI tool and apply them to any images, whether or not they include any sky.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.skylum.com/editing-tools/essential-tools/enhance-ai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
