# Aerobotics

Aerobotics is a AgriTech data analytics and AI business that uses drones to collect data at scale and computer vision to estimate yields, detect pests and disease, and provide actionable insights for its clients to manage the health of their crops.

### Prerequisites

To connect Aerobotics to Omnata, you need an Aerobotics with API Access.

At the moment, the API is only available as an add-on called [Enterprise API](https://api.aerobotics.com/login/?redirect=%2F). If you would like access, please contact <support@aerobotics.com>.

### Authentication

Authentication with the Aerobotics API uses an API Access Token. In order to view your Access Token, please make sure you are logged in. This token will be available only if you have been granted access to the Enterprise API.

### Inbound Syncs

The following endpoints are available for Inbound Syncs:

| Farming Sync                   | Available Strategies |
| ------------------------------ | -------------------- |
| farms                          | `Full Refresh`       |
| bins                           | `Full Refresh`       |
| fruit\_sizes\_bins             | `Incremental`        |
| fruit\_sizes\_fruit\_on\_trees | `Incremental`        |
| orchards                       | `Full Refresh`       |
| seasons                        | `Full Refresh`       |
| survey\_tree\_groups           | `Incremental`        |
| survey\_tree\_surveys          | `Incremental`        |
| surveys                        | `Incremental`        |

The Aerobotics API also provides Insurance based syncs if you have access to the Insurance module. Please contact us if you need access to the data this module.

### Outbound Syncs

The Aerobotics Plugin does not support outbound syncs, at the moment.


---

# 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.omnata.com/omnata-product-documentation/omnata-sync-for-snowflake/apps/aerobotics.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.
