# Quickstart

In Autoenhance, the three main concepts you’ll work with are **Orders**, **Images**, and **Brackets**.

* **Images** – Each image represents an individual shot to be edited and downloaded.
* **Brackets** – An image can contain one or more brackets, which provide the source data for editing. Autoenhance automatically detects the file type and whether a shot is a 360° image.
* **Orders** – Orders group the images you send to Autoenhance. You can use them to represent specific properties or individual work orders from your clients.

The most important part of your integration will be **uploading the bracket files** that are used to create the final edited image.

### Integration Options

You can integrate your application via the Autoenhance API in two ways:

#### 1. Single Image (Easy)

Designed for quick setups, this workflow lets you register, upload, and enhance an image in a single API call. Ideal if you always work with a single file or want the simplest starting point.

[Read the guide](https://docs.autoenhance.ai/getting-started/quickstart/single-bracket)

#### 2. HDR Brackets (Advanced)

Use this workflow when you have images with multiple brackets and need to create HDR images.

[Read the guide](#hdr-brackets-advanced)


---

# 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/getting-started/quickstart.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.
