> For the complete documentation index, see [llms.txt](https://docs.sky-drones.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sky-drones.com/flight-operations/cloud/integrated-utm.md).

# Integrated UTM

Sky-Drones have integrated Altitude Angel, AirMap, and High Lander UTM services into Sky-Drones Cloud. To explore drone and airspace integration using Altitude Angel, watch the video below:

## Altitude Angel UTM Integration

{% embed url="<https://www.youtube.com/watch?v=ZqMWScIPCaY&t=4s>" %}

### 3D Terrain and Ground Hazards data

Instead of relying on elevation profiles to plan missions, pilots get an intuitive 3D view that allows them to visually create flight paths with interactive waypoints, all in the context of high-resolution World Terrain. Terrain data is integrated with weather information and airspace data from [Altitude Angel](https://www.altitudeangel.com/), helping pilots avoid ground hazards, manned flights, and other airspace restrictions.

![](/files/-MTQagfk9wG0tqjE2InC)

### Airspace Data

![](/files/-MTQaprOxi-y81WVS8nU)

### Real-Time Flight Authorization

Sky-Drones Cloud supports real-time flight request and authorization with [Altitude Angel](https://www.altitudeangel.com/). Find your intended flight area and submit a flight plan. This airspace will be reserved for you and this will be publicly available on Altitude Angel's online Drone Safety Map.

#### Cylinder Flight Plan

{% embed url="<https://www.youtube.com/watch?v=3Iidbm2S9vQ&t=11s>" %}

#### Corridor Flight Plan

{% embed url="<https://www.youtube.com/watch?v=1bSr7rFWwMQ>" %}


---

# 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.sky-drones.com/flight-operations/cloud/integrated-utm.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.
