# Quick Start Guide

The following general instructions explain the major functions of the Phoenix Flight Planner.&#x20;

![Navigation Instructions](/files/-M8Xz3PwEl-OeAZDj02H)

{% hint style="info" %}
Resize the Toolbox by hovering over it, holding the ctrl button, and scrolling up or down with your mouse wheel
{% endhint %}

1\. **Choose your Area of Interest (AOI)**: Find your area of interest using the search bar or GPS coordinates, then click the map to outline it. The maps feature is based on Google Earth, so you'll feel right at home as you navigate the globe.

![Area of Interest](/files/-M8XybOxdFgOzqQNOCVJ)

2\. **Input Flight Parameters:** Fill out your mission details by inputting system type, altitude, velocity, etc., then click “Calculate Flight Plan.” Try various flight plan adjustments and see how they affect your swath, point density, MTA zones, and more.

![Flight Parameters](/files/-M8XyoYrNbl_t52kkgXB)

3\. **Export Directly to UAV:** Download your KMZ file from the Flight Planner tool and upload it to your drone, if it supports this feature.&#x20;

## Tutorial Video

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


---

# 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-6.phoenixlidar.com/quick-start-guide.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.
