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

# Vehicle specifications

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

{% hint style="info" %}
To calculate the expected performance of the DeltaQuad Evo based on specific payloads and conditions, please refer to the [DeltaQuad Evo Performance Calculator](https://evo.deltaquad.com/calc/).
{% endhint %}

| **Dimensions:**                               | ​                                |
| --------------------------------------------- | -------------------------------- |
| Wingspan                                      | 269 cm                           |
| Length                                        | 75 cm                            |
| Height                                        | 33 cm (landing gear extended)    |
| Wing area                                     | 84 sq. dm.                       |
| Payload bay                                   | 20 x 20 x 11 cm                  |
| Flightcase dimensions                         | 112 x 82 x 46 cm                 |
| Flightcase weight                             | \~ 30.4 kg                       |
| ​                                             | ​                                |
| **Weight and Payload:**                       | ​                                |
| Empty weight                                  | 4.8 kg                           |
| Empty weight including 1 battery              | 6.8 kg                           |
| Maximum takeoff weight                        | 10 kg                            |
| Payload capacity                              | 3 kg                             |
| ​                                             | ​                                |
| **Flight Characteristics with Dual battery:** | ​                                |
| Flight speed                                  | 16.54 m/s (60 km/h)              |
| Payload capacity                              | 1 kg                             |
| Maximum flight time                           | 272 minutes (4 hours 32 minutes) |
| Range through air                             | 270 km (168 mi)                  |
| ​                                             | ​                                |
| **Power**                                     | ​                                |
| Battery type                                  | Semi Solid State Lithium-ion     |
| Battery cells                                 | 6                                |
| Battery capacity                              | 22Ah per battery                 |
| ​                                             | ​                                |
| **Tolerances \***                             | ​                                |
| Maximum takeoff/landing wind                  | 12.5 m/s (45 Km/h)               |
| Maximum wind cruise flight                    | 14 m/s (50 Km/h)                 |
| Maximum precipitation                         | 7mm/h (Drizzle)                  |
| Operating temperature                         | Between -20 and +45 Celsius      |
| Maximum flight altitude AMSL                  | 13.000ft (4000m)                 |

All flight characteristics are based on optimized settings at sea level

These values assume 90% battery usage, and low wind conditions and include a low-altitude vertical takeoff and landing at sea level.&#x20;

\* The tolerances are provisional and subject to change


---

# 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.deltaquad.com/evo/vehicle-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.
