> For the complete documentation index, see [llms.txt](https://aerogcs-docs.aeromegh.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aerogcs-docs.aeromegh.com/4-project/4.3-flight-type.md).

# 4.3 Flight Type

Select the proper flight type as an AeroGCS KEA 2.3 mission for the flight. The mission planning method involves creating a flight plan for every Drone available to guarantee that the maximum number of locations are recognized while keeping in mind their significance as indicated by the priority. Different flight types are available such as waypoint, survey, spraying, etc. Select any one at a time and move further to complete a plan.

<figure><img src="/files/jwTiJmZus9MFWlLeEOpt" alt=""><figcaption><p>Selection of Flight Type</p></figcaption></figure>

The user can set up a collection of points that define a plan or path for the UAV to follow or manually control the drone using these devices. They use conventional map technologies like Google Maps and provide a 2D view. In both circumstances, the application allows you to build a flight plan and have it instantly uploaded to a drone for a flight.&#x20;

The objectives of choosing the right mission plan are:

* Choose the shortest paths for the mission, to reduce fuel consumption.
* Reduce the possibility of losing UAV.
* Ensure that the mission can be finished when there are no additional threats to the UAVs.

For more details on flight types refer to the next section titled "Flight Types".


---

# 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://aerogcs-docs.aeromegh.com/4-project/4.3-flight-type.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.
