> For the complete documentation index, see [llms.txt](https://aerogcs-orange-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-orange-docs.aeromegh.com/10.-mission-planning/10.1-mission-type.md).

# 10.1 Mission Type

Within the mission planning interface of AeroGCS ORANGE, the initial step involves choosing between two distinct mission types: manual and automatic. This pivotal selection sets the tone for the entire planning process. Users have the flexibility to opt for either manual or automatic mission types, each serving specific purposes. The displayed screen guides users through this crucial decision-making process, laying the foundation for a tailored and efficient mission plan in AeroGCS ORANGE.

<figure><img src="/files/GJ9lhewYmIi2G7WgprYL" alt=""><figcaption><p>Mission Type</p></figcaption></figure>

1. **Automatic**: - This functionality in AeroGCS ORANGE is crafted for users who prefer to delineate field plots with the seamless integration of Google Maps. Harnessing the capabilities of satellite imagery and advanced mapping technology, users can precisely define their field plots. By pinpointing key locations on the map, they effortlessly outline the specific area, ensuring a tailored and accurate mission plan in AeroGCS ORANGE.
2. **Manual:** - AeroGCS ORANGE empowers users with the ability to take manual control of a drone through a remote control (RC), complemented by a detailed, step-by-step guide on monitoring the flight path. This feature ensures a seamless transition to manual control, providing users with precise guidance within AeroGCS ORANGE.


---

# 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-orange-docs.aeromegh.com/10.-mission-planning/10.1-mission-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.
