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

# Specifications

#### [**Technical specs for the Astro can be found here**](broken://spaces/eTigZ9mLmIMjgiHbkRls/pages/NxL36r9eq6KpY2F45l1Y)

## Tether ground unit:

<table><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td>Ground unit size</td><td>450 x 360 x 280mm</td><td></td></tr><tr><td>Ground unit weight</td><td>16000g</td><td></td></tr><tr><td>Voltage input</td><td>220-240V Single phase AC</td><td></td></tr><tr><td>Voltage output</td><td>750V </td><td></td></tr><tr><td>Minimum input power</td><td>5000W</td><td></td></tr><tr><td>Maximum output power</td><td>3500W</td><td></td></tr><tr><td>Cable length</td><td>110m/360ft </td><td></td></tr></tbody></table>

## Tether Air Unit:

|                      |                                  |
| -------------------- | -------------------------------- |
| Air unit size        | 165 x 93 x 48mm                  |
| Air unit weight      | 1021g                            |
| Voltage input        | 580-810V DC                      |
| Voltage output       | 25±0.25 V DC                     |
| Maximum output power | : 3000W (Longterm), 3300W (Peak) |

## FS500 Aircraft:

|                                   |           |
| --------------------------------- | --------- |
| Aircraft weight (without battery) | 5710g     |
| Single SL8 Weight                 | 1035g     |
| Lumen output                      | 175,000lm |

## Packaging:

|                    |                         |
| ------------------ | ----------------------- |
| Aircraft case size | 768.4 x 768.4 x 406.4mm |
| Tether case size   | 844.5 x 539.8 x 412.5mm |


---

# 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.freeflysystems.com/flying-sun/specifications.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.
