# AOI Minimum Requirements

All input Areas of Interest (AOI) must the following criteria:&#x20;

1. Feature must be a polygon in a shapefile or feature class. Features in other file formats will not be accepted!
2. Feature must contain less than 500 vertices
3. Must be single part features
4. Feature cannot contain holes/donuts
5. Must be valid geometries - contain no self-intersecting features

The size requirements for your input AOI when [<mark style="color:blue;">Searching the Archive</mark>](/manual/search-archive.md) and [Ordering Imagery](/manual/order-imagery.md) are as follows:

* Low Resolution: 1km² - 10,000km²
* Medium Resolution: 1km² - 500km²
* High Resolution: 1km² - 500km²
* Very High Resolution: 1km² - 150km²

When creating a new pipeline by [<mark style="color:blue;">Ordering Imagery</mark>](/manual/order-imagery.md), if Tasking is turned on, the following requirements and conditions apply:

* High Resolution: 25km² - 50km²
* Very High Resolution: 25km² - 50km²
* If Tasking is turned on, areas less than 25km² can be submitted, but will be charged at 25km². It is recommended to buffer to 25km² to maximize value.


---

# 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://skywatch-arcgis.geomarvel.cloud/manual/aoi-minimum-requirements.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.
