> For the complete documentation index, see [llms.txt](https://docs.camflite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.camflite.com/camflite-aurora-intro/introduction.md).

# Introduction

<figure><img src="/files/opieXUSbdnk16FfDv4G9" alt=""><figcaption></figcaption></figure>

Aurora is the all-purpose Quadcopter designed to carry out complex tasks in various real-world conditions. Equipped with motors mounted around its core frame at equal intervals, the multirotor sUAS utilizes carbon fiber booms and a unique folding mechanism for both booms and propellers. The aviation-grade machined aluminum airframe houses an inner sealed compartment that contains avionics and supporting equipment. It also comes with aluminum bottom plates with data and power ports to cater to the operator's battery/payload integration needs. \
\
Aurora's integral Iso Mounting payload allows easy integration of payloads at the bottom of the airframe. Aurora can accommodate various battery capacities and configurations. The Auterion Skynode Flight-controlled version serves as the flight controller for Aurora, offering a range of features and capabilities. Custom ground control software manages commands and controls through a handheld controller, providing a direct connection to Aurora and real-time telemetry data for the safe direct-link operation of the sUAS. \
\
&#x20;Each CamFlite sUAS is handcrafted with care in our New Jersey facility, with each subsystem undergoing rigorous testing before installation. Before delivery, we repeatedly test-fly each CamFlite sUAS to ensure it meets or exceeds published performance standards and is airworthy.


---

# 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://docs.camflite.com/camflite-aurora-intro/introduction.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.
